Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Last active June 20, 2018 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cibernomadas/65a25ce00cc8a7115d0b7ce89d73d933 to your computer and use it in GitHub Desktop.
Save Cibernomadas/65a25ce00cc8a7115d0b7ce89d73d933 to your computer and use it in GitHub Desktop.
type User struct {
gorm.Model
Username string `gorm:"type:varchar(32);UNIQUE"`
Email string `gorm:"type:varchar(256);UNIQUE"`
Password string `gorm:"type:varchar(128)"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment