mysql_model

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ColumnCreateModifyDeleteTime

type ColumnCreateModifyDeleteTime struct {
	ID          int64 `gorm:"primary_key;AUTO_INCREMENT" json:"id" db:"id"`
	CreateTime  int64 `json:"create_time" db:"create_time"`
	ModifyTime  int64 `json:"modify_time" db:"modify_time"`
	DeletedTime int64 `json:"deleted_time" db:"deleted_time"`
	IsDel       int32 `json:"is_del" db:"is_del"`
}

ColumnCreateModifyDeleteTime is a basic model for mysql.

Jump to

Keyboard shortcuts

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