4

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

1 Answers1

3

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.

Ben Parizek
  • 13,448
  • 1
  • 33
  • 98
Brad Bell
  • 67,440
  • 6
  • 73
  • 143