feat(数据集): 表字段抽象,字段编辑、选择

This commit is contained in:
junjie 2021-02-24 18:20:56 +08:00
parent 49195e266a
commit 1e5b97785b

View File

@ -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`);