diff options
Diffstat (limited to 'dichroism/src/schema.rs')
-rw-r--r-- | dichroism/src/schema.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dichroism/src/schema.rs b/dichroism/src/schema.rs new file mode 100644 index 0000000..e1c4408 --- /dev/null +++ b/dichroism/src/schema.rs @@ -0,0 +1,6 @@ +table! { + images (id) { + id -> Integer, + path -> Text, + } +} |