Thursday, July 14, 2011

MySQL Add Column

alter table table_name add column `column_name` integer NOT NULL default '0';
You need to customize it.

No comments:

Post a Comment