diff --git a/lib/utils.js b/lib/utils.js index de8483ab..c4af2477 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -257,7 +257,7 @@ utils.sqlTypeCast = function(type) { return 'TIMESTAMP WITH TIME ZONE'; case 'array': - return 'TEXT'; + return 'text []'; case 'json': return 'JSON'; diff --git a/package.json b/package.json index 89dd42ed..c8ecc305 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "lodash": "~2.4.1", "async": "~0.9.0", "waterline-errors": "~0.10.0", - "waterline-sequel": "~0.0.2", - "waterline-cursor": "~0.0.3" + "waterline-sequel": "git://github.com/AnalogJ/waterline-sequel.git", + "waterline-cursor": "0.0.3" }, "devDependencies": { "mocha": "*",