Cleanup and fix raw sql

This commit is contained in:
Pablu
2025-12-02 10:44:28 +01:00
parent b7147d03c2
commit f6ca16b1f0
4 changed files with 48 additions and 51 deletions

View File

@@ -261,7 +261,6 @@ func (p *Parser) parseColumn() (Column, error) {
return Column{}, err
}
column.Extra = append(column.Extra, ref)
fmt.Println(ref)
case AUTOINCREMENT:
column.Extra = append(column.Extra, "AUTOINCREMENT")