From 385fcdd46b536d28094a96f3f6be0e87496277a1 Mon Sep 17 00:00:00 2001 From: Melonai Date: Thu, 7 May 2020 01:46:27 +0200 Subject: shortening functionality --- src/schema.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/schema.rs') 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 -- cgit 1.4.1