chriskite / phactory

A Database Factory for PHP Unit Tests
http://phactory.org
MIT License
140 stars 39 forks source link

UUID instead of Integer ID #13

Open markalanevans opened 12 years ago

markalanevans commented 12 years ago

Hey does this support UUIDs instead of Integers. The read me under "Limitations" says Integer, what about Unique UUID. Much more common now than INT.

jimbojsb commented 12 years ago

Could you provide some more context? In all my years of using MySQL, I've never seen a need to use a UUID as a primary key. To answer your question, no it does not support UUIDs currently.