tables
tables copied to clipboard
copy an exist table schema to new table
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
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
Would it be possible with the current API? 🤔
- Dumping some schema
- creation a new table from the schema
Duplicate of https://github.com/nextcloud/tables/issues/520. Fixed at https://github.com/nextcloud/tables/pull/1170