models

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2020 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 CreateTableTest

type CreateTableTest struct {
	gorm.Model
	Name  string `gorm:"type:varchar(50);unique_index:name_u_idx;"`
	BT    bool   `gorm:"default:0;index"`
	Uidx1 string `gorm:"type:varchar(50);unique_index:uidx;"`
}

type CreateTableTestV2

type CreateTableTestV2 struct {
	gorm.Model
	Name string `gorm:"type:varchar(100)"`
}

Jump to

Keyboard shortcuts

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