6 changed files with 26 additions and 11 deletions
@ -0,0 +1,5 @@ |
|||
alter table code_audit_result add FEEDBACK_INFO varchar(255) NULL comment '反馈内容' after SCREEN_SHOT_URL; |
|||
alter table code_audit_result add FEEDBACK_STUFF tinytext NULL comment '反馈素材' after FEEDBACK_INFO; |
|||
|
|||
|
|||
|
Loading…
Reference in new issue