summaryrefslogtreecommitdiff
path: root/tests/cst.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 16:14:31 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 16:14:31 -0400
commita4849d43a72070576fbb7a0d3a48956948152899 (patch)
tree6fa2aa05d829b2b71c6e2d778b4898999992a00f /tests/cst.ur
parente56ecefbc8cc0251d30511ec8c6cdc8dca25a263 (diff)
PRIMARY KEY
Diffstat (limited to 'tests/cst.ur')
-rw-r--r--tests/cst.ur2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cst.ur b/tests/cst.ur
index 0ebcc977..fc3b0816 100644
--- a/tests/cst.ur
+++ b/tests/cst.ur
@@ -1,4 +1,6 @@
table t : {A : int, B : int}
+ PRIMARY KEY B,
+
CONSTRAINT UniA UNIQUE A,
CONSTRAINT UniB UNIQUE B,
CONSTRAINT UniBoth UNIQUE (A, B),