mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 01:44:51 +09:00
20 lines
440 B
Text
20 lines
440 B
Text
|
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
|