summaryrefslogtreecommitdiff
path: root/demo/crud1.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/crud1.ur')
-rw-r--r--demo/crud1.ur1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/crud1.ur b/demo/crud1.ur
index 3849e822..796c063d 100644
--- a/demo/crud1.ur
+++ b/demo/crud1.ur
@@ -1,4 +1,5 @@
table t1 : {Id : int, A : int, B : string, C : float, D : bool}
+ PRIMARY KEY Id
open Crud.Make(struct
val tab = t1