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.
6 lines
218 B
6 lines
218 B
ALTER TABLE report add code_road varchar(512);
|
|
|
|
ALTER TABLE report add handle_content varchar(1024); comment
|
|
ON column report.handle_content is '执行内容描述';
|
|
|
|
ALTER TABLE report add handle_pic varchar(1204) [];
|