Skip to content

Instantly share code, notes, and snippets.

@bfatemi
Last active February 2, 2021 04:13
Show Gist options
  • Save bfatemi/e838e1e619d8c7c45a99e3732da9bf41 to your computer and use it in GitHub Desktop.
Save bfatemi/e838e1e619d8c7c45a99e3732da9bf41 to your computer and use it in GitHub Desktop.
ALTER TABLE greenkong_blaze_members
ALTER COLUMN member_group TYPE JSON
USING member_group::json;
@bfatemi
Copy link
Author

bfatemi commented Jan 27, 2021

@bfatemi
Copy link
Author

bfatemi commented Feb 2, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment