From 9c642ecacb8f19bcafc29d24e6498bab254cc2ff Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 8 Aug 2006 17:00:44 +0000 Subject: [PATCH] Initial XMLDB schema for data tables. Using FKs where they are obvious. --- mod/data/db/install.xml | 137 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 mod/data/db/install.xml diff --git a/mod/data/db/install.xml b/mod/data/db/install.xml new file mode 100644 index 0000000000..df87aa179d --- /dev/null +++ b/mod/data/db/install.xml @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
\ No newline at end of file -- 2.39.5