Browse Source

增加更新脚本

xiaof 5 years ago
parent
commit
fb424c1504
1 changed files with 6 additions and 0 deletions
  1. 6 0
      sql/更新脚本.sql

+ 6 - 0
sql/更新脚本.sql

@@ -0,0 +1,6 @@
+-- 2019.10.31 by xf
+ALTER TABLE `mark_user`
+ADD COLUMN `standard_volume` BIT(1) NOT NULL default false COMMENT '设置标准卷' AFTER `one_click_level`;
+
+ALTER TABLE `paper`
+ADD COLUMN `exam_room` VARCHAR(255) NULL COMMENT '考点' AFTER `random_seq`;