summaryrefslogtreecommitdiff
path: root/intern/schema.txt
diff options
context:
space:
mode:
Diffstat (limited to 'intern/schema.txt')
-rw-r--r--intern/schema.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/intern/schema.txt b/intern/schema.txt
new file mode 100644
index 0000000..381aa03
--- /dev/null
+++ b/intern/schema.txt
@@ -0,0 +1,19 @@
+konzert:
+ id int primary key
+ termin date
+ uhrzeit time
+ desc text
+
+proben:
+ id int primary key
+ termin date
+ uhrzeit time
+
+newsletter:
+ id int primary key
+ email text
+ eingetragen datetime
+ best-link text
+ bestätigt datetime
+ aktiv bool
+ lösch-link text