promise request attempt

This commit is contained in:
Arjun Patel
2019-03-21 19:47:12 -07:00
parent 7e76fbe31e
commit c03b71ebd3
6 changed files with 71 additions and 5 deletions
+4
View File
@@ -18,6 +18,10 @@ module.exports = (sequelize, DataTypes) => {
type: DataTypes.INTEGER,
defaultValue: 0
},
stripe_account_id: {
type: DataTypes.UUID,
defaultValue: null
},
primary_contact_email: {
type: DataTypes.STRING,