package
Version:
v0.0.0-...-925651e
Opens a new window with list of versions in this module.
Published: Sep 4, 2022
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 Model struct {
ID uint `gorm:"primarykey;auto_increment;not_null" json:"id"`
Name string `gorm:"column:name"`
Sequence sql.NullInt16 `gorm:"column:sequence"`
CreatedAt time.Time `gorm:"column:created_at" json:"created_at"`
UpdatedAt time.Time `gorm:"column:updated_at" json:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.