@contember/schema
Advanced tools
Comparing version 0.8.3 to 0.9.0-alpha.0
@@ -72,3 +72,3 @@ import Input from './input'; | ||
interface DateTimeColumnDefinition extends ColumnTypeDefinition<ColumnType.DateTime> { | ||
columnType: 'timestamp'; | ||
columnType: 'timestamptz'; | ||
default?: 'now'; | ||
@@ -75,0 +75,0 @@ } |
@@ -30,3 +30,2 @@ declare namespace Validation { | ||
empty: []; | ||
exists: []; | ||
defined: []; | ||
@@ -33,0 +32,0 @@ inContext: [PathArgument, ValidatorArgument]; |
{ | ||
"name": "@contember/schema", | ||
"version": "0.8.3", | ||
"version": "0.9.0-alpha.0", | ||
"license": "Apache-2.0", | ||
@@ -11,3 +11,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "0a911e120c64bb1a66104ed638bb04f82359dc0f" | ||
"gitHead": "d930763080dbf9868cd4ed2e39f0bb6ffe5220af" | ||
} |
@@ -89,3 +89,3 @@ import Input from './input' | ||
export interface DateTimeColumnDefinition extends ColumnTypeDefinition<ColumnType.DateTime> { | ||
columnType: 'timestamp' | ||
columnType: 'timestamptz' | ||
default?: 'now' | ||
@@ -92,0 +92,0 @@ } |
@@ -24,3 +24,2 @@ namespace Validation { | ||
empty: [] | ||
exists: [] | ||
defined: [] | ||
@@ -27,0 +26,0 @@ inContext: [PathArgument, ValidatorArgument] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183971
1294