Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomizedField ¶
type CustomizedField struct {
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
TbName string `gorm:"primaryKey;type:varchar(255)"` // avoid conflicting with the method `TableName()`
ColumnName string `gorm:"primaryKey;type:varchar(255)"`
DisplayName string `gorm:"type:varchar(255)"`
DataType dal.ColumnType `gorm:"type:varchar(255)"`
Description string
}
func (*CustomizedField) TableName ¶
func (t *CustomizedField) TableName() string
Click to show internal directories.
Click to hide internal directories.