Created
November 16, 2018 06:25
-
-
Save YordanGeorgiev/fd01ecd1d285bfad838fc358c279e87f to your computer and use it in GitHub Desktop.
[postgres cheat sheet] postgres cheat sheet #postgres #cheat-sheet #sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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