This is a template you can use to report issues. You can also drag images, videos and include Preformatted text
Expected behavior
Hey there folks,
At the moment, I have a one-to-one relationship between two tables - lessons and slides.
Lessons contains a foreign key slide_id that references the primary key id in the slides table.
My Lessons model currently looks likes this:
And the Slides model:
Actual behavior
But when I view the related data section in the UI, I can’t see the slides in the related data tab:
What is the current behavior?
Failure Logs
Nothing seems to be failing at the moment
Context
Please provide any relevant information about your setup.
“express”: “^4.17.1”,
“forest-express-sequelize”: “^7.3.1”,
“sequelize”: “~5.15.1”,