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

copy an exist table schema to new table #520

Closed
beckchin28 opened this issue Sep 8, 2023 · 3 comments
Closed

copy an exist table schema to new table #520

beckchin28 opened this issue Sep 8, 2023 · 3 comments
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request

Comments

@beckchin28
Copy link

Is your feature request related to a problem? Please describe.

We need to store data as one table per month.

Describe the solution you'd like

It would be much more convenient if we could copy the structure of the original table into a new table.

Describe alternatives you've considered

No response

Additional context

No response

@beckchin28 beckchin28 added 0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request labels Sep 8, 2023
@massimocel74
Copy link

This option is very important This solution would be very useful to avoid rewriting the same data in another table. I tried to solve it with the import function but the button doesn't work. Version 6.0

@Sylvain303
Copy link

Would it be possible with the current API? 🤔

  1. Dumping some schema
  2. creation a new table from the schema

@enjeck
Copy link
Contributor

enjeck commented Sep 28, 2024

Duplicate of #520. Fixed at #1170

@enjeck enjeck closed this as completed Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants