upend/src/schema.rs

10 lines
148 B
Rust

table! {
files (id) {
id -> Integer,
hash -> Text,
path -> Text,
size -> BigInt,
valid -> Bool,
}
}