drop table if exists `app_detail`; create table `app_download_count` ( id BIGINT PRIMARY KEY auto_increament, folder_name VARCHAR(255), img_src VARCHAR(255), app_name VARCHAR(255), brief VARCHAR(255), package_description VARCHAR(255) )