← Tech Interview

Uncategorized

Interview guides in Uncategorized.

926 guides category: /uncategorized
Uncategorized

Low Level Design: Reactions Service

Schema Reaction ( entity_type VARCHAR(50), entity_id BIGINT, user_id BIGINT, reaction_type ENUM(‘like’,’love’,’haha’,’wow’,’sad’,’angry’), created_at TIMESTAMP, PRIMARY KEY (entity_type, entity_id, user_id) ) ReactionCount

Scroll to Top