Answers for "what is the default of value of boolean in postgres"

SQL
1

postgresql default value boolean

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

Code answers related to "what is the default of value of boolean in postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language