We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The AlterTable statements seems to lack support for adding a new column to an existing table.
pub enum AlterTableOperation { AddConstraint(TableConstraint), DropConstraint { name: Ident }, }
The text was updated successfully, but these errors were encountered:
@andygrove you can add me as a collaborator/maintainer of the project. I can help with code reviews and releases.
Sorry, something went wrong.
This is implemented in #203 and #148. Thanks!
No branches or pull requests
The AlterTable statements seems to lack support for adding a new column to an existing table.
The text was updated successfully, but these errors were encountered: