Versions in this module Expand all Collapse all v1 v1.0.0 May 27, 2023 Changes in this version + type Parser struct + Migration element.Migration + func NewParser(isPostgres, isLower bool) *Parser + func (p *Parser) Diff(old Parser) + func (p *Parser) Enter(in ast.Node) (ast.Node, bool) + func (p *Parser) HashValue() int64 + func (p *Parser) Leave(in ast.Node) (ast.Node, bool) + func (p *Parser) Parser(sql string) error + func (p *Parser) ParserMysql(sql string) error + func (p *Parser) ParserPostgresql(sql string) error + func (p Parser) MigrationDown() string + func (p Parser) MigrationUp() string