summaryrefslogtreecommitdiff
path: root/dichroism/src/models/photo.rs
blob: 2e8b3bfccedff7fe7afd465e40f68effd789af00 (plain) (blame)
1
2
3
4
5
#[derive(Debug, Queryable, Serialize, Clone)]
pub struct Photo {
    pub id: i32,
    pub path: String,
}