Documentation ¶
Overview ¶
Index ¶
Constants ¶
View Source
const TemplateSchema = `` /* 568-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Field ¶
type Field struct { Name stringx.String IsPrimary bool IsUnique bool IsAutoIncrement bool IsNotNull bool DefaultValue parser.DefaultValue FieldFuncName string DataTypeSource string DataType parser.DataType Comment string SeqInIndex int OrdinalPosition int }
Field describes a table field
Click to show internal directories.
Click to hide internal directories.