2022-08-05 04:10:34 +00:00

19 lines
212 B
Rust

//!
//!
table! {
///
member_sites(id) {
///
id -> Uuid,
///
url -> Text,
///
created_at -> BigInt,
///
updated_at -> BigInt,
///
deleted_at -> Nullable<BigInt>,
}
}