-- Place your SQL code here
ALTER TABLE vn.workerTimeControlLog
MODIFY COLUMN userFk int(10) DEFAULT NULL NULL;