mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
feat(数据集): 表字段抽象,字段编辑、选择
This commit is contained in:
@@ -25,3 +25,5 @@ CREATE TABLE IF NOT EXISTS `dataset_table_field`
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE = InnoDB
|
||||
DEFAULT CHARSET = utf8mb4;
|
||||
|
||||
ALTER TABLE `dataset_table_field` ADD INDEX IDX_TABLE_ID (`table_id`);
|
||||
|
||||
Reference in New Issue
Block a user