Composite Primary Key?
In the latest versions, what would be the correct third argument of a pgTable for composite primary key?
'''(t) => [
primaryKey("ContactToCompany_contactId_companyId").on(
t.contactId,
t.companyId,
),
],'''
gets underlined unfortunately...
1 Reply