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
In two of my tables, I use a custom name for the primary key column that isn't id. This breaks YAYSON's Sequelize adapter since it is hardcoded to use "id".
I believe this is what may have caused #78, or at least identical effects as this issue for me.
The text was updated successfully, but these errors were encountered:
In two of my tables, I use a custom name for the primary key column that isn't
id
. This breaks YAYSON's Sequelize adapter since it is hardcoded to use"id"
.I believe this is what may have caused #78, or at least identical effects as this issue for me.
The text was updated successfully, but these errors were encountered: