small change in convention

This commit is contained in:
Arjun Patel
2019-03-14 02:48:31 -07:00
parent 05a1003be2
commit 064b8df2a0
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -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