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