클럽 설정 기능
This commit is contained in:
@@ -49,6 +49,12 @@ const Club = sequelize.define('Club', {
|
||||
defaultValue: 0,
|
||||
comment: '회원 수'
|
||||
},
|
||||
femaleHandicap: {
|
||||
type: DataTypes.INTEGER,
|
||||
allowNull: false,
|
||||
defaultValue: 15,
|
||||
comment: '여성 기본 핸디캡'
|
||||
},
|
||||
createdAt: {
|
||||
type: DataTypes.DATE,
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user