sample

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserInfo

type UserInfo struct {
	ID        uuid.UUID `json:"id" gorm:"primary_key;type:uuid;default:uuid_generate_v4();comment:主键id"`
	Name      string    `json:"name" gorm:"type:varchar(50);not null;default:'';comment:用户名"`
	CreatedAt time.Time `json:"created_at" gorm:"type:timestamp without time zone;not null;default:now();comment:用户创建时间"`
}

*

  • UserInfo 用户信息表 测试使用

Jump to

Keyboard shortcuts

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