tables icon indicating copy to clipboard operation
tables copied to clipboard

copy an exist table schema to new table

Open beckchin28 opened this issue 2 years ago • 2 comments

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 avatar Sep 08 '23 05:09 beckchin28

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

massimocel74 avatar Sep 27 '23 08:09 massimocel74

Would it be possible with the current API? 🤔

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

Sylvain303 avatar May 02 '24 06:05 Sylvain303

Duplicate of https://github.com/nextcloud/tables/issues/520. Fixed at https://github.com/nextcloud/tables/pull/1170

enjeck avatar Sep 28 '24 20:09 enjeck