model

package
v0.0.0-...-920ada6 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2019 License: MIT Imports: 3 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:"type:varchar(512)"`
	LastName   string `gorm:"type:varchar(512)"`
	Email      string `gorm:"type:varchar(512)"`
	Phone      string `gorm:"type:varchar(512)"`
	Picture    string `gorm:"type:varchar(512)"`
	IsVerified bool   `gorm:"type:tinyint"`
	MetaData   string `gorm:"type:text"`
}

User is user model

Jump to

Keyboard shortcuts

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