오류 수정, 통계 보강
This commit is contained in:
@@ -55,6 +55,20 @@ const Club = sequelize.define('Club', {
|
||||
defaultValue: 15,
|
||||
comment: '여성 기본 핸디캡'
|
||||
},
|
||||
averageCalculationPeriod: {
|
||||
type: DataTypes.ENUM(
|
||||
'3month',
|
||||
'6month',
|
||||
'1year',
|
||||
'firsthalf',
|
||||
'secondhalf',
|
||||
'quarterly',
|
||||
'total'
|
||||
),
|
||||
allowNull: false,
|
||||
defaultValue: '6month',
|
||||
comment: '에버리지 계산 기간'
|
||||
},
|
||||
createdAt: {
|
||||
type: DataTypes.DATE,
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user