19 lines
218 B
Rust

//!
//!
table! {
///
api_kgon_balances(id) {
///
id -> Integer,
///
balance -> Double,
///
balance_bota -> Double,
///
created_at -> BigInt,
///
updated_at -> BigInt,
}
}