Create a reference to an entity field that can be used in SQL queries. This allows for type-safe references to fields of an entity and does automatic translation to DB field names and will be escaped by Knex using ??.
The entity field name to reference.
Create a reference to an entity field that can be used in SQL queries. This allows for type-safe references to fields of an entity and does automatic translation to DB field names and will be escaped by Knex using ??.