use crate::schema::photos; #[table_name = "photos"] #[derive(Debug, Insertable)] pub struct NewPhoto { pub path: String, }