mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 19:26:00 +00:00
clickhouse: sorting key editor support
This commit is contained in:
2
packages/types/dbinfo.d.ts
vendored
2
packages/types/dbinfo.d.ts
vendored
@@ -15,7 +15,7 @@ export interface ColumnReference {
|
||||
export interface ConstraintInfo extends NamedObjectInfo {
|
||||
pairingId?: string;
|
||||
constraintName?: string;
|
||||
constraintType: 'primaryKey' | 'foreignKey' | 'index' | 'check' | 'unique';
|
||||
constraintType: 'primaryKey' | 'foreignKey' | 'sortingKey' | 'index' | 'check' | 'unique';
|
||||
}
|
||||
|
||||
export interface ColumnsConstraintInfo extends ConstraintInfo {
|
||||
|
||||
Reference in New Issue
Block a user