Add db migrations for PR #121

This commit is contained in:
Cheng-Han, Wu 2016-05-15 12:20:42 +08:00
parent 93c6205aa6
commit baa946968d
5 changed files with 31 additions and 0 deletions

View file

@ -26,6 +26,9 @@ module.exports = function (sequelize, DataTypes) {
},
accessToken: {
type: DataTypes.STRING
},
refreshToken: {
type: DataTypes.STRING
}
}, {
classMethods: {