salix/db/versions/.archive/10598-purpleGalax/01-supplierLog.sql

3 lines
112 B
MySQL
Raw Normal View History

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