2 lines
144 B
MySQL
2 lines
144 B
MySQL
|
ALTER TABLE bs.workerProductivity DROP FOREIGN KEY workerProductivity_FK;
|
||
|
ALTER TABLE bs.workerProductivity MODIFY COLUMN actionFk int(11) NULL;
|