about summary refs log tree commit diff
path: root/src/schema.rs
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2020-05-07 01:46:27 +0200
committerMelonai <einebeere@gmail.com>2020-05-07 01:46:27 +0200
commit385fcdd46b536d28094a96f3f6be0e87496277a1 (patch)
tree837aa829979269df430a7bc651cdd4964800e4b3 /src/schema.rs
parentbc42d900d956f11307d14136f8e24d7cd793b012 (diff)
downloadshorest-385fcdd46b536d28094a96f3f6be0e87496277a1.tar.zst
shorest-385fcdd46b536d28094a96f3f6be0e87496277a1.zip
shortening functionality
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/schema.rs b/src/schema.rs
index e69de29..5d823c0 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -0,0 +1,6 @@
+table! {
+    links (hash) {
+        hash -> Text,
+        url -> Text,
+    }
+}
\ No newline at end of file