Skip to content

Commit

Permalink
serial_number改成bigint和java实体类中的long对应
Browse files Browse the repository at this point in the history
  • Loading branch information
Musknine committed Sep 11, 2021
1 parent dc95648 commit 38f8870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tduck.sql
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ CREATE TABLE `pr_user_project_result`
(
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`project_key` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '项目key',
`serial_number` int(11) NULL DEFAULT NULL COMMENT '序号',
`serial_number` bigint(20) NULL DEFAULT NULL COMMENT '序号',
`original_data` json NULL COMMENT '填写结果',
`process_data` json NULL COMMENT '填写结果',
`submit_ua` json NULL COMMENT '提交ua',
Expand Down

0 comments on commit 38f8870

Please sign in to comment.