summaryrefslogtreecommitdiff
path: root/caching-tests/test.sql
diff options
context:
space:
mode:
Diffstat (limited to 'caching-tests/test.sql')
-rw-r--r--caching-tests/test.sql16
1 files changed, 16 insertions, 0 deletions
diff --git a/caching-tests/test.sql b/caching-tests/test.sql
new file mode 100644
index 00000000..7ade7278
--- /dev/null
+++ b/caching-tests/test.sql
@@ -0,0 +1,16 @@
+CREATE TABLE uw_Test_foo01(uw_id int8 NOT NULL, uw_bar text NOT NULL,
+ PRIMARY KEY (uw_id)
+
+ );
+
+ CREATE TABLE uw_Test_foo10(uw_id int8 NOT NULL, uw_bar text NOT NULL,
+ PRIMARY KEY (uw_id)
+
+ );
+
+ CREATE TABLE uw_Test_tab(uw_id int8 NOT NULL, uw_val int8 NOT NULL,
+ PRIMARY KEY (uw_id)
+
+ );
+
+ \ No newline at end of file