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
Optional record links between two tables are not reflected in the designer. It's a bit confusing to not have them connected, maybe it could be a dotted line instead of a dashed one?
Steps to reproduce
Optional (not connected)
DEFINE TABLE foo;
DEFINE TABLE bar;
DEFINE FIELD alpha ON foo TYPE string;
DEFINE FIELD beta ON bar TYPE option<record<foo>>;
Not optional (connected)
DEFINE TABLE foo;
DEFINE TABLE bar;
DEFINE FIELD alpha ON foo TYPE string;
DEFINE FIELD beta ON bar TYPE record<foo>;
Describe the bug
Optional record links between two tables are not reflected in the designer. It's a bit confusing to not have them connected, maybe it could be a dotted line instead of a dashed one?
Steps to reproduce
Optional (not connected)
Not optional (connected)
Surrealist Environment
Contact Details
[email protected]
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: