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

Support ALTER TABLE for SQLite #414

Merged
merged 3 commits into from
Mar 22, 2020
Merged

Support ALTER TABLE for SQLite #414

merged 3 commits into from
Mar 22, 2020

Conversation

kyleconroy
Copy link
Collaborator

Add support for SQLite's three forms of ALTER TABLE:

ALTER TABLE foo RENAME TO bar;
ALTER TABLE foo RENAME COLUMN bar TO baz;
ALTER TABLE foo ADD COLUMN bar text;

@kyleconroy kyleconroy merged commit 1d2916b into master Mar 22, 2020
@kyleconroy kyleconroy deleted the sqlite_alter_table branch March 22, 2020 21:44
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.

None yet

1 participant