Is your feature request related to a problem? Please describe.
Currently there is no way to have a model without an id field. For pivot models and in some other cases you want to have multiple identifier fields instead of a single id field.
Describe the solution you'd like
Adding id = true to multiple @column annotations should result in all fields being used as the model identifier.