Ich habe eine Tabelle mit einer Spalte ohne Null. Wie wird ein Nullwert in dieser Spalte als Standard festgelegt?
Ich meine, ich möchte so etwas machen:
postgres=# ALTER TABLE person ALTER COLUMN phone SET NULL;
aber es zeigt:
postgres=# ALTER TABLE person ALTER COLUMN phone SET NULL;
ERROR: syntax error at or near "NULL"
LINE 1: ALTER TABLE person ALTER COLUMN phone SET NULL;