clickhouse: sorting key editor support

This commit is contained in:
Jan Prochazka
2024-09-11 16:53:11 +02:00
parent 33eed816aa
commit 575f8f23a7
9 changed files with 153 additions and 95 deletions

View File

@@ -5,12 +5,14 @@
export let setTableInfo;
export let tableInfo;
export let constraintLabel = 'primary key';
export let constraintType = 'primaryKey';
</script>
<ColumnsConstraintEditorModal
{...$$restProps}
constraintLabel="primary key"
constraintType="primaryKey"
{constraintLabel}
{constraintType}
{constraintInfo}
{setTableInfo}
{tableInfo}