entity

package
v0.0.0-...-ca714e8 Latest Latest
Warning

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

Go to latest
Published: May 10, 2019 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 FieldType

type FieldType struct {
	TableColumn string       // 对应的表列名字
	FieldName   string       // 对应的原始名字
	Kind        reflect.Kind //对应的数据的类型 string int64 time.Time
}

数据列保存

type SchemaHistory

type SchemaHistory struct {
	Id          int64
	Version     string
	Description string
	Types       string
	Script      string
	CheckSum    string
	InstalledOn time.Time
	Success     bool
}

需要保存的数据的表映射

Jump to

Keyboard shortcuts

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