cakephp-fixture-factories
cakephp-fixture-factories copied to clipboard
Primary key of type text should generate UUID
When the primary key of a table is text, the data should be a uuid.
Ensure that this works also when generating multiple entities with a factory.
Shouldnt it be only of type char, binaryuuid, or maybe (bad design) varchar=string?