nunomaduro / laravel-optimize-database

💨 Provides a good starting point for production-ready SQLite databases
https://laravel-optimize-database.vercel.app
MIT License
222 stars 7 forks source link

Ensure that foreign key constraints are enforced #1

Closed veeqtoh closed 4 months ago

veeqtoh commented 4 months ago

This change improves the migration stub by adding the PRAGMA statement for foreign_keys to ensure that foreign key constraints are enforced.