Answers for "default boolean value not working postgresql table"

SQL
0

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 "default boolean value not working postgresql table"

Code answers related to "SQL"

Browse Popular Code Answers by Language