Data Object Relation in Data Browser (Data Management) is not working properly

I am having a problem on referencing Schools table to SchoolTypes table.
Here is the SchoolTypes table data:
http://support.backendless.com/public/attachments/5d948e9279681b4474cafbe78ce012a3.png</img>
And when I create a school, the “plus” button on schoolTypeIdFK is not showing.
http://support.backendless.com/public/attachments/0e6d34cb1fead7fe1e61e8e14b9acdb4.png</img>
Thanks in advance!

It’s working now on Firefox browser. But don’t know why it doesn’t work earlier. Thanks!

Hi!
“…button on schoolTypeIdFK is not showing.”
At first you should create row in Schools table and save it.
Console shows ‘plus’ button only for saved rows.
Regards,
Kate.

Yeah, thanks for pointing that out. I removed “not null” constraint on schoolTypeIdFK and saved it first. And now it started to work.