Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { ID int64 `gorm:"primaryKey"` Phone string `gorm:"type:varchar(20);unique;not null;"` Password string `gorm:"type:varchar(100);not null;default:''"` Name string `gorm:"type:varchar(100)"` Avatar string `gorm:"type:varchar(255)"` LastLoginTime int64 `gorm:"autoCreatedTime"` CreatedAt int64 `gorm:"autoCreatedTime"` UpdatedAt int64 `gorm:"autoCreatedTime"` }
用户表
Click to show internal directories.
Click to hide internal directories.