Postgres: alter not null constraint


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ALTER TABLE <table>ALTER COLUMN <column> SET/DROP NOT NULL

URL: http://www.postgresql.org/docs/8.0/static/sql-altertable.html

Report this snippet


Comments


You need to login to view comments.