JK Web Studio

Specializing in efficient and user friendly web design solutions

info@jkwebstudio.com

Adding field to existing MySQL table

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

Leave a Reply