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