Schema::hasColumn() not working with sqlite3 on freebsd #51562
-
Hi, I am running into a bug during testing which is reported as: There is a migration step which is causing the fault:
This is on a FreeBSD instance, Laravel 11, sqlite3 version 3.45.1,1, php8.3 Is this expected? The migrations work fine when running on a mariadb database. Also tests are working fine when run on a different Ubuntu WSL2 instance same Laravel version and sqlite3 version 3.37.2-2ubuntu0.3. (At least they seem to be working alright as there are no errors.) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I am still unable to determine why this error is occurring. I had DB_DATABASE for testing set to
|
Beta Was this translation helpful? Give feedback.
-
Hi @garrettboone, I am facing the exact same issue on FreeBSD. Did you happen to find a solution to this, by chance?.. |
Beta Was this translation helpful? Give feedback.
-
@MRGGC Yes I believe it was fixed here after I reported as a bug #51609 |
Beta Was this translation helpful? Give feedback.
@MRGGC Yes I believe it was fixed here after I reported as a bug #51609