Import of old stuff, it might work now
This commit is contained in:
@@ -7,7 +7,7 @@ use serde::{Deserialize, Serialize};
|
||||
#[sea_orm(table_name = "expenditure")]
|
||||
pub struct Model {
|
||||
#[sea_orm(primary_key, auto_increment = false)]
|
||||
pub transaction_id: i32,
|
||||
pub transaction_id: String,
|
||||
#[sea_orm(primary_key, auto_increment = false)]
|
||||
pub category: String,
|
||||
pub amount: Decimal,
|
||||
|
||||
Reference in New Issue
Block a user