Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 PDO SQLite 驱动程序选项设置 SQLite 外键:
new PDO('sqlite:...',array(driver options))
或使用 PDO::setAttribute() 方法?
只需PRAGMA foreign_keys = on像任何其他 SQL 命令一样执行。
PRAGMA foreign_keys = on