i get after migrate a query in database like that and its lock :
ALTER TABLE tabSales Partner MODIFY custom_agent_type varchar(140), MODIFY commission_rate decimal(21,9) not null default 0, MODIFY custom_guarantee_amount decimal(21,9) not null default 0
how could i fix issue ?