Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting error on Laravel 9 #39

Open
vishytk opened this issue May 10, 2022 · 1 comment
Open

getting error on Laravel 9 #39

vishytk opened this issue May 10, 2022 · 1 comment

Comments

@vishytk
Copy link

vishytk commented May 10, 2022

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)

@ibek
Copy link

ibek commented May 10, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants