drop table if exists `app_score`; create table `app_score`( app_id INT, user_id BIGINT, score INT )