merging create grant and stripe calls
This commit is contained in:
@@ -7,11 +7,13 @@ module.exports = (sequelize, DataTypes) => {
|
||||
},
|
||||
stripe_id: {
|
||||
type: DataTypes.UUID,
|
||||
defaultValue: null
|
||||
defaultValue: null,
|
||||
unique: true
|
||||
},
|
||||
subscription_id: {
|
||||
type: DataTypes.UUID,
|
||||
defaultValue: null
|
||||
defaultValue: null,
|
||||
unique: true
|
||||
},
|
||||
first_name: {
|
||||
type: DataTypes.STRING,
|
||||
|
||||
Reference in New Issue
Block a user