You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
445 B

ALTER TABLE enterprise_complaint
ADD COLUMN detailed_address varchar(200) DEFAULT NULL COMMENT '详细地址'
AFTER enterprise_address;
3 months ago
ALTER TABLE enforcement_inspection_program ADD COLUMN create_by_name VARCHAR(64) COMMENT '创建人姓名';
ALTER TABLE enforcement_registration ADD COLUMN other_reasons varchar(500) DEFAULT NULL COMMENT '其他原因';
ALTER TABLE siq_msg_info ADD error_msg varchar(500) NULL COMMENT '错误信息';