aboutsummaryrefslogtreecommitdiff
path: root/src/db/schema.rs
blob: 8d4006bd4db3d713937d9b11d3317ee24f6a65d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
table! {
    links (short) {
        long -> Text,
        short -> Text,
        disabled -> Bool,
        ip -> Text,
        uses -> Int4,
    }
}