card_comments


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id text 2147483647 (gen_random_uuid())::text
room_id text 2147483647 null
deal_rooms.id card_comments_room_id_fkey R
node_id text 2147483647 null
author_name text 2147483647 null
author_email text 2147483647 null
body text 2147483647 null
created_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
card_comments_pkey Primary key Asc id
idx_card_comments_room Performance Asc room_id
idx_card_comments_room_node Performance Asc/Asc room_id + node_id

Relationships