1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-10 02:36:46 +09:00
vervis/migrations/2022_07_17_actor.model

12 lines
238 B
Text
Raw Permalink Normal View History

Actor
name Text
desc Text
createdAt UTCTime
inbox InboxId
outbox OutboxId
followers FollowerSetId
UniqueActorInbox inbox
UniqueActorOutbox outbox
UniqueActorFollowers followers