ソースを参照

update structure.sql

oubo 5 年 前
コミット
4a72433cf5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      data/sql/structure.sql

+ 1 - 1
data/sql/structure.sql

@@ -1604,7 +1604,7 @@ CREATE TABLE `t_process_out_calculation`  (
   `call_time` datetime(0) NOT NULL,
   `clearing_storehouse` int(1) NOT NULL DEFAULT 0,
   `tag_numbers`  tinyint(1) NULL DEFAULT 0,
-  `user_id`  int(11) NOT NULL
+  `user_id`  int(11) NOT NULL,
   PRIMARY KEY (`calculation_id`, `data_id`, `from_data_id`) USING BTREE,
   INDEX `call_time`(`call_time`) USING BTREE,
   INDEX `affair_id`(`affair_id`, `calculation_time`, `calculation_condition`, `tagIds`, `from_data_id`) USING BTREE