2 lines
100 B
MySQL
Raw Normal View History

ALTER TABLE `state_translations` CHANGE `state_value` `state_value` smallint(5) NOT NULL DEFAULT 0;