This commit is contained in:
Jan Prochazka
2020-06-18 21:18:30 +02:00
parent ac9bd62ecf
commit cecb88f024
13 changed files with 90 additions and 234 deletions

View File

@@ -1,5 +1,3 @@
import { DbType } from './dbtypes';
export interface NamedObjectInfo {
pureName: string;
schemaName: string;
@@ -41,7 +39,6 @@ export interface ColumnInfo {
isSparse: boolean;
defaultValue: string;
defaultConstraint: string;
commonType?: DbType;
}
export interface DatabaseObjectInfo extends NamedObjectInfo {