diff options
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 |
