summaryrefslogtreecommitdiff
path: root/config/models
blob: 16b4ce02e581728e4f41c0e977c36b6fb0a77711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Item
    kind Text
    normKind Text
    bought Day Maybe
    expires Day Maybe
    opened Day Maybe
    Foreign Kind fkType normKind
    deriving Show Eq
Reference
    normKind Text
    kind Text
    UniqueRefKind normKind
    Foreign Kind fkType normKind
    deriving Show Eq Ord
Kind
    normKind Text
    type Text
    Primary normKind
    UniqueKind normKind
    deriving Show Eq