Octopoos / SEBLOD

Build high-end websites with SEBLOD®, a CCK for Joomla!
https://www.seblod.com
GNU General Public License v2.0
129 stars 55 forks source link

Feature: Copy seblod db fields to another app and connect to new dbtable #370

Open Reniars opened 7 years ago

Reniars commented 7 years ago

when I copy a databasetable like content or category for example for a new app with own dbtables. It would be a great help if I can save the fields from one app in the other app.

klas commented 7 years ago

You can use export/import for this.

Reniars commented 7 years ago

I don't want to copy the content I want to copy the structure of the dbfields to another app. and the structure should be connected then to the new db table.

klas commented 7 years ago

That would be too complicated in my opinion. You can transfer structure using app and content using import/export, but underlying databases have to be redone.