ReportUserReasons


Description

This table contains list of reasons for report a user

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
ReportedUsers.ReportReasonId ReportedUsers_ReportReasonId_fkey C

Primary Key

key text 2147483647 null

contains a key for accessing to lokalise to retrieve language-specific reason of report user

title text 2147483647 null

default title in english should lokalise is inaccessible

description text 2147483647 null

default description in english should lokalise is inaccessible

createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
ReportUserReasons_pkey Primary key Asc id
gcud_ReportUserReasons_key_idx Performance Asc key
ReportUserReasons_key_key Must be unique Asc key
ReportUserReasons_title_key Must be unique Asc title

Relationships