instruction stringclasses 1
value | input stringlengths 130 7.08k | output stringlengths 66 4.67k |
|---|---|---|
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "moneycategorization24", "description": null, "columns": [{"name": "moneycodename", "type": "string", "description": null}, {"name": "moneycode", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "platform", "type": "string", "descript... | CREATE TABLE `nhn`.`moneycategorization24` (
`moneycodename` string COMMENT 'None',
`moneycode` string COMMENT 'None',
`name` string COMMENT 'None',
`platform` string COMMENT 'None',
`categorize` string COMMENT 'None',
`pay_yn` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "moneycategorization25", "description": null, "columns": [{"name": "moneycodename", "type": "string", "description": null}, {"name": "moneycode", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "platform", "type": "string", "descript... | CREATE TABLE `nhn`.`moneycategorization25` (
`moneycodename` string COMMENT 'None',
`moneycode` string COMMENT 'None',
`name` string COMMENT 'None',
`platform` string COMMENT 'None',
`categorize` string COMMENT 'None',
`pay_yn` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "monthly_index", "description": null, "columns": [{"name": "base_ym", "type": "string", "description": null}, {"name": "year1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "idx", "type": "bigint", "description": null}]} | CREATE TABLE `nhn`.`monthly_index` (
`base_ym` string COMMENT 'None',
`year1` string COMMENT 'None',
`month1` string COMMENT 'None',
`idx` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "test_jhcheon", "description": null, "columns": [{"name": "what", "type": "tinyint", "description": null}, {"name": "nick", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`test_jhcheon` (
`what` tinyint COMMENT 'None',
`nick` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "sp_id", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`sp_id` (
`userid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "freeze_member_restore_batch_log_20241008", "description": null, "columns": [{"name": "id", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`freeze_member_restore_batch_log_20241008` (
`id` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_user_m01", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name"... | CREATE TABLE `nhn`.`mobile_user_m01` (
`sno` bigint COMMENT 'None',
`nickname` string COMMENT 'None',
`hid` string COMMENT 'None',
`month1` string COMMENT 'None',
`los_mony_all` bigint COMMENT 'None',
`win_mony_all` bigint COMMENT 'None',
`los_pansu_all` bigint COMMENT 'None',
`win_pansu... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_vms_list", "description": null, "columns": [{"name": "poker_sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}... | CREATE TABLE `nhn`.`mobile_vms_list` (
`poker_sno` bigint COMMENT 'None',
`sudda_sno` bigint COMMENT 'None',
`hid` string COMMENT 'None',
`nickname` string COMMENT 'None',
`los_mony` bigint COMMENT 'None',
`mov_los_mony` bigint COMMENT 'None',
`mov_los_cnt` bigint COMMENT 'None',
`mp_los... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_vms_v1_end_mony", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "aab", "type": "bigint", "description": null}, {"name": "v1_endmony", "type": "double", "description... | CREATE TABLE `nhn`.`mobile_vms_v1_end_mony` (
`work_ymd` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`aab` bigint COMMENT 'None',
`v1_endmony` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_vms_day", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "v1_user_cnt", "type": "bigint", "description": null}, {"name": "v1_los_mony", "type": "double", "description": null}, {"name": "v1_win_mony", "type": "double", "descript... | CREATE TABLE `nhn`.`mobile_vms_day` (
`work_ymd` string COMMENT 'None',
`v1_user_cnt` bigint COMMENT 'None',
`v1_los_mony` double COMMENT 'None',
`v1_win_mony` double COMMENT 'None',
`v1_dealr_mony` double COMMENT 'None',
`v1_endmony` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_vms_dealer_item", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, {"name": "dealr_50", "type": "bigint", "description": null... | CREATE TABLE `nhn`.`mobile_vms_dealer_item` (
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`dealr_50` bigint COMMENT 'None',
`dealr_30` bigint COMMENT 'None',
`cm_dealr_50` bigint COMMENT 'None',
`cm_dealr_30` bigint COMMENT 'None',
`type` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_vms_month1", "description": null, "columns": [{"name": "month1", "type": "string", "description": null}, {"name": "v1_los_mony", "type": "double", "description": null}, {"name": "v1_win_mony", "type": "double", "description": null}, {"name": "v1_dealr_mony", "type": "double", "descr... | CREATE TABLE `nhn`.`mobile_vms_month1` (
`month1` string COMMENT 'None',
`v1_los_mony` double COMMENT 'None',
`v1_win_mony` double COMMENT 'None',
`v1_dealr_mony` double COMMENT 'None',
`v1_user_cnt` double COMMENT 'None',
`v1_endmony` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_vms_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null... | CREATE TABLE `nhn`.`mobile_vms_user_d01` (
`userno` string COMMENT 'None',
`hid` string COMMENT 'None',
`nickname` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`los_mony` bigint COMMENT 'None',
`win_mony` bigint COMMENT 'None',
`dealr_mony` b... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "comback_target_202410_", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "id_tag", "type": "boolean", "description": null}, {"name": "lastdate", "type": "string", "description": null}, {"name": "ranking", "type": "bigint", "description... | CREATE TABLE `nhn`.`comback_target_202410_` (
`memberid` string COMMENT 'None',
`id_tag` boolean COMMENT 'None',
`lastdate` string COMMENT 'None',
`ranking` bigint COMMENT 'None',
`gamemoney_yn` boolean COMMENT 'None',
`gamemoney` boolean COMMENT 'None',
`type` string COMMENT 'None',
`na... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_vms_pass_item", "description": null, "columns": [{"name": "sno", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"nam... | CREATE TABLE `nhn`.`mobile_vms_pass_item` (
`sno` string COMMENT 'None',
`hid` string COMMENT 'None',
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`pass` string COMMENT 'None',
`passtype` string COMMENT 'None',
`samt` double COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "guildwar_chat", "description": null, "columns": [{"name": "round_no", "type": "int", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "community_group", "type": "tinyint", "description": n... | CREATE TABLE `nhn`.`guildwar_chat` (
`round_no` int COMMENT 'None',
`seq` bigint COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`community_group` tinyint COMMENT 'None',
`message_type` int COMMENT 'None',
`guild_id` bigint COMMENT 'None',
`guild_name` string COMMENT 'None',
`member... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_vms_daily_money", "description": null, "columns": [{"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, {"name": "v1_los_mony", "type": "bigint", "description": n... | CREATE TABLE `nhn`.`mobile_vms_daily_money` (
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`v1_los_mony` bigint COMMENT 'None',
`v1_win_mony` bigint COMMENT 'None',
`v1_mov_mony` bigint COMMENT 'None',
`los_mony` bigint COMMENT 'None',
`win... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_vms_dealer_mony", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "date1", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null... | CREATE TABLE `nhn`.`mobile_vms_dealer_mony` (
`work_ymd` string COMMENT 'None',
`date1` string COMMENT 'None',
`month1` string COMMENT 'None',
`day1` string COMMENT 'None',
`v1_deal_mony_day` bigint COMMENT 'None',
`v1_deal_mony` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "guildwar_dashboard", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_name", "type": "string", "description": null}, {"name": "state", "type": "tinyint", "description": null}, {"name": "cur_member_count", "type": "int", "descript... | CREATE TABLE `nhn`.`guildwar_dashboard` (
`guild_id` bigint COMMENT 'None',
`guild_name` string COMMENT 'None',
`state` tinyint COMMENT 'None',
`cur_member_count` int COMMENT 'None',
`create_at` timestamp COMMENT 'None',
`uv_cnt` bigint COMMENT 'None',
`lose_money_sum` double COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "guildwar_city_info", "description": null, "columns": [{"name": "city_id", "type": "bigint", "description": null}, {"name": "city_name", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`guildwar_city_info` (
`city_id` bigint COMMENT 'None',
`city_name` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_mobile_a1", "description": null, "columns": [{"name": "hg_userid", "type": "string", "description": null}, {"name": "mony", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`tmp_mobile_a1` (
`hg_userid` string COMMENT 'None',
`mony` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None',
`type` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "comback_target3", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`comback_target3` (
`ci` string COMMENT 'None',
`memberid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "monthly_ruleabuser", "description": null, "columns": [{"name": "mon", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "rule_cnt", "type": "bigint", "description": null}]} | CREATE TABLE `nhn`.`monthly_ruleabuser` (
`mon` string COMMENT 'None',
`memberid` string COMMENT 'None',
`rule_cnt` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "moneycategorization26", "description": null, "columns": [{"name": "moneycodename", "type": "string", "description": null}, {"name": "moneycode", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "platform", "type": "string", "descript... | CREATE TABLE `nhn`.`moneycategorization26` (
`moneycodename` string COMMENT 'None',
`moneycode` string COMMENT 'None',
`name` string COMMENT 'None',
`platform` string COMMENT 'None',
`categorize` string COMMENT 'None',
`pay_yn` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "guildwar_dashboard_columns_info", "description": null, "columns": [{"name": "index", "type": "bigint", "description": null}, {"name": "guild_guildwar", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "information", "type": "string",... | CREATE TABLE `nhn`.`guildwar_dashboard_columns_info` (
`index` bigint COMMENT 'None',
`guild_guildwar` string COMMENT 'None',
`name` string COMMENT 'None',
`information` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "comback_target4", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`comback_target4` (
`ci` string COMMENT 'None',
`memberid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "mobile_monymov_game_hist", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "last_date", "type": "timestamp", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "game_type", "type": "int", "descripti... | CREATE TABLE `nhn`.`mobile_monymov_game_hist` (
`match_no` bigint COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`game` string COMMENT 'None',
`game_type` int COMMENT 'None',
`boss` string COMMENT 'None',
`diff` string COMMENT 'None',
`boss_ch_mony` bigint COMMENT 'None',
`diff_ch... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "classic_dau", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`classic_dau` (
`work_ymd` string COMMENT 'None',
`memberid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "cms_test_seg", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "memberno", "type": "string", "description": null}, {"name": "test_seg", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`cms_test_seg` (
`userid` string COMMENT 'None',
`memberno` string COMMENT 'None',
`test_seg` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp2312", "description": null, "columns": [{"name": "kkk", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`tmp2312` (
`kkk` string COMMENT 'None',
`userid` string COMMENT 'None',
`nickname` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "nov_playhist", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "playcnt", "type": "bigint", "description": null}, {"name": "losemoney_gold", "type": "double", "description": null}, {"name": "playday", "type": "bigint", "description": n... | CREATE TABLE `nhn`.`nov_playhist` (
`memberid` string COMMENT 'None',
`playcnt` bigint COMMENT 'None',
`losemoney_gold` double COMMENT 'None',
`playday` bigint COMMENT 'None',
`dealermoney` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "target_id_list_11", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`target_id_list_11` (
`memberid` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "moneycategorization27", "description": null, "columns": [{"name": "moneycodename", "type": "string", "description": null}, {"name": "moneycode", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "platform", "type": "string", "descript... | CREATE TABLE `nhn`.`moneycategorization27` (
`moneycodename` string COMMENT 'None',
`moneycode` string COMMENT 'None',
`name` string COMMENT 'None',
`platform` string COMMENT 'None',
`categorize` string COMMENT 'None',
`pay_yn` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "week_losemoney", "description": null, "columns": [{"name": "week_seg", "type": "int", "description": null}, {"name": "id", "type": "string", "description": null}, {"name": "week_lose_money", "type": "bigint", "description": null}]} | CREATE TABLE `nhn`.`week_losemoney` (
`week_seg` int COMMENT 'None',
`id` string COMMENT 'None',
`week_lose_money` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "guild_war_user", "description": null, "columns": [{"name": "round_no", "type": "int", "description": null}, {"name": "start_date", "type": "bigint", "description": null}, {"name": "end_date", "type": "bigint", "description": null}, {"name": "guild_id", "type": "bigint", "description": null... | CREATE TABLE `nhn`.`guild_war_user` (
`round_no` int COMMENT 'None',
`start_date` bigint COMMENT 'None',
`end_date` bigint COMMENT 'None',
`guild_id` bigint COMMENT 'None',
`city_id` int COMMENT 'None',
`after_city_ranking` int COMMENT 'None',
`member_id` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "oct_playhist", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "playcnt", "type": "bigint", "description": null}, {"name": "losemoney_gold", "type": "double", "description": null}, {"name": "playday", "type": "bigint", "description": n... | CREATE TABLE `nhn`.`oct_playhist` (
`memberid` string COMMENT 'None',
`playcnt` bigint COMMENT 'None',
`losemoney_gold` double COMMENT 'None',
`playday` bigint COMMENT 'None',
`dealermoney` double COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "temp_pokernru", "description": null, "columns": [{"name": "memberno", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`temp_pokernru` (
`memberno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "highuser_startmoney", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "start_money", "type": "double", "description": null}, {"name": "first_game", "type": "string", "descrip... | CREATE TABLE `nhn`.`highuser_startmoney` (
`work_ymd` string COMMENT 'None',
`memberid` string COMMENT 'None',
`start_money` double COMMENT 'None',
`first_game` string COMMENT 'None',
`first_channel` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "moneycategorization28", "description": null, "columns": [{"name": "moneycodename", "type": "string", "description": null}, {"name": "moneycode", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "platform", "type": "string", "descript... | CREATE TABLE `nhn`.`moneycategorization28` (
`moneycodename` string COMMENT 'None',
`moneycode` string COMMENT 'None',
`name` string COMMENT 'None',
`platform` string COMMENT 'None',
`categorize` string COMMENT 'None',
`pay_yn` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "temp_pokernru10", "description": null, "columns": [{"name": "memberno", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`temp_pokernru10` (
`memberno` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "user_nicknamelist", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`user_nicknamelist` (
`memberid` string COMMENT 'None',
`nickname` string COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_grouplist", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "group_name", "type": "string", "description": null}, {"name": "group_no", "type": "string", "description": null... | CREATE TABLE `nhn`.`vms_grouplist` (
`userid` string COMMENT 'None',
`nickname` string COMMENT 'None',
`group_name` string COMMENT 'None',
`group_no` string COMMENT 'None',
`ip` string COMMENT 'None',
`month1` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "tmp_xplus", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}]} | CREATE TABLE `nhn`.`tmp_xplus` (
`userid` string COMMENT 'None',
`ci` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "daily_money_station", "description": null, "columns": [{"name": "month1", "type": "string", "description": null}, {"name": "date1", "type": "string", "description": null}, {"name": "client_type", "type": "string", "description": null}, {"name": "nsamt", "type": "double", "description": nul... | CREATE TABLE `nhn`.`daily_money_station` (
`month1` string COMMENT 'None',
`date1` string COMMENT 'None',
`client_type` string COMMENT 'None',
`nsamt` double COMMENT 'None',
`pu` double COMMENT 'None',
`arppu` double COMMENT 'None',
`mau` double COMMENT 'None',
`user_pansu` double COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "moneycategorization29", "description": null, "columns": [{"name": "moneycodename", "type": "string", "description": null}, {"name": "moneycode", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "platform", "type": "string", "descript... | CREATE TABLE `nhn`.`moneycategorization29` (
`moneycodename` string COMMENT 'None',
`moneycode` string COMMENT 'None',
`name` string COMMENT 'None',
`platform` string COMMENT 'None',
`categorize` string COMMENT 'None',
`pay_yn` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "moneycategorization30", "description": null, "columns": [{"name": "moneycodename", "type": "string", "description": null}, {"name": "moneycode", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "platform", "type": "string", "descript... | CREATE TABLE `nhn`.`moneycategorization30` (
`moneycodename` string COMMENT 'None',
`moneycode` string COMMENT 'None',
`name` string COMMENT 'None',
`platform` string COMMENT 'None',
`categorize` string COMMENT 'None',
`pay_yn` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "cms_npu", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "reg_date", "type": "string", "description": null}, {"name": "memberno", "type": "string", "description": null}, {"n... | CREATE TABLE `nhn`.`cms_npu` (
`work_ymd` string COMMENT 'None',
`memberid` string COMMENT 'None',
`reg_date` string COMMENT 'None',
`memberno` string COMMENT 'None',
`first_buy` string COMMENT 'None',
`cms_seg` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "nhn", "table": "vms_test_month12", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "group_name", "type": "string", "description": null}, {"name": "user_ip", "type": "string", "description": nu... | CREATE TABLE `nhn`.`vms_test_month12` (
`userid` string COMMENT 'None',
`nickname` string COMMENT 'None',
`group_name` string COMMENT 'None',
`user_ip` string COMMENT 'None',
`diff_user` string COMMENT 'None',
`diff_ip` string COMMENT 'None',
`mv_mony` double COMMENT 'None',
`chnl_id` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "sample_report_dw", "table": "user", "description": null, "columns": [{"name": "whole_user", "type": "bigint", "description": null}, {"name": "tdd_user", "type": "bigint", "description": null}, {"name": "new_signin_user", "type": "bigint", "description": null}, {"name": "new_inflow_user", "type": "bigint",... | CREATE TABLE `sample_report_dw`.`user` (
`whole_user` bigint COMMENT 'None',
`tdd_user` bigint COMMENT 'None',
`new_signin_user` bigint COMMENT 'None',
`new_inflow_user` bigint COMMENT 'None',
`new_user` bigint COMMENT 'None',
`act_user` bigint COMMENT 'None',
`wkly_user` bigint COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "user_info_1", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "string", "description": null}, {"name": "level", "type": "int", "description": null}, {"name": "exp", "type": "bigint", "description": null}, {"name"... | CREATE TABLE `wpr_odyssey_db`.`user_info_1` (
`uid` bigint COMMENT 'None',
`gbuid` string COMMENT 'None',
`level` int COMMENT 'None',
`exp` bigint COMMENT 'None',
`nickname` string COMMENT 'None',
`today_msg` string COMMENT 'None',
`wprcon_sno` int COMMENT 'None',
`holywpr_cnt` int COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "data_arena_season", "description": null, "columns": [{"name": "season", "type": "int", "description": null}, {"name": "start_time", "type": "timestamp", "description": null}, {"name": "end_time", "type": "timestamp", "description": null}, {"name": "reg_time", "type": "timestamp"... | CREATE TABLE `wpr_odyssey_db`.`data_arena_season` (
`season` int COMMENT 'None',
`start_time` timestamp COMMENT 'None',
`end_time` timestamp COMMENT 'None',
`reg_time` timestamp COMMENT 'None',
`state` tinyint COMMENT 'None',
`update_time` timestamp COMMENT 'None',
`reward_season` int COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "bi_name", "description": null, "columns": [{"name": "typeno", "type": "smallint", "description": null}, {"name": "sno", "type": "smallint", "description": null}, {"name": "name", "type": "string", "description": null}]} | CREATE TABLE `wpr_odyssey_db`.`bi_name` (
`typeno` smallint COMMENT 'None',
`sno` smallint COMMENT 'None',
`name` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "bi_reason", "description": null, "columns": [{"name": "reason", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}]} | CREATE TABLE `wpr_odyssey_db`.`bi_reason` (
`reason` int COMMENT 'None',
`name` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "bi_type", "description": null, "columns": [{"name": "typeno", "type": "smallint", "description": null}, {"name": "name", "type": "string", "description": null}]} | CREATE TABLE `wpr_odyssey_db`.`bi_type` (
`typeno` smallint COMMENT 'None',
`name` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "bi_user_item_count", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "string", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "typeno", "type": "smallint", "description"... | CREATE TABLE `wpr_odyssey_db`.`bi_user_item_count` (
`uid` bigint COMMENT 'None',
`gbuid` string COMMENT 'None',
`level` tinyint COMMENT 'None',
`typeno` smallint COMMENT 'None',
`sno` smallint COMMENT 'None',
`count` int COMMENT 'None',
`update_time` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "bi_wooparoo", "description": null, "columns": [{"name": "sno", "type": "smallint", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "attr_1", "type": "string", "description": null}, {"name": "attr_2", "type": "string", "description": null},... | CREATE TABLE `wpr_odyssey_db`.`bi_wooparoo` (
`sno` smallint COMMENT 'None',
`name` string COMMENT 'None',
`attr_1` string COMMENT 'None',
`attr_2` string COMMENT 'None',
`attr_3` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "data_event_wpr_summon", "description": null, "columns": [{"name": "idx_event", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "start_time", "type": "timestamp", ... | CREATE TABLE `wpr_odyssey_db`.`data_event_wpr_summon` (
`idx_event` int COMMENT 'None',
`name` string COMMENT 'None',
`wpr_sno` smallint COMMENT 'None',
`start_time` timestamp COMMENT 'None',
`end_time` timestamp COMMENT 'None',
`rewards` string COMMENT 'None',
`reg_time` timestamp COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "data_limited_wpr_count", "description": null, "columns": [{"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "wpr_name", "type": "string", "description": null}, {"name": "limited_count", "type": "int", "description": null}, {"name": "hatch_count", "type": "in... | CREATE TABLE `wpr_odyssey_db`.`data_limited_wpr_count` (
`wpr_sno` smallint COMMENT 'None',
`wpr_name` string COMMENT 'None',
`limited_count` int COMMENT 'None',
`hatch_count` int COMMENT 'None',
`update_time` timestamp COMMENT 'None',
`reg_time` timestamp COMMENT 'None',
`reset_time` timest... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "galaxy_wpr_count", "description": null, "columns": [{"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "wpr_count", "type": "bigint", "description": null}, {"name": "update_time", "type": "timestamp", "description": null}]} | CREATE TABLE `wpr_odyssey_db`.`galaxy_wpr_count` (
`wpr_sno` smallint COMMENT 'None',
`wpr_count` bigint COMMENT 'None',
`update_time` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "guild_account", "description": null, "columns": [{"name": "id", "type": "bigint", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "create_time", "type": "bigint", "description": null}, {"name": "shard_id", "type": "int", "description": nul... | CREATE TABLE `wpr_odyssey_db`.`guild_account` (
`id` bigint COMMENT 'None',
`name` string COMMENT 'None',
`create_time` bigint COMMENT 'None',
`shard_id` int COMMENT 'None',
`country_code` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "guild_info", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "exp", "type": "bigint", "description": null}, {"name": "name", "type": "string", "description": null}, ... | CREATE TABLE `wpr_odyssey_db`.`guild_info` (
`guild_id` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`exp` bigint COMMENT 'None',
`name` string COMMENT 'None',
`create_time` timestamp COMMENT 'None',
`close_time` timestamp COMMENT 'None',
`join_type` tinyint COMMENT 'None',
`ma... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "guild_member", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "auth", "type": "tinyint", "description": null}, {"name": "join_time", "type": "timestamp", "description"... | CREATE TABLE `wpr_odyssey_db`.`guild_member` (
`guild_id` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`auth` tinyint COMMENT 'None',
`join_time` timestamp COMMENT 'None',
`attendance_time` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_guild_history", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_level", "type": "tinyint", "description": null}, {"name": "uid", "type": "bigint", "descripti... | CREATE TABLE `wpr_odyssey_db`.`log_guild_history` (
`idx` bigint COMMENT 'None',
`guild_id` bigint COMMENT 'None',
`guild_level` tinyint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`time` timestamp COMMENT 'None',
`reqtime` ti... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_ad_watch", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "ad_type", "type": "smallint", "description": ... | CREATE TABLE `wpr_odyssey_db`.`log_user_ad_watch` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`ad_type` smallint COMMENT 'None',
`start_time` timestamp COMMENT 'None',
`reward_time` timestamp COMMENT 'None',
`typeno` smallint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_arena_attacked_report", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "battle_id", "type": "bigint", "d... | CREATE TABLE `wpr_odyssey_db`.`log_user_arena_attacked_report` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`battle_id` bigint COMMENT 'None',
`attacked` tinyint COMMENT 'None',
`enemy_uid` bigint COMMENT 'None',
`enemy_level` tinyint COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_arena_daily_reward", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "season", "type": "int", "descriptio... | CREATE TABLE `wpr_odyssey_db`.`log_user_arena_daily_reward` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`season` int COMMENT 'None',
`trophy` int COMMENT 'None',
`rank` int COMMENT 'None',
`league_sno` smallint COMMENT 'None',
`reward_mana`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_arena_matching", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "season", "type": "int", "description": ... | CREATE TABLE `wpr_odyssey_db`.`log_user_arena_matching` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`season` int COMMENT 'None',
`trophy` int COMMENT 'None',
`trophy_win` smallint COMMENT 'None',
`trophy_lose` smallint COMMENT 'None',
`rank... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_arena_replay", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "season", "type": "int", "description": null}, {"name": "league", "type": "int", "description": null}... | CREATE TABLE `wpr_odyssey_db`.`log_user_arena_replay` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`season` int COMMENT 'None',
`league` int COMMENT 'None',
`level` tinyint COMMENT 'None',
`uid_enemy` bigint COMMENT 'None',
`create_time` timestamp COMMENT 'None',
`result_t... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_arena_replay_turn", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "replay_idx", "type": "bigint", "description": null}, {"name": "turn", "type": "int", "description": null}, {"name": "atk_wpr_idx", "type": "tinyint", "... | CREATE TABLE `wpr_odyssey_db`.`log_user_arena_replay_turn` (
`idx` bigint COMMENT 'None',
`replay_idx` bigint COMMENT 'None',
`turn` int COMMENT 'None',
`atk_wpr_idx` tinyint COMMENT 'None',
`atk_skill_idx` tinyint COMMENT 'None',
`atk_skill_sno` int COMMENT 'None',
`atk_damage` int COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_arena_stamina", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": n... | CREATE TABLE `wpr_odyssey_db`.`log_user_arena_stamina` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`stamina` int COMMENT 'None',
`resultstamina` int COMMENT 'None',
`boughtstamina` int COMMENT 'None',
`resultbou... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_battle_quest_complete", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "reason", "type": "int", "description": null}, {"name": "level", "type": "tinyint", "descrip... | CREATE TABLE `wpr_odyssey_db`.`log_user_battle_quest_complete` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`reason` int COMMENT 'None',
`level` tinyint COMMENT 'None',
`questid` int COMMENT 'None',
`rewardtype` smallint COMMENT 'None',
`rewardsno` smallint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_battle_quest_replay", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "quest_seq", "type": "int", "descri... | CREATE TABLE `wpr_odyssey_db`.`log_user_battle_quest_replay` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`quest_seq` int COMMENT 'None',
`stage_seq` int COMMENT 'None',
`create_time` timestamp COMMENT 'None',
`result_time` timestamp COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_battle_quest_replay_turn", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "replay_idx", "type": "bigint", "description": null}, {"name": "turn", "type": "int", "description": null}, {"name": "atk_wpr_idx", "type": "tiny... | CREATE TABLE `wpr_odyssey_db`.`log_user_battle_quest_replay_turn` (
`idx` bigint COMMENT 'None',
`replay_idx` bigint COMMENT 'None',
`turn` int COMMENT 'None',
`atk_wpr_idx` tinyint COMMENT 'None',
`atk_skill_idx` tinyint COMMENT 'None',
`atk_skill_sno` int COMMENT 'None',
`atk_damage` int C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_battle_quest_stage_complete", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "d... | CREATE TABLE `wpr_odyssey_db`.`log_user_battle_quest_stage_complete` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`questid` int COMMENT 'None',
`stageid` int COMMENT 'None',
`rewardtype` smallint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_bless_give", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "timegive", "type": "timestamp", "description": null}, {"name": "uidfrom", "type": "bigint", "description": null}, {"name": "uidto", "type": "bigint", "descrip... | CREATE TABLE `wpr_odyssey_db`.`log_user_bless_give` (
`idx` bigint COMMENT 'None',
`timegive` timestamp COMMENT 'None',
`uidfrom` bigint COMMENT 'None',
`uidto` bigint COMMENT 'None',
`instno` smallint COMMENT 'None',
`type` smallint COMMENT 'None',
`price` bigint COMMENT 'None',
`transa... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_bless_take", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "timetake", "type": "timestamp", "description": null}, {"name": "uidfrom", "type": "bigint", "description": null}, {"name": "uidto", "type": "bigint", "descrip... | CREATE TABLE `wpr_odyssey_db`.`log_user_bless_take` (
`idx` bigint COMMENT 'None',
`timetake` timestamp COMMENT 'None',
`uidfrom` bigint COMMENT 'None',
`uidto` bigint COMMENT 'None',
`instno` smallint COMMENT 'None',
`type` smallint COMMENT 'None',
`price` bigint COMMENT 'None',
`transa... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_coupon", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": null}, {... | CREATE TABLE `wpr_odyssey_db`.`log_user_coupon` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`coupontype` int COMMENT 'None',
`oldcount` int COMMENT 'None',
`addcount` int COMMENT 'None',
`resultcount` int COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_cross", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "smallint", "description": null}, {"name": "wpr_sno_1", "type": "smallint", "description": ... | CREATE TABLE `wpr_odyssey_db`.`log_user_cross` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` smallint COMMENT 'None',
`wpr_sno_1` smallint COMMENT 'None',
`wpr_sno_2` smallint COMMENT 'None',
`wpr_sno` smallint COMMENT 'None',
`cross_sno` smallint COMMENT 'None',
`t... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_dung", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": null}, {"n... | CREATE TABLE `wpr_odyssey_db`.`log_user_dung` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`count` bigint COMMENT 'None',
`result` bigint COMMENT 'None',
`time` timestamp COMMENT 'None',
`reqtime` timestamp COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_dungeon_complete", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "smallint", "description": null}, {"name": "dungeonserialno", "type": "smallint"... | CREATE TABLE `wpr_odyssey_db`.`log_user_dungeon_complete` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` smallint COMMENT 'None',
`dungeonserialno` smallint COMMENT 'None',
`wpr_inst` smallint COMMENT 'None',
`wpr_sno` smallint COMMENT 'None',
`wpr_lv` tinyint COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_dungeon_enter", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "smallint", "description": null}, {"name": "dungeonserialno", "type": "smallint", "... | CREATE TABLE `wpr_odyssey_db`.`log_user_dungeon_enter` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` smallint COMMENT 'None',
`dungeonserialno` smallint COMMENT 'None',
`wpr_inst` smallint COMMENT 'None',
`wpr_sno` smallint COMMENT 'None',
`wpr_lv` tinyint COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_emerald", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "tobless", "type": "bigint", "description": null}, {"name": "level", "type": "smallint", "description": nu... | CREATE TABLE `wpr_odyssey_db`.`log_user_emerald` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`tobless` bigint COMMENT 'None',
`level` smallint COMMENT 'None',
`reason` int COMMENT 'None',
`emerald` bigint COMMENT 'None',
`boughtemerald` bigint COMMENT 'None',
`resultemera... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_food", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": null}, {"n... | CREATE TABLE `wpr_odyssey_db`.`log_user_food` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`food` bigint COMMENT 'None',
`boughtfood` bigint COMMENT 'None',
`resultfood` bigint COMMENT 'None',
`time` timestamp CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_gem", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": null}, {"na... | CREATE TABLE `wpr_odyssey_db`.`log_user_gem` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`gem` bigint COMMENT 'None',
`boughtgem` bigint COMMENT 'None',
`resultgem` bigint COMMENT 'None',
`resultboughtgem` bigin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_loginout", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "type", "type": "tinyint", "description": null... | CREATE TABLE `wpr_odyssey_db`.`log_user_loginout` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`type` tinyint COMMENT 'None',
`gather_mana` bigint COMMENT 'None',
`take_gem` bigint COMMENT 'None',
`harvest_food` bigint COMMENT 'None',
`given... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_magic_stone", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": nul... | CREATE TABLE `wpr_odyssey_db`.`log_user_magic_stone` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`time` timestamp COMMENT 'None',
`serialno` smallint COMMENT 'None',
`addcount` int COMMENT 'None',
`resultcount` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_mana", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": null}, {"n... | CREATE TABLE `wpr_odyssey_db`.`log_user_mana` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`mana` bigint COMMENT 'None',
`boughtmana` bigint COMMENT 'None',
`resultmana` bigint COMMENT 'None',
`time` timestamp CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_mini_wpr_coin", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": n... | CREATE TABLE `wpr_odyssey_db`.`log_user_mini_wpr_coin` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`coin` bigint COMMENT 'None',
`resultcoin` bigint COMMENT 'None',
`time` timestamp COMMENT 'None',
`reqtime` tim... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_present", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "sendertype", "type": "int", "description": nul... | CREATE TABLE `wpr_odyssey_db`.`log_user_present` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`sendertype` int COMMENT 'None',
`reason` int COMMENT 'None',
`presentno` bigint COMMENT 'None',
`typeno` smallint COMMENT 'None',
`serialno` small... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_purchase", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "uid_receiver", "type": "bigint", "description": null}, {"name": "item_id", "type": "int", "description":... | CREATE TABLE `wpr_odyssey_db`.`log_user_purchase` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`uid_receiver` bigint COMMENT 'None',
`item_id` int COMMENT 'None',
`store` string COMMENT 'None',
`sku` string COMMENT 'None',
`product_id` string COMMENT 'None',
`payment_seq` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_quest_complete", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "questid", "type": "int", "description":... | CREATE TABLE `wpr_odyssey_db`.`log_user_quest_complete` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`questid` int COMMENT 'None',
`completecount` bigint COMMENT 'None',
`expcount` int COMMENT 'None',
`gemcount` int COMMENT 'None',
`manacoun... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_quest_start", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "questid", "type": "int", "description": nu... | CREATE TABLE `wpr_odyssey_db`.`log_user_quest_start` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`questid` int COMMENT 'None',
`completecount` bigint COMMENT 'None',
`time` timestamp COMMENT 'None',
`reqtime` timestamp COMMENT 'None',
`work... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_roopa_potion", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": nu... | CREATE TABLE `wpr_odyssey_db`.`log_user_roopa_potion` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`potion` bigint COMMENT 'None',
`resultpotion` bigint COMMENT 'None',
`time` timestamp COMMENT 'None',
`reqtime` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_ruby", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": null}, {"n... | CREATE TABLE `wpr_odyssey_db`.`log_user_ruby` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`ruby` bigint COMMENT 'None',
`resultruby` bigint COMMENT 'None',
`time` timestamp COMMENT 'None',
`reqtime` timestamp CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_scenario_complete", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "scenarioid", "type": "int", "descrip... | CREATE TABLE `wpr_odyssey_db`.`log_user_scenario_complete` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`scenarioid` int COMMENT 'None',
`expcount` int COMMENT 'None',
`gemcount` int COMMENT 'None',
`manacount` int COMMENT 'None',
`foodcount... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_scenario_start", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "scenarioid", "type": "int", "descriptio... | CREATE TABLE `wpr_odyssey_db`.`log_user_scenario_start` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`scenarioid` int COMMENT 'None',
`time` timestamp COMMENT 'None',
`reqtime` timestamp COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_social_action", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "uid_friend", "type": "bigint", "descript... | CREATE TABLE `wpr_odyssey_db`.`log_user_social_action` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`uid_friend` bigint COMMENT 'None',
`type` tinyint COMMENT 'None',
`time` timestamp COMMENT 'None',
`reqtime` timestamp COMMENT 'None',
`work... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_statue", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": null}, {... | CREATE TABLE `wpr_odyssey_db`.`log_user_statue` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`statueserialno` int COMMENT 'None',
`statueinstanceno` smallint COMMENT 'None',
`actiontype` smallint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_statue_time", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "statueserialno", "type": "int", "descripti... | CREATE TABLE `wpr_odyssey_db`.`log_user_statue_time` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`statueserialno` int COMMENT 'None',
`statueinstanceno` smallint COMMENT 'None',
`buildtime` timestamp COMMENT 'None',
`completetime` timestamp COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wpr_odyssey_db", "table": "log_user_timecapsule", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": nul... | CREATE TABLE `wpr_odyssey_db`.`log_user_timecapsule` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
`itemserialno` smallint COMMENT 'None',
`endtime` bigint COMMENT 'None',
`timecapsule` int COMMENT 'None',
`result... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.