Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GuessTypeName ¶
func GuessTypeName(ci *schema.ColumnInfo) string
根据数据库字段类型猜测Go类型,适用于mysql或pgsql
Types ¶
type Model ¶
type Model struct {
ID uint `json:"id" toml:"-" gorm:"primary_key;not null;auto_increment"`
}
*
- 带自增主键的基础Model
func (Model) TableComment ¶ added in v0.5.5
Click to show internal directories.
Click to hide internal directories.