ozzo-dbx icon indicating copy to clipboard operation
ozzo-dbx copied to clipboard

Enable RenameTable, RenameColumn and DropColumn in the sqlite builder

Open ganigeorgiev opened this issue 3 years ago • 0 comments

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:

  • RenameTable
  • RenameColumn (the same syntax as the default builder)
  • DropColumn (the same syntax as the default builder)

ganigeorgiev avatar Jan 27 '22 11:01 ganigeorgiev