Skip to content

Conversation

@ganigeorgiev
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant