Images


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
AnswerImages.ImageId AnswerImages_ImageId_fkey R
CommentImages.ImageId CommentImages_ImageId_fkey R
QuestionImages.ImageId QuestionImages_ImageId_fkey R

primary key

createdAt timestamptz 35,6 now()

created time

updatedAt timestamptz 35,6 now()

updated time

filename varchar 100 null

filename in s3

Indexes

Constraint Name Type Sort Column(s)
Images_pkey Primary key Asc id
Images_filename_key Must be unique Asc filename
qn_ans_Images_filename_idx Performance Asc filename

Relationships