use `sys-icss`; ALTER TABLE `icss_template_info` ADD COLUMN `template_type` int(11) NOT NULL DEFAULT '1' COMMENT '模板类型(个人1,管理员2)' AFTER `data_json`;