SQLite `WITHOUT ROWID` and `STRICT` table options
Author: ausiCreated Jul 22, 2026Updated Aug 13, 2026
LabelsSQLiteSchema IntrospectionSchema Definition
For SQLite database tables I noticed that there is currently no support to enable the WITHOUT ROWID option when creating tables.
See https://sqlite.org/withoutrowid.html, since version 3.8.2.
The same is true for the table option STRICT.
See https://sqlite.org/stricttables.html, since version 3.37.0.
Would you be open to a pull request that adds these options?
Source: doctrine/dbal