propertyKeys are the schema property names (the keys you'd use in
.where(t => t.id, ...) style accessors); columnNames are the SQL
column names after applying any hasColumnName() overrides. Order is
preserved: composite-PK ordering matches the user's hasPrimaryKey()
declaration; single-PK arrays have length 1.
Result of getPrimaryKeyColumns.
propertyKeysare the schema property names (the keys you'd use in.where(t => t.id, ...)style accessors);columnNamesare the SQL column names after applying anyhasColumnName()overrides. Order is preserved: composite-PK ordering matches the user'shasPrimaryKey()declaration; single-PK arrays have length 1.