diff options
Diffstat (limited to 'server/src/schema.rs')
| -rw-r--r-- | server/src/schema.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/src/schema.rs b/server/src/schema.rs new file mode 100644 index 0000000..5d823c0 --- /dev/null +++ b/server/src/schema.rs @@ -0,0 +1,6 @@ +table! { + links (hash) { + hash -> Text, + url -> Text, + } +} \ No newline at end of file |
