Answers for "alter table add column postgres default value"

SQL
1

add column postgres with default value

ALTER TABLE users
  ADD COLUMN "priv_user" BOOLEAN DEFAULT FALSE;
Posted by: Guest on January-24-2022

Code answers related to "alter table add column postgres default value"

Code answers related to "SQL"

Browse Popular Code Answers by Language