salix/db/versions/.archive/10598-purpleGalax/02-workerTimeControlLog.sql

3 lines
112 B
MySQL
Raw Permalink Normal View History

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