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

[feat]: Right Click - Copy Table Schema #610

Open
millerjp opened this issue Dec 9, 2024 · 0 comments
Open

[feat]: Right Click - Copy Table Schema #610

millerjp opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request right click

Comments

@millerjp
Copy link
Contributor

millerjp commented Dec 9, 2024

RIght click on a table and the ability to copy a tables structure and recreate it with a different name, under a different keyspace (if needed) and add/remove fields to the table before applying the update

If the table has any indexes associated, we need to copy that also and give users to apply the same index with a new name or ignore the index

If the table has any materialised views, we need to copy that also and give uses the ability to update the view or choose to not create the associated views.

Important to test the view and index functionality with multiple indexes and views as the UX might be complex for this.

@millerjp millerjp added enhancement New feature or request right click labels Dec 9, 2024
@millerjp millerjp added this to the v1.1.0-release milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request right click
Projects
None yet
Development

No branches or pull requests

2 participants