Adding two test cases for 469

This commit is contained in:
Simone Scarduzio
2016-01-24 14:52:14 +00:00
parent b5e6a93b32
commit 74d76c690f
5 changed files with 21 additions and 0 deletions
+5
View File
@@ -599,6 +599,11 @@ CREATE TABLE "ghostBusters" (
"escapeId" integer not null references "Escap3e;"("so6meIdColumn")
);
CREATE TABLE "withUnique" (
uni text UNIQUE,
extra text
);
--
-- Name: id; Type: DEFAULT; Schema: test; Owner: -