Skip to content

Commit

Permalink
fields for object and array datatypes are now created
Browse files Browse the repository at this point in the history
  • Loading branch information
der-On committed Mar 21, 2013
1 parent 8ff337a commit 41c8886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/generators/sql.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

var model = require('../index')
, utils = require('utilities')
, generator
Expand All @@ -13,6 +12,8 @@ datatypeMap = {
, 'date': 'date'
, 'datetime': 'timestamp'
, 'time': 'time'
, 'object': 'text'
, 'array': 'text'
};

generator = new (function () {
Expand Down

0 comments on commit 41c8886

Please sign in to comment.