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

Commit e5c824db by Sascha Depold

formatting

1 parent 3181396f
Showing with 1 additions and 1 deletions
...@@ -353,7 +353,7 @@ module.exports = (function() { ...@@ -353,7 +353,7 @@ module.exports = (function() {
} }
if(dataType.autoIncrement) { if(dataType.autoIncrement) {
template +=" auto_increment" template += " auto_increment"
} }
if((dataType.defaultValue != undefined) && (dataType.defaultValue != DataTypes.NOW)) { if((dataType.defaultValue != undefined) && (dataType.defaultValue != DataTypes.NOW)) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!