/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ALTER TABLE <table> ALTER COLUMN <column> SET DEFAULT(<value>)
URL: http://www.postgresql.org/docs/8.0/static/sql-altertable.html