If the field is auto-generated in the database (eg. auto increment
fields). This will hint the engine to avoid using the field in
insert/update automatic operations, and to let it know which fields must
be updated if updateAutoGeneratedKeys is set to true.