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

Resources files .json from migrations #194

Open
gilbius opened this issue Nov 13, 2023 · 1 comment
Open

Resources files .json from migrations #194

gilbius opened this issue Nov 13, 2023 · 1 comment
Milestone

Comments

@gilbius
Copy link

gilbius commented Nov 13, 2023

Hi everyone,
congrats for your great work with this very useful code generator.
I'm using Postgres DB that isn't supported by --table-exists option.
Is there any way to create resources files .json from Laravel migrations ?

Thanks.

@MikeAlhayek
Copy link
Collaborator

unfortunately Postgres is not supported. Adding support for it is quite simple. If you like to contribute you can try to follow the same code used for MySQL here https://github.com/CrestApps/laravel-code-generator/blob/master/src/DatabaseParsers/MysqlParser.php

@MikeAlhayek MikeAlhayek added this to the 3.x milestone Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants