Comparing version 1.9.5 to 1.9.6
{ | ||
"name": "pg-mem", | ||
"version": "1.9.5", | ||
"version": "1.9.6", | ||
"description": "A memory version of postgres", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ import { IMigrate } from './migrate/migrate-interfaces'; | ||
export interface SchemaField extends Omit<CreateColumnDef, 'dataType' | 'kind' | 'name'> { | ||
type: IType; | ||
type: IType | DataType; | ||
name: string; | ||
@@ -13,0 +13,0 @@ serial?: boolean; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1351877
14252