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
The problem is caused by a broken association between article and publisher: the publisher_id column in the articles table is of type string, but should be integer.
The text was updated successfully, but these errors were encountered:
The problem is caused by a broken association between article and publisher: the
publisher_id
column in thearticles
table is of typestring
, but should beinteger
.The text was updated successfully, but these errors were encountered: