ALTER TABLE, set null in not null column, PostgreSQL 9.1 - Stack Overflow

PHOTO EMBED

Sun May 01 2022 06:30:09 GMT+0000 (Coordinated Universal Time)

Saved by [deleted user]

ALTER TABLE tablename ALTER COLUMN columnname SET NOT NULL;
content_copyCOPY

https://stackoverflow.com/questions/13643806/alter-table-set-null-in-not-null-column-postgresql-9-1