1 2 3 4 5 6 7
//! SeaORM Entity. Generated by sea-orm-codegen 0.1.0 #[derive(Clone, Debug, PartialEq, Eq)] pub struct Model { pub cake_id: i32, pub filling_id: i32, }