From 96f0331923f4ff4508175ab36a018e92525f7849 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 31 May 2019 12:41:51 -0400 Subject: Retool handling of text keys in MySQL --- tests/foreign_text.ur | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/foreign_text.ur (limited to 'tests/foreign_text.ur') diff --git a/tests/foreign_text.ur b/tests/foreign_text.ur new file mode 100644 index 00000000..8f404349 --- /dev/null +++ b/tests/foreign_text.ur @@ -0,0 +1,4 @@ +table t : { A : string } PRIMARY KEY A +table u : { A : string } CONSTRAINT A FOREIGN KEY A REFERENCES t(A) + +val main : transaction page = return -- cgit v1.2.3