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 "ADD COLUMN" syntax is not correct. It seems only to support "ADD column_name column_type" syntax. See #19
The text was updated successfully, but these errors were encountered:
See Yaco-Sistemas#20. Don't use COLUMN optional sql keyword
a65a34d
in ALTER TABLE statement for compat with Oracle and SQL Server.
Fix Yaco-Sistemas#20. Avoid ORA-00932.
61079c7
Although this is a simple fix, perhaps we should use south functions to alter tables.
Sorry, something went wrong.
No branches or pull requests
The "ADD COLUMN" syntax is not correct. It seems only to support "ADD column_name column_type" syntax. See #19
The text was updated successfully, but these errors were encountered: