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
Encountered in the sample application schema for commento located in experiments/schema-annot/annotated/commento-annotated.sql
In the table comments we would like to have a self referencing foreign key on the column parentHex with ACCESSED_BY to support deletion of the row when the parent comment given by parentHex is deleted.
Encountered in the sample application schema for commento located in
experiments/schema-annot/annotated/commento-annotated.sql
In the table
comments
we would like to have a self referencing foreign key on the columnparentHex
withACCESSED_BY
to support deletion of the row when the parent comment given byparentHex
is deleted.K9db throws this error:
The text was updated successfully, but these errors were encountered: