Skip to content

Instantly share code, notes, and snippets.

@jquiterio
Last active October 19, 2022 19:54
Show Gist options
  • Save jquiterio/155b220fa002ecf17b29fb71e6b2fee7 to your computer and use it in GitHub Desktop.
Save jquiterio/155b220fa002ecf17b29fb71e6b2fee7 to your computer and use it in GitHub Desktop.
type Planet struct {
ID uint `gorm:"primaryKey;autoIncrement"`
Name string `gorm:"unique;type:string;size:100"`
NumSatellites uint32
Specs JSONMap
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment