package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Jun 4, 2019
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 Base struct {
ID uuid.UUID `gorm:"type:varchar(36);primary_key;"`
CreatedAt time.Time `gorm:"column:createdOn"`
UpdatedAt time.Time `gorm:"column:modifiedOn"`
DeletedAt *time.Time `sql:"index" gorm:"deletedOn"`
}
Base contains common columns for all tables.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.