Hello everyone!
I am trying create some table for ticket escalations.Escalation have more than 5 levels.. There is two table example:
table_escalation
id serviceId ownerId
table_level
id escalationId levelId currentUserId userLevelId
I need advice: if this good structure.