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.
5 lines
249 B
5 lines
249 B
ALTER TABLE enterprise_complaint
|
|
ADD COLUMN detailed_address varchar(200) DEFAULT NULL COMMENT '详细地址'
|
|
AFTER enterprise_address;
|
|
|
|
ALTER TABLE enforcement_inspection_program ADD COLUMN create_by_name VARCHAR(64) COMMENT '创建人姓名';
|
|
|