Retracted
Discover Packages
github.com/nkien0204/lets-go
samples
db
rdb
mysql
models
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 7, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Payment struct {
CustomerNumber int `gorm:"column:customerNumber"`
CheckNumber string `gorm:"column:checkNumber"`
PaymentDate time .Time `gorm:"column:paymentDate"`
Amount float32 `gorm:"type:decimal(10,2);"`
}
type User struct {
Id string `gorm:"column:id"`
FullName string `gorm:"column:full_name"`
UserName string `gorm:"column:username"`
Password string `gorm:"column:password"`
Role int `gorm:"column:role"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.