database

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Example

type Example struct {
	ID        int64 `gorm:"column:id;primary_key"`
	ExpiresAt uint  `gorm:"column:expires_at;default:4294967295"`
	CreatedAt uint  `gorm:"column:created_at"`
	UpdatedAt uint  `gorm:"column:updated_at"`
	DeletedAt *uint `gorm:"column:deleted_at"`
}

Jump to

Keyboard shortcuts

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