models

package
v0.0.0-...-7d3b672 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 License: Apache-2.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 CustomizedField

type CustomizedField struct {
	CreatedAt   time.Time      `json:"createdAt"`
	UpdatedAt   time.Time      `json:"updatedAt"`
	TbName      string         `gorm:"primaryKey;type:varchar(255)"` // avoid conflicting with the method `TableName()`
	ColumnName  string         `gorm:"primaryKey;type:varchar(255)"`
	DisplayName string         `gorm:"type:varchar(255)"`
	DataType    dal.ColumnType `gorm:"type:varchar(255)"`
	Description string
}

func (*CustomizedField) TableName

func (t *CustomizedField) TableName() string

type Table

type Table struct {
	Name string
}

func (*Table) TableName

func (t *Table) TableName() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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