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