Answers for "add column not null with default value postgres"

SQL
0

add column not null with default value postgres

ALTER TABLE users
  ADD COLUMN "priv_user" BOOLEAN NOT NULL DEFAULT FALSE;
Posted by: Guest on June-30-2021

Code answers related to "add column not null with default value postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language