This commit is contained in:
2025-10-16 11:06:52 +09:00
parent 561400843c
commit 3f05073a5b
+1 -1
View File
@@ -66,7 +66,7 @@ const Event = sequelize.define('Event', {
},
participantFee: {
type: DataTypes.DECIMAL(10, 2),
allowNull: false,
allowNull: true,
defaultValue: null,
comment: '참가비'
},