Skip to content

Commit

Permalink
Added typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdnano committed Jul 18, 2017
1 parent 1e60353 commit 261b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ts-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function getMemberDefinition(spaces, fieldName, val, allowNull) {
} else if(val.indexOf('DataTypes.CHAR') > 0){
m += 'string';
} else if(val.indexOf('DataTypes.REAL') > 0){
m += 'boolean';
m += 'number';
} else if(val.indexOf('DataTypes.TEXT') > 0){
m += 'string';
} else if(val.indexOf('DataTypes.DATE') > 0){
Expand Down

0 comments on commit 261b8a8

Please sign in to comment.