cooklang_sync_client/
schema.rs

1// @generated automatically by Diesel CLI.
2
3diesel::table! {
4    file_records (id) {
5        id -> Integer,
6        jid -> Nullable<Integer>,
7        deleted -> Bool,
8        path -> Text,
9        modified_at -> TimestamptzSqlite,
10        size -> BigInt,
11        namespace_id -> Integer,
12    }
13}