Commit acabcdd0 by mercymodest

feat:- add sql

parent 301b3753
alter table t_device_group alter table t_device_group
...@@ -33,7 +33,7 @@ CREATE TABLE `t_magic_import_record` ...@@ -33,7 +33,7 @@ CREATE TABLE `t_magic_import_record`
( (
`magic_import_record_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键ID', `magic_import_record_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键ID',
`batch_no` bigint(20) NOT NULL COMMENT '导入批次号', `batch_no` bigint(20) NOT NULL COMMENT '导入批次号',
`file_name` varchar(200) NOT NULL COMMENT '导入文件名', `file_name` varchar(200) COMMENT '导入文件名',
`error_message` text COMMENT '错误信息', `error_message` text COMMENT '错误信息',
`is_parsed` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否解析出事项 0:否 1:是', `is_parsed` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否解析出事项 0:否 1:是',
`parse_result` text COMMENT '解析结果', `parse_result` text COMMENT '解析结果',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment