Skip to content

Instantly share code, notes, and snippets.

@YordanGeorgiev
Created November 16, 2018 06:25
Show Gist options
  • Save YordanGeorgiev/fd01ecd1d285bfad838fc358c279e87f to your computer and use it in GitHub Desktop.
Save YordanGeorgiev/fd01ecd1d285bfad838fc358c279e87f to your computer and use it in GitHub Desktop.
[postgres cheat sheet] postgres cheat sheet #postgres #cheat-sheet #sql
-- how-to alter a column
alter table table_name alter column column_name type varchar(30);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment