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
My schema contained a table with a field of type ARRAY: special_features "ARRAY" or text[]
When I ran the inspect command: atlas.exe schema inspect -d "postgres://postgres:******" >> film.hcl
atlas.exe schema inspect -d "postgres://postgres:******" >> film.hcl
I got the following error: Error: failed converting schema to spec: failed to convert column type *postgres.ArrayType to spec.
Error: failed converting schema to spec: failed to convert column type *postgres.ArrayType to spec
Just to double check, I cloned my DB, removed the ARRAY field and ran the inspect command and it worked.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @omri85 ! We are working on a patch which will be out in master soon and in v0.1.1 which should be out mid-week.
master
v0.1.1
Sorry, something went wrong.
Thank @rotemtam ! Looking forward to manage my schema with the tool.
Hi @omri85, please check our latest release https://github.com/ariga/atlas/releases/tag/v0.1.1 that includes support for array types.
I checked it out and it looks great, worked for me! Thanks.
No branches or pull requests
My schema contained a table with a field of type ARRAY:
special_features "ARRAY" or text[]
When I ran the inspect command:
atlas.exe schema inspect -d "postgres://postgres:******" >> film.hcl
I got the following error:
Error: failed converting schema to spec: failed to convert column type *postgres.ArrayType to spec
.Just to double check, I cloned my DB, removed the ARRAY field and ran the inspect command and it worked.
The text was updated successfully, but these errors were encountered: