[improvement][semantic-fe] Refactor database settings functionality.

This commit is contained in:
tristanliu
2023-09-04 12:29:07 +08:00
parent d5c5c63a75
commit f5a7068d5e
34 changed files with 1222 additions and 441 deletions

View File

@@ -29,10 +29,10 @@ export const TYPE_OPTIONS = [
label: '主键',
value: EnumDataSourceType.PRIMARY,
},
{
label: '外键',
value: EnumDataSourceType.FOREIGN,
},
// {
// label: '外键',
// value: EnumDataSourceType.FOREIGN,
// },
];
export const AGG_OPTIONS = [