salix/db/versions/10818-crimsonCamellia/00-firstScript.sql

2 lines
88 B
MySQL
Raw Normal View History

2024-01-25 16:33:54 +00:00
ALTER TABLE vn.supplier MODIFY COLUMN isSerious tinyint(1) unsigned DEFAULT 0 NOT NULL;