mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
@@ -4,8 +4,3 @@ ALTER TABLE `core_dataset_table_field`
|
||||
ALTER TABLE `core_dataset_table_field`
|
||||
ADD COLUMN `other_group` longtext NULL;
|
||||
|
||||
|
||||
alter table `per_data_filling_task_sub_instance`
|
||||
modify `data_id` varchar(255) null comment '数据ID';
|
||||
alter table per_data_filling_commit_log
|
||||
modify `data_id` varchar(255) not null comment '操作的数据ID';
|
||||
|
||||
@@ -7,8 +7,3 @@ ALTER TABLE `core_dataset_table_field`
|
||||
ALTER TABLE `visualization_report_filter`
|
||||
DROP PRIMARY KEY;
|
||||
|
||||
|
||||
alter table `per_data_filling_task_sub_instance`
|
||||
modify `data_id` varchar(255) null comment '数据ID';
|
||||
alter table per_data_filling_commit_log
|
||||
modify `data_id` varchar(255) not null comment '操作的数据ID';
|
||||
|
||||
Reference in New Issue
Block a user