summary refs log tree commit diff
path: root/src/schema.rs
blob: 5d823c00364a6b18e619c2bb9e51a72c84e5d017 (plain)
1
2
3
4
5
6
table! {
    links (hash) {
        hash -> Text,
        url -> Text,
    }
}