-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Add simple extra param for table create statement #611
Conversation
Wait until add extra to sea-query [PR](SeaQL/sea-query#611) Wait until fix cors to tonic_web [PR](hyperium/tonic#1286)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @nrot, thanks for contributing!!
Co-authored-by: Billy Chan <[email protected]>
Co-authored-by: Billy Chan <[email protected]>
Co-authored-by: Billy Chan <[email protected]>
We still need to fix the CI though |
Done this like suggestion in this [commits](SeaQL#611 (comment))
@nrot, hello! Can you run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nrot, thank you, LGTM. Derive tests are my bad...
Thanks for the review. You have a great community. |
🎉 Released In 0.29.0 🎉Your participation is what makes us unique; your adoption is what drives us forward. |
🎉 Released In 0.29.1 🎉Thank you everyone for the contribution! |
PR Info
Closes
New Features
Changes
Discussions
Desciption
There are too many parameters to add them all. Moreover, the parameters depend too much on the database backend. For now enough add simple extra param for more flexibility.