4 lines
116 B
MySQL
4 lines
116 B
MySQL
|
-- Place your SQL code here
|
||
|
ALTER TABLE vn.workerClockLog
|
||
|
MODIFY COLUMN userFk int(10) unsigned DEFAULT NULL NULL;
|