update config

This commit is contained in:
aditya.siregar
2025-05-03 10:50:41 +07:00
parent d77f7c7981
commit f0a7c6352f
18 changed files with 438 additions and 55 deletions
+1
View File
@@ -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 {