table editor

This commit is contained in:
Jan Prochazka
2021-06-17 14:29:45 +02:00
parent dea6700a25
commit bf725dd563
5 changed files with 55 additions and 16 deletions

View File

@@ -52,7 +52,6 @@ export interface ColumnInfo extends NamedObjectInfo {
isSparse: boolean;
defaultValue: string;
defaultConstraint: string;
isPrimaryKey?: boolean; // only used in editor
}
export interface DatabaseObjectInfo extends NamedObjectInfo {