mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 19:03:58 +00:00
getTableFormOptions moved to dialect
This commit is contained in:
5
packages/types/dialect.d.ts
vendored
5
packages/types/dialect.d.ts
vendored
@@ -44,4 +44,9 @@ export interface SqlDialect {
|
||||
|
||||
// create sql-tree expression
|
||||
createColumnViewExpression(columnName: string, dataType: string, source: { alias: string }, alias?: string): any;
|
||||
|
||||
getTableFormOptions(intent: 'newTableForm' | 'editTableForm' | 'sqlCreateTable' | 'sqlAlterTable'): {
|
||||
name: string;
|
||||
sqlFormatString: string;
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user