# IAssociated.modelFieldName property · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.iassociated.modelfieldname/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-sequelize 4.2.0 — generated reference, not hand-written

Association name on the model, when it differs from the field name.

**Signature:**

```typescript
modelFieldName?: string;
```

## Remarks

Recorded and then never read: nothing in this package consumes it today, so the field name and the association name have to match. Left in place because removing it from the public type would break callers that set it.

