forked from github/dataease
feat(数据集): 表字段抽象,字段编辑、选择
This commit is contained in:
parent
49195e266a
commit
1e5b97785b
@ -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`);
|
||||
|
Loading…
Reference in New Issue
Block a user