Featured
Representing a Discriminated Union in SQL
You can represent types with both shared and type-specific attributes as a discriminated union in TypeScript. Let's model that relationship in a database.
September 20, 2022