summaryrefslogtreecommitdiff
path: root/TABLES
diff options
context:
space:
mode:
Diffstat (limited to 'TABLES')
-rw-r--r--TABLES5
1 files changed, 5 insertions, 0 deletions
diff --git a/TABLES b/TABLES
new file mode 100644
index 0000000..1c5c372
--- /dev/null
+++ b/TABLES
@@ -0,0 +1,5 @@
+CREATE TABLE users (
+ id SERIAL PRIMARY KEY,
+ nick TEXT,
+ created INT
+);