76a7825
1 2 3 4 5 6
use crate::schema::photos; #[table_name = "photos"] #[derive(Debug, Insertable)] pub struct NewPhoto { pub path: String, }