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
Error scripting column geometry. SQL data type geometry is not supported.
The text was updated successfully, but these errors were encountered:
Each datatype needs specific handling to ensure it scripts the column correctly. geometry needs to be added to the list in
geometry
schemazen/Library/Models/Column.cs
Line 135 in bacee1a
Some sample database schema working with geometry columns: https://learn.microsoft.com/en-us/sql/t-sql/spatial-geometry/spatial-types-geometry-transact-sql?view=sql-server-ver16#a-showing-how-to-add-and-query-geometry-data
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Error scripting column geometry. SQL data type geometry is not supported.
The text was updated successfully, but these errors were encountered: