Skip to content

Instantly share code, notes, and snippets.

@SidneyAllen
Created September 30, 2021 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SidneyAllen/9a2d86821c33d32fe2f081b17a97ff6d to your computer and use it in GitHub Desktop.
Save SidneyAllen/9a2d86821c33d32fe2f081b17a97ff6d to your computer and use it in GitHub Desktop.
ALTER TABLE ${TABLE_NAME}
ALTER COLUMN ${COLUMN_NAME} TYPE JSONB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment