Toggl Track client
table! {
    time_entries (id) {
        id -> Integer,
        server_id -> Nullable<BigInt>,
        description -> Text,
        start -> Timestamp,
        stop -> Nullable<Timestamp>,
    }
}