ozzo-dbx
ozzo-dbx copied to clipboard
Enable RenameTable, RenameColumn and DropColumn in the sqlite builder
SQLite 3 has ALTER TABLE support for most of the schema modify operations - https://www.sqlite.org/lang_altertable.html
This PR enables in the builder_sqlite.go:
RenameTableRenameColumn(the same syntax as the default builder)DropColumn(the same syntax as the default builder)