salix/db/versions/.archive/10281-navyPalmetto/00-firstScript.sql

2 lines
105 B
MySQL
Raw Normal View History

-- Place your SQL code here
ALTER TABLE vn.supplier MODIFY COLUMN isActive tinyint(4) DEFAULT 1 NOT NULL;