#[derive(Queryable, Debug, Identifiable)] #[diesel(primary_key(account_id))] pub struct CarryOverBalance { pub account_id: Vec, pub debit: IpNetwork, }