From 743ae22168b1fcdf2e1e54bcadbb1bb3fce3370d Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 5 Oct 2020 22:05:58 -0400 Subject: started work on schema, models, and repos --- dichroism/src/schema.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dichroism/src/schema.rs (limited to 'dichroism/src/schema.rs') 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, + } +} -- cgit v1.2.3