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