1 2 3 4 5 6 7 8 9 10 11 12
// @generated automatically by Diesel CLI. diesel::table! { submissions (id) { id -> Integer, account_id -> Text, machine_id -> Text, height -> BigInt, raw_quality -> BigInt, timestamp -> Timestamp, } }