summaryrefslogtreecommitdiff
path: root/dichroism/src/schema.rs
blob: e1c4408756756d7d3e7957eff4a93abe29dc7a41 (plain) (blame)
1
2
3
4
5
6
table! {
    images (id) {
        id -> Integer,
        path -> Text,
    }
}