You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, we're using atlasgo schema and cannot figure out how to do the equivalent of CREATE INDEX <index> ON <table> USING <type> (<columns> <ops>) WITH <storage_parameters>
See Postgres' documentation on storage parameters here.
Is it possible (or is there a workaround) to define this create in HCL?
The text was updated successfully, but these errors were encountered:
Hello, we're using atlasgo schema and cannot figure out how to do the equivalent of
CREATE INDEX <index> ON <table> USING <type> (<columns> <ops>) WITH <storage_parameters>
See Postgres' documentation on storage parameters here.
Is it possible (or is there a workaround) to define this create in HCL?
The text was updated successfully, but these errors were encountered: