Collects DB

Table: collects

Unique constrains:

  • profile_id + post_id must be unique in this table

  • profile_id + comment_id must be unique in this table

  • profile_id + mirror_id must be unique in this table

Enums

enum PublicationType {
  POST
  COMMENT
  MIRROR
}

Last updated