Versions in this module Expand all Collapse all v1 v1.0.1 Aug 26, 2026 Changes in this version + type Field struct + Comment string + ContainsPQ bool + DataType string + Name stringx.String + NameOriginal string + OrdinalPosition int + SeqInIndex int + ThirdPkg string + type KeyType int + type Primary struct + AutoIncrement bool + type Table struct + ContainsPQ bool + Db stringx.String + Fields []*Field + Name stringx.String + PrimaryKey Primary + UniqueIndex map[string][]*Field + func ConvertDataType(table *model.Table, strict bool) (*Table, error) + func Parse(filename, database string, strict bool) ([]*Table, error) + func (t *Table) ContainsTime() bool