package
Version:
v1.2.3
Opens a new window with list of versions in this module.
Published: Aug 24, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Price struct {
gorm.Model
UserID uint `gorm:"not null,index"`
DateTime time.Time `gorm:"not null"`
Store string `gorm:"not null"`
Product string `gorm:"not null"`
Price uint `gorm:"not null"`
InStock bool `gorm:"not null"`
}
type User struct {
gorm.Model
Name string `gorm:"not null;uniqueIndex"`
Password string `gorm:"not null"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.