Answers for "set default value for a column in postgres"

SQL
4

postgresql change default value

ALTER TABLE ONLY users ALTER COLUMN lang SET DEFAULT 'en_GB';
Posted by: Guest on March-22-2020

Code answers related to "set default value for a column in postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language