chriskite / phactory

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

Add ability to register a primary key. Pair with @LiGang9090. #37

Open twksos opened 9 years ago

twksos commented 9 years ago

We are working on a legacy project. Some of our database doesn't have a primary key.

Instead, they have unique key with auto increment.

We think it would be helpful if this package can support register a key as primary key for MySQL.