user

package
v0.0.0-...-60a76ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	gorm.Model
	FirstName string `gorm:"size:255"`
	LastName  string `gorm:"size:255"`
	Email     string `gorm:"NOT NULL; UNIQUE_INDEX"`
	Password  string `gorm:"NOT NULL"`
	Role      string `gorm:"NOT_NULL;size:255;DEFAULT:'standard'"`
	Active    bool   `gorm:"NOT NULL; DEFAULT: true"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL