personal_note_reactions

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.personal_note_reactions_id_seq'::regclass)
personal_note_id int8 19 null
personal_notes.id fk_personal_note_reactions_personal_notesC
user_id int8 19 null
users.id fk_personal_note_reactions_usersC
emoji text 2147483647 null
organization_id int8 19 null
organizations.id fk_personal_note_reactions_organizationsC
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
personal_note_reactions_pkey Primary key Asc id
idx_personal_note_reactions_on_organization_id Performance Asc organization_id
idx_personal_note_reactions_on_personal_note_id Performance Asc personal_note_id
idx_personal_note_reactions_on_user_id Performance Asc user_id

Relationships