You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
I've a database schema (MySQL in my case) which has no key named
id
but it usesidcustomer
as primary key. In this way,node-sql-fixtures
can't work.It should be nice to have the option to specify the primary key of table to avoid error.
The text was updated successfully, but these errors were encountered: