adding in column and also proper redirecting to activate connect stripe account

This commit is contained in:
Arjun Patel
2019-04-28 18:37:10 -07:00
parent 59d220d5d7
commit 65258f1ecf
2 changed files with 6 additions and 4 deletions
+5
View File
@@ -118,6 +118,11 @@ module.exports = (sequelize, DataTypes) => {
primary_contact_last_name: {
type: DataTypes.STRING,
allowNull: false
},
charify_credit: {
type: DataTypes.INTEGER,
defaultValue: 0
}
},
{