salix/db/versions/.archive/10598-purpleGalax/00-workerLog.sql

3 lines
110 B
SQL

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