Browse Source

更新sql

MaiXinRong 3 years ago
parent
commit
b8a9a7cd0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sql/update.sql

+ 1 - 1
sql/update.sql

@@ -1,3 +1,3 @@
 
 ALTER TABLE `zh_stage`
-ADD COLUMN `im_start_num`  int(11) NOT NULL DEFAULT 0 AFTER `im_gather_node`;
+ADD COLUMN `im_start_num`  int(11) NOT NULL DEFAULT 1 AFTER `im_gather_node`;