Merge pull request #4838 from dakira/fk-support

introduce sqlite foreign_key_constraints config option
This commit is contained in:
Taylor Otwell
2018-10-31 00:33:05 +11:00
committed by GitHub

View File

@@ -37,6 +37,7 @@ return [
'driver' => 'sqlite',
'database' => env('DB_DATABASE', database_path('database.sqlite')),
'prefix' => '',
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
],
'mysql' => [