public 기능 완료
This commit is contained in:
@@ -35,6 +35,11 @@ const EventParticipant = sequelize.define('EventParticipant', {
|
||||
},
|
||||
comment: '이벤트 팀 ID'
|
||||
},
|
||||
comment: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true,
|
||||
comment: '비고'
|
||||
},
|
||||
status: {
|
||||
type: DataTypes.ENUM('참가예정', '참가확정', '취소'),
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user