We use MySQL tables to which we add new fields from time to time as our product evolves.
I\'m looking for a way to export the structure of the table from one copy of the db, to
No it isn't possible because MySql is using mariaDB version. In mariaDB version structure of a table are arranged in memory and that memory shared with your byte data.
So when we try to import a structure (or a table) it alter that whole memory block.