mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
clickhouse: added specifcNotNull dialect option
This commit is contained in:
1
packages/types/dbinfo.d.ts
vendored
1
packages/types/dbinfo.d.ts
vendored
@@ -49,6 +49,7 @@ export interface ColumnInfo extends NamedObjectInfo {
|
||||
notNull?: boolean;
|
||||
autoIncrement?: boolean;
|
||||
dataType: string;
|
||||
displayedDataType?: string;
|
||||
precision?: number;
|
||||
scale?: number;
|
||||
length?: number;
|
||||
|
||||
Reference in New Issue
Block a user