Versions in this module Expand all Collapse all v1 v1.0.50 Nov 27, 2020 Changes in this version + type Field struct + Comment string + DataBaseType string + DataType string + IsPrimaryKey bool + IsUniqueKey bool + Name stringx.String + type KeyType int + type Primary struct + AutoIncrement bool + type Table struct + Fields []Field + Name stringx.String + PrimaryKey Primary + func ConvertColumn(db, table string, in []*model.Column) (*Table, error) + func Parse(ddl string) (*Table, error) + func (t *Table) ContainsTime() bool