note_comment_reactions

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.note_comment_reactions_id_seq'::regclass)
emoji text 2147483647 null
note_comment_id int8 19 null
note_comments.id fk_note_comment_reactions_note_comment_idC
user_id int8 19 null
users.id fk_note_comment_reactions_user_idC
organization_id int8 19 null
organizations.id fk_note_comment_reactions_organization_idC
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
note_comment_reactions_pkey Primary key Asc id
idx_note_comment_reactions_on_note_comment_id Performance Asc note_comment_id
idx_note_comment_reactions_on_organization_id Performance Asc organization_id
idx_note_comment_reactions_on_user_id Performance Asc user_id

Relationships