Initial commit
This commit is contained in:
13
src/schema.rs
Normal file
13
src/schema.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
// @generated automatically by Diesel CLI.
|
||||
|
||||
diesel::table! {
|
||||
chat (id) {
|
||||
id -> Integer,
|
||||
telegram_id -> BigInt,
|
||||
calendar -> Text,
|
||||
next_appointment_start -> Nullable<BigInt>,
|
||||
next_appointment_end -> Nullable<BigInt>,
|
||||
last_reminder -> Nullable<BigInt>,
|
||||
pinned_message_id -> Nullable<Integer>,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user