cooklang_sync_client/
schema.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
// @generated automatically by Diesel CLI.

diesel::table! {
    file_records (id) {
        id -> Integer,
        jid -> Nullable<Integer>,
        deleted -> Bool,
        path -> Text,
        modified_at -> TimestamptzSqlite,
        size -> BigInt,
        namespace_id -> Integer,
    }
}