JK Web Studio is a small web design studio, specializing in efficient and user friendly solutions.

Contact us at info@jkwebstudio.com

Adding field to existing MySQL table

alter table table_name add new_field_name int(2) default 0;

Leave a Reply