NoAutoincrementWithoutNeedRule
Reports SQLite AUTOINCREMENT usage for schemas that do not need its stricter behavior.
AUTOINCREMENT changes rowid reuse semantics and can add overhead compared with the normal SQLite rowid allocator.