rusty-hub/src/schema.rs

11 lines
197 B
Rust

table! {
subscriptions (id) {
id -> Integer,
callback -> Text,
topic -> Text,
sec -> Text,
created_at -> Integer,
expires_at -> Integer,
}
}