mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 15:06:27 +00:00
![]() While totally valid in databases, the Schema system is not designed to handle multi-column primary keys in a sane way. In MySQL this results in two auto_increment columns, and in postgres this results in two serial columns. Fixes #3069 |
||
---|---|---|
.. | ||
MysqlTest.php | ||
PostgresTest.php | ||
SqliteTest.php | ||
SqlserverTest.php |