This commit is contained in:
Jan Prochazka
2022-07-31 08:52:10 +02:00
parent 53c39e6a43
commit 802f231e43

View File

@@ -24,7 +24,7 @@ export interface DisplayColumn {
headerText: string;
uniqueName: string;
uniquePath: string[];
notNull: boolean;
notNull?: boolean;
autoIncrement?: boolean;
isPrimaryKey?: boolean;
foreignKey?: ForeignKeyInfo;