-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Support on delete cascade inline on postgres #184
Comments
I ran out of today's time for #183, so I didn't get to fix this today. Sorry. Out of curiosity, how many other things do you think are missing in psqldef for your use case? I'd appreciate it if you can file all you need at once instead of gradually filing a few every day. |
Hello, I am testing out how well the combination of psqldef and graphjin, both as go library work together.
and autocomplete, where the column needs an expression "text_pattern_ops" https://github.com/dosco/graphjin/wiki/Detailed-Start#autocomplete
Apart from that, I haven't seen anything else that I need for it. Best regards |
Hey,
is it possible to support ON DELETE CASCADE in an inline REFERENCE statement?
--export output
Input SQL
Current output
Expected output
Creates an foreignkey with on delete cascade.
Best reagrds
Niclas
The text was updated successfully, but these errors were encountered: