Versions in this module Expand all Collapse all v0 v0.0.1 Jun 29, 2022 Changes in this version + const TypeBit + const TypeBlob + const TypeDate + const TypeDatetime + const TypeDouble + const TypeDuration + const TypeEnum + const TypeFloat + const TypeGeometry + const TypeInt24 + const TypeJSON + const TypeLong + const TypeLongBlob + const TypeLonglong + const TypeMediumBlob + const TypeNewDate + const TypeNewDecimal + const TypeNull + const TypeSet + const TypeShort + const TypeString + const TypeTimestamp + const TypeTiny + const TypeTinyBlob + const TypeUnspecified + const TypeVarString + const TypeVarchar + const TypeYear + const UnsignedFlag + type MysqlParser struct + func (*MysqlParser) Name() string + func (*MysqlParser) Parse(ddl string) (table string, fields []schema.Field, err error) + type Parser interface + Name func() string + Parse func(ddl string) (table string, fields []schema.Field, err error) + type PostgresqlParser struct + func (*PostgresqlParser) Name() string + func (*PostgresqlParser) Parse(ddl string) (table string, fields []schema.Field, err error)