소스 검색

update structure.sql

oubo 5 년 전
부모
커밋
1801ce552d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data/sql/structure.sql

+ 1 - 1
data/sql/structure.sql

@@ -1578,7 +1578,7 @@ CREATE TABLE `t_process_in_calculation`  (
   `actual_in_storehouse_quantity` decimal(22, 2) NOT NULL,
   `call_time` datetime(0) NOT NULL,
   `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`) USING BTREE,
   INDEX `call_time`(`call_time`) USING BTREE,
   INDEX `data_id`(`data_id`) USING BTREE,