.
This commit is contained in:
@@ -66,7 +66,7 @@ const Event = sequelize.define('Event', {
|
|||||||
},
|
},
|
||||||
participantFee: {
|
participantFee: {
|
||||||
type: DataTypes.DECIMAL(10, 2),
|
type: DataTypes.DECIMAL(10, 2),
|
||||||
allowNull: false,
|
allowNull: true,
|
||||||
defaultValue: null,
|
defaultValue: null,
|
||||||
comment: '참가비'
|
comment: '참가비'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user