cakephp2-php8/lib
mark_story 27e2132a13 Generated SQL should not contain multi-column primary keys
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
2012-07-27 22:31:49 -04:00
..
Cake Generated SQL should not contain multi-column primary keys 2012-07-27 22:31:49 -04:00