Return to Snippet

Revision: 10183
at December 11, 2008 14:13 by tclancy


Initial Code
ALTER TABLE se_jobs ALTER job_comments SET DEFAULT '0';

Initial URL
http://mysqlresources.com/cgi-bin/article.cgi?article_id=47

Initial Description
Some other alter syntax examples at the URL, which beats the pants off the MySQL manual for some reason.

Initial Title
MySQL Alter Column to Add Default

Initial Tags
mysql

Initial Language
MySQL