small change in convention
This commit is contained in:
@@ -79,12 +79,12 @@ module.exports = (sequelize, DataTypes) => {
|
||||
defaultValue: 0
|
||||
},
|
||||
|
||||
isNonprofit: {
|
||||
is_nonprofit: {
|
||||
type: DataTypes.BOOLEAN,
|
||||
allowNull: false,
|
||||
defaultValue: false
|
||||
},
|
||||
isVerified: {
|
||||
is_verified: {
|
||||
type: DataTypes.BOOLEAN,
|
||||
allowNull: false,
|
||||
defaultValue: false
|
||||
|
||||
Reference in New Issue
Block a user