public 기능 완료
This commit is contained in:
@@ -33,6 +33,16 @@ const Event = sequelize.define('Event', {
|
||||
defaultValue: '정기전',
|
||||
comment: '이벤트 유형'
|
||||
},
|
||||
publicHash: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true,
|
||||
comment: '공개 URL 해시'
|
||||
},
|
||||
accessPassword: {
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true,
|
||||
comment: '공개 URL 비밀번호'
|
||||
},
|
||||
startDate: {
|
||||
type: DataTypes.DATE,
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user