diff --git a/src/tests_cfg/cake_filling_price.rs b/src/tests_cfg/cake_filling_price.rs index 12779d14..6d5a9b38 100644 --- a/src/tests_cfg/cake_filling_price.rs +++ b/src/tests_cfg/cake_filling_price.rs @@ -18,6 +18,7 @@ impl EntityName for Entity { pub struct Model { pub cake_id: i32, pub filling_id: i32, + #[cfg(feature = "with-decimal")] pub price: Decimal, #[sea_orm(ignore)] pub ignored_attr: i32,