ALTER TABLE `table_name` change `type` `type` int(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT '类型'; ALTER TABLE `table_name` modify `types` ...
確定! 回上一頁