update config
This commit is contained in:
@@ -18,6 +18,7 @@ type MemberRegistrationDB struct {
|
||||
UpdatedAt time.Time `gorm:"column:updated_at"`
|
||||
BranchID int64 `gorm:"column:branch_id"`
|
||||
CashierID int64 `gorm:"column:cashier_id"`
|
||||
Password string `gorm:"column:password"`
|
||||
}
|
||||
|
||||
func (MemberRegistrationDB) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user