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

Implement ADD COLUMN on non empty spaces #5405

Open
romanhabibov opened this issue Oct 9, 2020 · 3 comments
Open

Implement ADD COLUMN on non empty spaces #5405

romanhabibov opened this issue Oct 9, 2020 · 3 comments
Labels
feature A new functionality sql
Milestone

Comments

@romanhabibov
Copy link
Contributor

We need to implement a mechanism for filling in the DEFAULT, NULL, NOT NULL columns at the box (?) level.

@pgulutzan
Copy link
Contributor

pgulutzan commented Oct 9, 2020

See also Issue #3075 Enable addition of new columns in ALTER

@kyukhin kyukhin added feature A new functionality teamL labels Jul 13, 2021
@kyukhin kyukhin added this to the wishlist milestone Jul 13, 2021
@capr
Copy link

capr commented Dec 11, 2021

wait so if I wanna add a column to a table currently I have to create a new table with the added column, copy all the data over, drop the old table along with all the foreign key pointing to it, rename the new table, re-add the foreign keys?

@capr
Copy link

capr commented Dec 12, 2021

Wait, I can't re-add foreign keys because the other tables have data too in them.

So currently in Tarantool you cannot do any changes to the schema of an existing database at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality sql
Projects
None yet
Development

No branches or pull requests

5 participants