Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailedJob ¶
type FailedJob struct {
gorm.Model
Payload string `gorm:"type:varchar(255)"`
Queue string `gorm:"type:varchar(255)"`
Exception string `gorm:"type:varchar(255)"`
}
type User ¶
type User struct {
gorm.Model
Name string `gorm:"type:varchar(255)"`
Surname string `gorm:"type:varchar(255)"`
Username string `gorm:"type:varchar(255)"`
Password string `gorm:"type:varchar(255)"`
}
func (User) Drop ¶
Execute model drop Deprecated: this method has been replaced by global .sql migration system
Click to show internal directories.
Click to hide internal directories.