不要怂,就是干,撸起袖子干!

Commit c37ecba2 by Sascha Depold

Merge pull request #322 from romanostolosh-devpronet/master

Please add this update to add missed line to the code
2 parents f5393a25 36e57b40
Showing with 1 additions and 0 deletions
...@@ -142,6 +142,7 @@ module.exports = (function() { ...@@ -142,6 +142,7 @@ module.exports = (function() {
, sql = [] , sql = []
for (var attributeName in attributes) { for (var attributeName in attributes) {
var definition = attributes[attributeName]
var attrSql = '' var attrSql = ''
if (definition.indexOf('NOT NULL') > 0) { if (definition.indexOf('NOT NULL') > 0) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!