mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 09:44:00 +00:00
ts fix
This commit is contained in:
@@ -24,7 +24,7 @@ export interface DisplayColumn {
|
|||||||
headerText: string;
|
headerText: string;
|
||||||
uniqueName: string;
|
uniqueName: string;
|
||||||
uniquePath: string[];
|
uniquePath: string[];
|
||||||
notNull: boolean;
|
notNull?: boolean;
|
||||||
autoIncrement?: boolean;
|
autoIncrement?: boolean;
|
||||||
isPrimaryKey?: boolean;
|
isPrimaryKey?: boolean;
|
||||||
foreignKey?: ForeignKeyInfo;
|
foreignKey?: ForeignKeyInfo;
|
||||||
|
|||||||
Reference in New Issue
Block a user