Commit fff0e16
committed
Fixes #80 : foreign key error message in migration now compatible with Laravel 5.8
* Checks laravel version in migration file and chooses between unsignedInteger or unsignedBigInteger
* [5.8] Change session's user_id to unsigned big integer
* https://github.com/laravel/framework/pull/28206/files1 parent 53009ab commit fff0e16
File tree
1 file changed
+9
-1
lines changed- database/migrations
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
| |||
0 commit comments