alter table product add product_code_md5 varchar(64) null after product_code; alter table product add event_table_created int default 0 not null after product_code_md5; alter table event_meta_prop add status int default 0 not null; alter table event_meta_info add status int default 0 not null