package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Dec 6, 2022
License: MPL-2.0
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 Table struct {
ID uuid.UUID `gorm:"type:uuid;primary_key;" json:"id"`
CreatedAt *time.Time `json:"created_at,omitempty"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
DeletedAt *time.Time `gorm:"index" json:"deleted_at,omitempty"`
}
Table model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.