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