alter table project_app drop column name;
alter table project_app
add app_id int;
alter table project_app drop column url;