2 lines
101 B
SQL
2 lines
101 B
SQL
ALTER TABLE `#__supportgroups_facility` CHANGE `type` `facility_type` INT(11) NOT NULL DEFAULT '0';
|