참가비 필드 수정

This commit is contained in:
2025-10-16 11:05:37 +09:00
parent 694fed1b19
commit 561400843c
2 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ const Event = sequelize.define('Event', {
participantFee: {
type: DataTypes.DECIMAL(10, 2),
allowNull: false,
defaultValue: 0,
defaultValue: null,
comment: '참가비'
},
maxParticipants: {