Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable RenameTable, RenameColumn and DropColumn in the sqlite builder #98

Closed
wants to merge 3 commits into from

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)

@ganigeorgiev ganigeorgiev changed the title Enabled RenameTable, RenameColumn and DropColumn in the sqlite builder Enable RenameTable, RenameColumn and DropColumn in the sqlite builder Dec 4, 2021
@ganigeorgiev
Copy link
Author

Because I created this PR from my master it got "polluted" with other changes. I've create a new PR #100 that contains only the sqlite builder updates.

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