Outbox

Project
    ident      PrjIdent
    sharer     Int64
    name       Text          Maybe
    desc       Text          Maybe
    workflow   Int64
    nextTicket Int
    wiki       Int64         Maybe
    collabUser Int64         Maybe
    collabAnon Int64         Maybe
    inbox      Int64
    outbox     OutboxId
    followers  Int64

    UniqueProject ident sharer
    UniqueProjectInbox inbox
    UniqueProjectFollowers followers