Browse Source

feat:report脚本

dev
zhaobing 1 year ago
parent
commit
245da262b2
  1. 4
      scripts/1.3.0/schema/6.update_report.sql

4
scripts/1.3.0/schema/6.update_report.sql

@ -0,0 +1,4 @@
alter table report
add handle_opinions varchar(1024);
comment on column report.handle_opinions is '处理意见';
Loading…
Cancel
Save