summaryrefslogtreecommitdiff
path: root/demo/broadcast.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 18:47:47 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-07 18:47:47 -0400
commitf7c62ce8111cf0f31d65fb62b16e040fbfae0972 (patch)
treebecc08d27931380ecbc07af19ee9dc612d5edf47 /demo/broadcast.ur
parent0230ce71e14ea09b3037ff4b58c3bae323c12236 (diff)
FOREIGN KEY, without ability to link NULL to NOT NULL (and with some lingering problems in row inference)
Diffstat (limited to 'demo/broadcast.ur')
-rw-r--r--demo/broadcast.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/broadcast.ur b/demo/broadcast.ur
index 29d8d8fb..0b04b136 100644
--- a/demo/broadcast.ur
+++ b/demo/broadcast.ur
@@ -1,7 +1,7 @@
functor Make(M : sig type t end) = struct
sequence s
table t : {Id : int, Client : client, Channel : channel M.t}
- PRIMARY KEY Id
+ PRIMARY KEY (Id, Client)
type topic = int