db-migrate-base
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -231,3 +231,3 @@ var util = require('util'); | ||
var sql = util.format('CREATE TABLE %s %s (%s%s%s) %s', ifNotExistsSql, | ||
this.escapeDDL(tableName), columnDefs.join(', '), extensions, tableOptions, pkSql); | ||
this.escapeDDL(tableName), columnDefs.join(', '), extensions, pkSql, tableOptions); | ||
@@ -234,0 +234,0 @@ return this.runSql(sql) |
{ | ||
"name": "db-migrate-base", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "db-migrate base driver", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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