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
There is going to be a smarter way to do this than just the obvious.
For example, the longitude and latitude columns can be changed to decimal(12,8).
I want to have a fetch_special_after.sql file that does these alters. I tried to generate them with an awk script and it got a bit dumb.
I could just look at the database and change all of the columns with this name, but I want to do it per dataset so that it only gets done when needed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is going to be a smarter way to do this than just the obvious.
For example, the longitude and latitude columns can be changed to decimal(12,8).
I want to have a fetch_special_after.sql file that does these alters. I tried to generate them with an awk script and it got a bit dumb.
I could just look at the database and change all of the columns with this name, but I want to do it per dataset so that it only gets done when needed.
The text was updated successfully, but these errors were encountered: