Is there somewhere that we can find a the schematics of crafts database structure/schema. We are looking into developing a database migration workflow between development and production environments.
Thanks
Is there somewhere that we can find a the schematics of crafts database structure/schema. We are looking into developing a database migration workflow between development and production environments.
Thanks
Tools like Navicat and MySQL Workbench both have ways of analyzing a database and generate a schema map from it, so you can visualize the tables, foreign keys, etc.