enummeta

package
v2.23.13 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SyncEnum

func SyncEnum(db sqlx.DBExecutor) error

Types

type SqlMetaEnum

type SqlMetaEnum struct {
	TName string `db:"F_table_name,size=64"`
	CName string `db:"F_column_name,size=64"`
	Value int    `db:"F_value"`
	Type  string `db:"F_type,size=255"`
	Key   string `db:"F_key,size=255"`
	Label string `db:"F_label,size=255"`
}

func (*SqlMetaEnum) TableName

func (*SqlMetaEnum) TableName() string

func (*SqlMetaEnum) UniqueIndexes

func (*SqlMetaEnum) UniqueIndexes() builder.Indexes

Jump to

Keyboard shortcuts

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