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)

@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