package
Version:
v1.1.6
Opens a new window with list of versions in this module.
Published: Apr 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Example struct {
ID int64 `gorm:"column:id;primary_key"`
ExpiresAt uint `gorm:"column:expires_at;default:4294967295"`
CreatedAt uint `gorm:"column:created_at"`
UpdatedAt uint `gorm:"column:updated_at"`
DeletedAt *uint `gorm:"column:deleted_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.