package
Version:
v0.9.0-beta
Opens a new window with list of versions in this module.
Published: Sep 19, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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)"`
}
Seed executes seeding in defined table
Source Files
¶
Click to show internal directories.
Click to hide internal directories.