OurBigBook
Database guidelines
Developing OurBigBook
nosplit
words:
20
Every foreign key should have a manually created associated index, this is not done automatically by neither PostgreSQL nor Sequelize:
stackoverflow.com/questions/970562/postgres-and-indexes-on-foreign-keys-and-primary-keys
github.com/sequelize/sequelize/issues/5042
Ancestors
Developing OurBigBook
OurBigBook Project