SQLite `WITHOUT ROWID` 和 `STRICT` 表选项
作者: ausi创建于 2026年7月22日更新于 2026年8月13日
标签SQLiteSchema IntrospectionSchema Definition
对于 SQLite 数据库表,我注意到目前还不支持在创建表时启用 WITHOUT ROWID 选项。参见 https://sqlite.org/withoutrowid.html, 自版本 3.8.2 起。
对于表选项 STRICT 也是如此。参见 https://sqlite.org/stricttables.html, 自版本 3.37.0 起。
您是否愿意添加这些选项的 Pull Request?
内容来源: doctrine/dbal