Skip to content

Commit

Permalink
Zip codes aren't integers
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Mar 3, 2016
1 parent aa117ce commit 9a0d41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Member.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.STRING
},
zip: {
type: DataTypes.INTEGER
type: DataTypes.STRING
},
municipality: {
type: DataTypes.STRING
Expand Down

0 comments on commit 9a0d41f

Please sign in to comment.