diff options
| author | Melonai <einebeere@gmail.com> | 2020-05-07 01:46:27 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2020-05-07 01:46:27 +0200 |
| commit | 385fcdd46b536d28094a96f3f6be0e87496277a1 (patch) | |
| tree | 837aa829979269df430a7bc651cdd4964800e4b3 /src/schema.rs | |
| parent | bc42d900d956f11307d14136f8e24d7cd793b012 (diff) | |
| download | shorest-385fcdd46b536d28094a96f3f6be0e87496277a1.tar.zst shorest-385fcdd46b536d28094a96f3f6be0e87496277a1.zip | |
shortening functionality
Diffstat (limited to 'src/schema.rs')
| -rw-r--r-- | src/schema.rs | 6 |
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 |
