laravel-id-generator
laravel-id-generator copied to clipboard
getting error on Laravel 9
I am getting following error on Laravel 9
SQLSTATE[HY000]: General error: 1 no such table: information_schema.columns (SQL: SELECT column_name AS "column_name",data_type AS "data_type" FROM information_schema.columns WHERE table_catalog=:database AND table_name=:table)
The generator only works with PostgreSQL and MySQL. Information schema is not available on SQLite. That's most likely why it's not working for you.