mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
clickhouse: sorting key editor support
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user