Commit 411dc3e
authored
Fixing connection prefix bug
The package's overloading of the `Blueprint` object pummels defined prefixes for the configured connection. This causes migrations to not respect table and index prefix.
Reference https://github.com/laravel/framework/blob/8.x/src/Illuminate/Database/Schema/Builder.php#L3471 parent 2ca9f2f commit 411dc3e
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
0 commit comments