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 was 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
idbut it usesidcustomeras primary key. In this way,node-sql-fixturescan't work.It should be nice to have the option to specify the primary key of table to avoid error.