For my custom tables, I do use the custom prefix. But if I change the structure of a table (ie add columns), that new structure is not migrated properly.
I tested two cases.
– If I create a new table on server A, which does not exist on B, the new table is created on B, both strucure and content, so This is OK.
If the table exists already on B (in the old structure), the table modification I made on A is not propagated to B, so not OK in my view.
A question on the database inclusion in the backup.
Are user defined tables that i create in the database exported as well?