cakephp-fixture-factories icon indicating copy to clipboard operation
cakephp-fixture-factories copied to clipboard

Primary key of type text should generate UUID

Open pabloelcolombiano opened this issue 2 years ago • 1 comments

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.

pabloelcolombiano avatar Oct 27 '22 13:10 pabloelcolombiano

Shouldnt it be only of type char, binaryuuid, or maybe (bad design) varchar=string?

dereuromark avatar Dec 20 '23 07:12 dereuromark