Smart Export
Export data with schema metadata
Creates a JSON file containing all your data plus schema information. This format allows smart import into databases with different structures.
Export is disabled.
Smart Import
Import data from a different database structure
Upload a Smart Export JSON file. The system will analyze schema differences, let you review column mappings, and import data with automatic ID remapping.
How Smart Migration Works
- Export bundles your data with schema metadata (column names, types, foreign keys).
- On import the system compares the exported schema with your current database.
- You can review and adjust column mappings for renamed or restructured columns.
- Foreign-key relationships are remapped to the new auto-increment IDs.
- Self-references and circular FKs are handled with deferred updates.