composite primary key

[1/1]

  1. Step-by-Step Guide: Implementing Composite Primary Keys in Your SQLAlchemy Models
    In relational databases, a primary key uniquely identifies each row in a table. When a single column isn't sufficient for this purpose