edgedb icon indicating copy to clipboard operation
edgedb copied to clipboard

When adding a constraint to User.awards in cards db: InternalServerError: column old.id does not exist

Open msullivan opened this issue 9 months ago • 0 comments

_localdev:scope> alter type User create constraint exclusive on (.awards);
edgedb error: InternalServerError: column old.id does not exist
  Server traceback:
      edb.errors.InternalServerError: column old.id does not exist

msullivan avatar May 14 '24 20:05 msullivan