Replies: 1 comment
-
You can adjust your schema to only allow existing Record IDs. For
Up until
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built the following example based on one of the example in the sdk folder. One table referencing another table.
It works nice, but I can create an entry that reference an ID that does NOT exists in the other table. This part:
The create works, but the net SELECT with the fetch fails.
Is there a way to ensure I cannot even create the entry? That is, in the code below I'd expect the
add_students
to fail.Full code
The output
Beta Was this translation helpful? Give feedback.
All reactions