Documentation
¶
Overview ¶
Package columndef GENERATED BY gengo:runtimedoc DON'T EDIT THIS FILE
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnDef ¶
type ColumnDef struct { Type typex.Type DataType string Length uint64 Decimal uint64 Default *string OnUpdate *string Null bool AutoIncrement bool DeprecatedActions *DeprecatedActions Comment string Description []string Relation []string StructTag reflect.StructTag }
func FromTypeAndTag ¶
type DeprecatedActions ¶
type DeprecatedActions struct {
RenameTo string `name:"rename"`
}
func (*DeprecatedActions) RuntimeDoc ¶
func (v *DeprecatedActions) RuntimeDoc(names ...string) ([]string, bool)
Click to show internal directories.
Click to hide internal directories.