domain-knex
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -84,2 +84,5 @@ "use strict"; | ||
} | ||
else if (value.type.name === 'Float') { | ||
column = table.float(columnName); | ||
} | ||
else if (value.type.name === 'String') { | ||
@@ -86,0 +89,0 @@ column = table.string(columnName, value.max || undefined); |
{ | ||
"name": "domain-knex", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Knex generator for Domain Schema", | ||
@@ -27,3 +27,3 @@ "repository": "https://github.com/sysgears/domain-schema.git", | ||
"@types/node": "^7.0.18", | ||
"domain-schema": "^0.0.7", | ||
"domain-schema": ">= 0.0.7", | ||
"jest": "^21.2.1", | ||
@@ -30,0 +30,0 @@ "prettier": "^1.6.1", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18572
195
0