|
|
@@ -400,7 +400,8 @@ ALTER TABLE core_safety_book_user_id MODIFY COLUMN id bigint auto_increment NOT
|
|
|
ALTER TABLE core_safety_dict MODIFY COLUMN id int auto_increment NOT NULL COMMENT '主键';
|
|
|
|
|
|
|
|
|
-ALTER TABLE core_safety_exception_data MODIFY COLUMN id bigint NOT NULL COMMENT '主键';
|
|
|
+alter table core_safety_exception_data modify id bigint auto_increment comment '主键';
|
|
|
+alter table core_safety_exception_data auto_increment = 1;
|
|
|
ALTER TABLE core_safety_exception_data MODIFY COLUMN create_time datetime DEFAULT CURRENT_TIMESTAMP NULL COMMENT '创建时间';
|
|
|
|
|
|
|