概要
The CakePHP Database Designer skill provides specialized guidance for architecting robust relational data layers within the CakePHP ecosystem. It streamlines the creation of normalized schemas (1NF-3NF) and generates production-ready migration files using the Phinx-based format standard in CakePHP. Beyond basic CRUD, it excels at designing complex multi-tenant architectures, implementing soft-delete patterns, and optimizing database performance through intelligent indexing and partitioning strategies, ensuring your application remains scalable as data grows.