salix/db/versions/.archive/10598-purpleGalax/03-workerClockLog.sql

4 lines
116 B
MySQL
Raw Normal View History

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