From bb92715de18ae6f2e79fd1aee53745edd84fc1f5 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Wed, 8 May 2024 14:44:48 +0200 Subject: [PATCH] marke spots where to add constraint --- dbschema/default.esdl | 1 + 1 file changed, 1 insertion(+) diff --git a/dbschema/default.esdl b/dbschema/default.esdl index 6b1c801..afa5a2a 100644 --- a/dbschema/default.esdl +++ b/dbschema/default.esdl @@ -68,6 +68,7 @@ module default { required type: str { readonly := true; } + #constraint exclusive on .type; } type Moves {