Add MySQL Functions to SQLite in Laravel Tests
Originally published at recca0120.github.io
When running tests with SQLite, MySQL-specific functions like FIELD throw a no such function error.
Why It Fails
Each database has different built-in functions. SQLite doesn't have MySQL's FIELD function. S...
recca0120.hashnode.dev1 min read