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", "description": null}, {"name": "categorize", "type": "string", "description": null}, {"name": "pay_yn", "type": "string", "description": null}]}
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", "description": null}, {"name": "categorize", "type": "string", "description": null}, {"name": "pay_yn", "type": "string", "description": null}]}
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": "los_mony_all", "type": "bigint", "description": null}, {"name": "win_mony_all", "type": "bigint", "description": null}, {"name": "los_pansu_all", "type": "bigint", "description": null}, {"name": "win_pansu_all", "type": "bigint", "description": null}, {"name": "mov_los_mony", "type": "bigint", "description": null}, {"name": "mov_win_mony", "type": "bigint", "description": null}, {"name": "mov_los_pansu", "type": "bigint", "description": null}, {"name": "mov_win_pansu", "type": "bigint", "description": null}, {"name": "mov_dealer_mony", "type": "bigint", "description": null}, {"name": "type", "type": "string", "description": null}]}
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_all` bigint COMMENT 'None', `mov_los_mony` bigint COMMENT 'None', `mov_win_mony` bigint COMMENT 'None', `mov_los_pansu` bigint COMMENT 'None', `mov_win_pansu` bigint COMMENT 'None', `mov_dealer_mony` bigint COMMENT 'None', `type` string COMMENT 'None' );
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}, {"name": "los_mony", "type": "bigint", "description": null}, {"name": "mov_los_mony", "type": "bigint", "description": null}, {"name": "mov_los_cnt", "type": "bigint", "description": null}, {"name": "mp_los_mony", "type": "bigint", "description": null}, {"name": "mg_los_mony", "type": "bigint", "description": null}, {"name": "pokersamt", "type": "double", "description": null}, {"name": "pokerplus", "type": "double", "description": null}, {"name": "suddasamt", "type": "double", "description": null}, {"name": "suddaplus", "type": "double", "description": null}, {"name": "month1", "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_mony` bigint COMMENT 'None', `mg_los_mony` bigint COMMENT 'None', `pokersamt` double COMMENT 'None', `pokerplus` double COMMENT 'None', `suddasamt` double COMMENT 'None', `suddaplus` double COMMENT 'None', `month1` string COMMENT 'None' );
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": null}]}
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", "description": null}, {"name": "v1_dealr_mony", "type": "double", "description": null}, {"name": "v1_endmony", "type": "double", "description": null}]}
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}, {"name": "dealr_30", "type": "bigint", "description": null}, {"name": "cm_dealr_50", "type": "bigint", "description": null}, {"name": "cm_dealr_30", "type": "bigint", "description": null}, {"name": "type", "type": "string", "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` string COMMENT 'None' );
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", "description": null}, {"name": "v1_user_cnt", "type": "double", "description": null}, {"name": "v1_endmony", "type": "double", "description": null}]}
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}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "los_mony", "type": "bigint", "description": null}, {"name": "win_mony", "type": "bigint", "description": null}, {"name": "dealr_mony", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "type", "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` 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_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": null}, {"name": "gamemoney_yn", "type": "boolean", "description": null}, {"name": "gamemoney", "type": "boolean", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}]}
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', `name` string COMMENT 'None', `nickname` string COMMENT 'None' );
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}, {"name": "day1", "type": "string", "description": null}, {"name": "pass", "type": "string", "description": null}, {"name": "passtype", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "type", "type": "string", "description": null}]}
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', `type` string 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": null}, {"name": "message_type", "type": "int", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_name", "type": "string", "description": null}, {"name": "member_id", "type": "string", "description": null}, {"name": "member_no", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "grade", "type": "tinyint", "description": null}, {"name": "message", "type": "string", "description": null}, {"name": "withdrawn", "type": "tinyint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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_id` string COMMENT 'None', `member_no` string COMMENT 'None', `nickname` string COMMENT 'None', `grade` tinyint COMMENT 'None', `message` string COMMENT 'None', `withdrawn` tinyint COMMENT 'None', `work_ymd` bigint COMMENT 'None' );
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": null}, {"name": "v1_win_mony", "type": "bigint", "description": null}, {"name": "v1_mov_mony", "type": "bigint", "description": null}, {"name": "los_mony", "type": "bigint", "description": null}, {"name": "win_mony", "type": "bigint", "description": null}, {"name": "pt", "type": "bigint", "description": null}]}
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_mony` bigint COMMENT 'None', `pt` bigint COMMENT 'None' );
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}, {"name": "v1_deal_mony_day", "type": "bigint", "description": null}, {"name": "v1_deal_mony", "type": "bigint", "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", "description": null}, {"name": "create_at", "type": "timestamp", "description": null}, {"name": "uv_cnt", "type": "bigint", "description": null}, {"name": "lose_money_sum", "type": "double", "description": null}, {"name": "nsamt_sum", "type": "double", "description": null}, {"name": "reward_amount", "type": "bigint", "description": null}, {"name": "round_n", "type": "string", "description": null}, {"name": "work_ymd_timestamp", "type": "timestamp", "description": null}, {"name": "work_d", "type": "string", "description": null}, {"name": "day1", "type": "string", "description": null}, {"name": "challenge_state", "type": "tinyint", "description": null}, {"name": "city_nm", "type": "string", "description": null}, {"name": "war_point", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "month1", "type": "string", "description": null}, {"name": "city_id", "type": "int", "description": null}, {"name": "city_dividend", "type": "bigint", "description": null}, {"name": "champion_reward", "type": "bigint", "description": null}]}
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', `nsamt_sum` double COMMENT 'None', `reward_amount` bigint COMMENT 'None', `round_n` string COMMENT 'None', `work_ymd_timestamp` timestamp COMMENT 'None', `work_d` string COMMENT 'None', `day1` string COMMENT 'None', `challenge_state` tinyint COMMENT 'None', `city_nm` string COMMENT 'None', `war_point` bigint COMMENT 'None', `work_ymd` string COMMENT 'None', `month1` string COMMENT 'None', `city_id` int COMMENT 'None', `city_dividend` bigint COMMENT 'None', `champion_reward` bigint 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", "description": null}, {"name": "categorize", "type": "string", "description": null}, {"name": "pay_yn", "type": "string", "description": null}]}
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", "description": null}]}
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", "description": null}, {"name": "boss", "type": "string", "description": null}, {"name": "diff", "type": "string", "description": null}, {"name": "boss_ch_mony", "type": "bigint", "description": null}, {"name": "diff_ch_mony", "type": "bigint", "description": null}, {"name": "diegame", "type": "string", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "v1_sale", "type": "string", "description": null}]}
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_mony` bigint COMMENT 'None', `diegame` string COMMENT 'None', `work_ymd` bigint COMMENT 'None', `type` string COMMENT 'None', `v1_sale` string COMMENT 'None' );
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": null}, {"name": "dealermoney", "type": "double", "description": null}]}
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", "description": null}, {"name": "categorize", "type": "string", "description": null}, {"name": "pay_yn", "type": "string", "description": null}]}
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}, {"name": "city_id", "type": "int", "description": null}, {"name": "after_city_ranking", "type": "int", "description": null}, {"name": "member_id", "type": "string", "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": null}, {"name": "dealermoney", "type": "double", "description": null}]}
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", "description": null}, {"name": "first_channel", "type": "string", "description": null}]}
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", "description": null}, {"name": "categorize", "type": "string", "description": null}, {"name": "pay_yn", "type": "string", "description": null}]}
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}, {"name": "ip", "type": "string", "description": null}, {"name": "month1", "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": null}, {"name": "pu", "type": "double", "description": null}, {"name": "arppu", "type": "double", "description": null}, {"name": "mau", "type": "double", "description": null}, {"name": "user_pansu", "type": "double", "description": null}, {"name": "circulation", "type": "double", "description": null}, {"name": "circulation_per_person", "type": "double", "description": null}, {"name": "dealermoney", "type": "double", "description": null}, {"name": "h_mau", "type": "double", "description": null}, {"name": "h_user_pansu", "type": "double", "description": null}, {"name": "h_circulation", "type": "double", "description": null}, {"name": "h_circulation_per_person", "type": "double", "description": null}, {"name": "nru", "type": "double", "description": null}, {"name": "pur", "type": "double", "description": null}]}
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 COMMENT 'None', `circulation` double COMMENT 'None', `circulation_per_person` double COMMENT 'None', `dealermoney` double COMMENT 'None', `h_mau` double COMMENT 'None', `h_user_pansu` double COMMENT 'None', `h_circulation` double COMMENT 'None', `h_circulation_per_person` double COMMENT 'None', `nru` double COMMENT 'None', `pur` double COMMENT 'None' );
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", "description": null}, {"name": "categorize", "type": "string", "description": null}, {"name": "pay_yn", "type": "string", "description": null}]}
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", "description": null}, {"name": "categorize", "type": "string", "description": null}, {"name": "pay_yn", "type": "string", "description": null}]}
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}, {"name": "first_buy", "type": "string", "description": null}, {"name": "cms_seg", "type": "string", "description": null}]}
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": null}, {"name": "diff_user", "type": "string", "description": null}, {"name": "diff_ip", "type": "string", "description": null}, {"name": "mv_mony", "type": "double", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "is_opponent_v1", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
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` string COMMENT 'None', `is_opponent_v1` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
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", "description": null}, {"name": "new_user", "type": "bigint", "description": null}, {"name": "act_user", "type": "bigint", "description": null}, {"name": "wkly_user", "type": "bigint", "description": null}, {"name": "slp_user", "type": "bigint", "description": null}, {"name": "cmbk_user", "type": "bigint", "description": null}, {"name": "tdd_pcnt", "type": "bigint", "description": null}, {"name": "hld_mony", "type": "double", "description": null}, {"name": "tdd_mony", "type": "double", "description": null}, {"name": "act_mony", "type": "double", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "game_nm", "type": "string", "description": null}]}
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 'None', `slp_user` bigint COMMENT 'None', `cmbk_user` bigint COMMENT 'None', `tdd_pcnt` bigint COMMENT 'None', `hld_mony` double COMMENT 'None', `tdd_mony` double COMMENT 'None', `act_mony` double COMMENT 'None', `work_ymd` string COMMENT 'None', `game_nm` string COMMENT 'None' );
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": "nickname", "type": "string", "description": null}, {"name": "today_msg", "type": "string", "description": null}, {"name": "wprcon_sno", "type": "int", "description": null}, {"name": "holywpr_cnt", "type": "int", "description": null}, {"name": "best_friend_uid", "type": "bigint", "description": null}, {"name": "guestbook_settings", "type": "int", "description": null}, {"name": "wpr_hatch_count", "type": "int", "description": null}, {"name": "achievement_title_no", "type": "int", "description": null}, {"name": "badge_option", "type": "int", "description": null}, {"name": "badge_profile", "type": "string", "description": null}, {"name": "glang", "type": "string", "description": null}, {"name": "dlang", "type": "string", "description": null}, {"name": "photo_type", "type": "int", "description": null}, {"name": "president_wpr_instno", "type": "int", "description": null}, {"name": "withdrawal", "type": "int", "description": null}, {"name": "last_access_time", "type": "bigint", "description": null}, {"name": "visit_uid", "type": "bigint", "description": null}, {"name": "acc_exp", "type": "bigint", "description": null}, {"name": "battle_quest_stage", "type": "int", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_join_time", "type": "timestamp", "description": null}, {"name": "guild_leave_time", "type": "timestamp", "description": null}, {"name": "guild_ban_time", "type": "timestamp", "description": null}, {"name": "profile_frame_sno", "type": "smallint", "description": null}, {"name": "profile_frame_et", "type": "timestamp", "description": null}, {"name": "friend_bg_sno", "type": "smallint", "description": null}, {"name": "friend_bg_et", "type": "timestamp", "description": null}, {"name": "persona_cnt", "type": "smallint", "description": null}, {"name": "country_code", "type": "string", "description": null}]}
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 COMMENT 'None', `best_friend_uid` bigint COMMENT 'None', `guestbook_settings` int COMMENT 'None', `wpr_hatch_count` int COMMENT 'None', `achievement_title_no` int COMMENT 'None', `badge_option` int COMMENT 'None', `badge_profile` string COMMENT 'None', `glang` string COMMENT 'None', `dlang` string COMMENT 'None', `photo_type` int COMMENT 'None', `president_wpr_instno` int COMMENT 'None', `withdrawal` int COMMENT 'None', `last_access_time` bigint COMMENT 'None', `visit_uid` bigint COMMENT 'None', `acc_exp` bigint COMMENT 'None', `battle_quest_stage` int COMMENT 'None', `guild_id` bigint COMMENT 'None', `guild_join_time` timestamp COMMENT 'None', `guild_leave_time` timestamp COMMENT 'None', `guild_ban_time` timestamp COMMENT 'None', `profile_frame_sno` smallint COMMENT 'None', `profile_frame_et` timestamp COMMENT 'None', `friend_bg_sno` smallint COMMENT 'None', `friend_bg_et` timestamp COMMENT 'None', `persona_cnt` smallint COMMENT 'None', `country_code` string COMMENT 'None' );
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", "description": null}, {"name": "state", "type": "tinyint", "description": null}, {"name": "update_time", "type": "timestamp", "description": null}, {"name": "reward_season", "type": "int", "description": null}, {"name": "rank_offset", "type": "int", "description": null}]}
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 COMMENT 'None', `rank_offset` int COMMENT 'None' );
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": null}, {"name": "sno", "type": "smallint", "description": null}, {"name": "count", "type": "int", "description": null}, {"name": "update_time", "type": "timestamp", "description": null}]}
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}, {"name": "attr_3", "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", "description": null}, {"name": "end_time", "type": "timestamp", "description": null}, {"name": "rewards", "type": "string", "description": null}, {"name": "reg_time", "type": "timestamp", "description": null}, {"name": "update_time", "type": "timestamp", "description": null}, {"name": "registor", "type": "string", "description": null}, {"name": "updator", "type": "string", "description": null}]}
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 'None', `update_time` timestamp COMMENT 'None', `registor` string COMMENT 'None', `updator` string COMMENT 'None' );
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": "int", "description": null}, {"name": "update_time", "type": "timestamp", "description": null}, {"name": "reg_time", "type": "timestamp", "description": null}, {"name": "reset_time", "type": "timestamp", "description": null}, {"name": "hatch_time", "type": "timestamp", "description": null}]}
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` timestamp COMMENT 'None', `hatch_time` timestamp COMMENT 'None' );
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": null}, {"name": "country_code", "type": "string", "description": null}]}
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}, {"name": "create_time", "type": "timestamp", "description": null}, {"name": "close_time", "type": "timestamp", "description": null}, {"name": "join_type", "type": "tinyint", "description": null}, {"name": "mark_sno", "type": "smallint", "description": null}, {"name": "req_level", "type": "tinyint", "description": null}, {"name": "comment", "type": "string", "description": null}, {"name": "notice", "type": "string", "description": null}, {"name": "research_skill_sno", "type": "smallint", "description": null}, {"name": "research_skill_time", "type": "bigint", "description": null}, {"name": "research_skill_lv", "type": "tinyint", "description": null}, {"name": "solidarity_token", "type": "int", "description": null}, {"name": "country_code", "type": "string", "description": null}, {"name": "language", "type": "string", "description": null}, {"name": "research_skill_100_elapsed_time", "type": "int", "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', `mark_sno` smallint COMMENT 'None', `req_level` tinyint COMMENT 'None', `comment` string COMMENT 'None', `notice` string COMMENT 'None', `research_skill_sno` smallint COMMENT 'None', `research_skill_time` bigint COMMENT 'None', `research_skill_lv` tinyint COMMENT 'None', `solidarity_token` int COMMENT 'None', `country_code` string COMMENT 'None', `language` string COMMENT 'None', `research_skill_100_elapsed_time` int COMMENT 'None' );
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": null}, {"name": "attendance_time", "type": "timestamp", "description": null}]}
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", "description": null}, {"name": "level", "type": "tinyint", "description": null}, {"name": "reason", "type": "int", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` 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_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": null}, {"name": "start_time", "type": "timestamp", "description": null}, {"name": "reward_time", "type": "timestamp", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "sno", "type": "smallint", "description": null}, {"name": "instno", "type": "smallint", "description": null}, {"name": "purchase_user", "type": "tinyint", "description": null}, {"name": "ad_free", "type": "tinyint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `sno` smallint COMMENT 'None', `instno` smallint COMMENT 'None', `purchase_user` tinyint COMMENT 'None', `ad_free` tinyint 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_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", "description": null}, {"name": "attacked", "type": "tinyint", "description": null}, {"name": "enemy_uid", "type": "bigint", "description": null}, {"name": "enemy_level", "type": "tinyint", "description": null}, {"name": "enemy_nick", "type": "string", "description": null}, {"name": "season", "type": "int", "description": null}, {"name": "player_trophy_inc", "type": "int", "description": null}, {"name": "player_trophy_result", "type": "int", "description": null}, {"name": "enemy_trophy_inc", "type": "int", "description": null}, {"name": "enemy_trophy_result", "type": "int", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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 'None', `enemy_nick` string COMMENT 'None', `season` int COMMENT 'None', `player_trophy_inc` int COMMENT 'None', `player_trophy_result` int COMMENT 'None', `enemy_trophy_inc` int COMMENT 'None', `enemy_trophy_result` int COMMENT 'None', `reqtime` timestamp COMMENT 'None', `time` 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_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", "description": null}, {"name": "trophy", "type": "int", "description": null}, {"name": "rank", "type": "int", "description": null}, {"name": "league_sno", "type": "smallint", "description": null}, {"name": "reward_mana", "type": "int", "description": null}, {"name": "reward_food", "type": "int", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` int COMMENT 'None', `reward_food` 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_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": null}, {"name": "trophy", "type": "int", "description": null}, {"name": "trophy_win", "type": "smallint", "description": null}, {"name": "trophy_lose", "type": "smallint", "description": null}, {"name": "rank", "type": "int", "description": null}, {"name": "enemy_uid", "type": "bigint", "description": null}, {"name": "enemy_level", "type": "tinyint", "description": null}, {"name": "enemy_nick", "type": "string", "description": null}, {"name": "enemy_photo_type", "type": "tinyint", "description": null}, {"name": "enemy_photo_value", "type": "bigint", "description": null}, {"name": "enemy_trophy", "type": "int", "description": null}, {"name": "enemy_trophy_win", "type": "smallint", "description": null}, {"name": "enemy_trophy_lose", "type": "smallint", "description": null}, {"name": "enemy_rank", "type": "int", "description": null}, {"name": "deck", "type": "string", "description": null}, {"name": "battle_id", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` int COMMENT 'None', `enemy_uid` bigint COMMENT 'None', `enemy_level` tinyint COMMENT 'None', `enemy_nick` string COMMENT 'None', `enemy_photo_type` tinyint COMMENT 'None', `enemy_photo_value` bigint COMMENT 'None', `enemy_trophy` int COMMENT 'None', `enemy_trophy_win` smallint COMMENT 'None', `enemy_trophy_lose` smallint COMMENT 'None', `enemy_rank` int COMMENT 'None', `deck` string COMMENT 'None', `battle_id` bigint 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_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}, {"name": "level", "type": "tinyint", "description": null}, {"name": "uid_enemy", "type": "bigint", "description": null}, {"name": "create_time", "type": "timestamp", "description": null}, {"name": "result_time", "type": "timestamp", "description": null}, {"name": "battle_state", "type": "tinyint", "description": null}, {"name": "data", "type": "string", "description": null}, {"name": "player_change_trophy", "type": "int", "description": null}, {"name": "player_trophy", "type": "int", "description": null}, {"name": "enemy_change_trophy", "type": "int", "description": null}, {"name": "enemy_trophy", "type": "int", "description": null}, {"name": "start_rank", "type": "int", "description": null}, {"name": "result_rank", "type": "int", "description": null}, {"name": "start_league", "type": "int", "description": null}, {"name": "result_league", "type": "int", "description": null}, {"name": "start_league_rank", "type": "int", "description": null}, {"name": "result_league_rank", "type": "int", "description": null}, {"name": "work_ymd", "type": "bigint", "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_time` timestamp COMMENT 'None', `battle_state` tinyint COMMENT 'None', `data` string COMMENT 'None', `player_change_trophy` int COMMENT 'None', `player_trophy` int COMMENT 'None', `enemy_change_trophy` int COMMENT 'None', `enemy_trophy` int COMMENT 'None', `start_rank` int COMMENT 'None', `result_rank` int COMMENT 'None', `start_league` int COMMENT 'None', `result_league` int COMMENT 'None', `start_league_rank` int COMMENT 'None', `result_league_rank` int 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_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", "description": null}, {"name": "atk_skill_idx", "type": "tinyint", "description": null}, {"name": "atk_skill_sno", "type": "int", "description": null}, {"name": "atk_damage", "type": "int", "description": null}, {"name": "def_wpr_idx", "type": "tinyint", "description": null}, {"name": "def_wpr_hp", "type": "int", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "invalid_damage", "type": "tinyint", "description": null}, {"name": "invalid_hp", "type": "tinyint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}, {"name": "atk_wpr_passive_id", "type": "int", "description": null}, {"name": "def_wpr_passive_id", "type": "int", "description": null}, {"name": "battle_wpr_data", "type": "string", "description": null}]}
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 'None', `def_wpr_idx` tinyint COMMENT 'None', `def_wpr_hp` int COMMENT 'None', `time` timestamp COMMENT 'None', `reqtime` timestamp COMMENT 'None', `invalid_damage` tinyint COMMENT 'None', `invalid_hp` tinyint COMMENT 'None', `work_ymd` bigint COMMENT 'None', `atk_wpr_passive_id` int COMMENT 'None', `def_wpr_passive_id` int COMMENT 'None', `battle_wpr_data` string COMMENT 'None' );
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": null}, {"name": "stamina", "type": "int", "description": null}, {"name": "resultstamina", "type": "int", "description": null}, {"name": "boughtstamina", "type": "int", "description": null}, {"name": "resultboughtstamina", "type": "int", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `resultboughtstamina` 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_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", "description": null}, {"name": "questid", "type": "int", "description": null}, {"name": "rewardtype", "type": "smallint", "description": null}, {"name": "rewardsno", "type": "smallint", "description": null}, {"name": "rewardcount", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `rewardcount` bigint 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_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", "description": null}, {"name": "stage_seq", "type": "int", "description": null}, {"name": "create_time", "type": "timestamp", "description": null}, {"name": "result_time", "type": "timestamp", "description": null}, {"name": "battle_state", "type": "tinyint", "description": null}, {"name": "data", "type": "string", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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 'None', `battle_state` tinyint COMMENT 'None', `data` string 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_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": "tinyint", "description": null}, {"name": "atk_skill_idx", "type": "tinyint", "description": null}, {"name": "atk_skill_sno", "type": "int", "description": null}, {"name": "atk_damage", "type": "int", "description": null}, {"name": "def_wpr_idx", "type": "tinyint", "description": null}, {"name": "def_wpr_hp", "type": "int", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "invalid_damage", "type": "tinyint", "description": null}, {"name": "invalid_hp", "type": "tinyint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}, {"name": "atk_wpr_passive_id", "type": "int", "description": null}, {"name": "def_wpr_passive_id", "type": "int", "description": null}, {"name": "battle_wpr_data", "type": "string", "description": null}]}
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 COMMENT 'None', `def_wpr_idx` tinyint COMMENT 'None', `def_wpr_hp` int COMMENT 'None', `time` timestamp COMMENT 'None', `reqtime` timestamp COMMENT 'None', `invalid_damage` tinyint COMMENT 'None', `invalid_hp` tinyint COMMENT 'None', `work_ymd` bigint COMMENT 'None', `atk_wpr_passive_id` int COMMENT 'None', `def_wpr_passive_id` int COMMENT 'None', `battle_wpr_data` string COMMENT 'None' );
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", "description": null}, {"name": "questid", "type": "int", "description": null}, {"name": "stageid", "type": "int", "description": null}, {"name": "rewardtype", "type": "smallint", "description": null}, {"name": "rewardsno", "type": "smallint", "description": null}, {"name": "rewardcount", "type": "bigint", "description": null}, {"name": "battle_id", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `rewardsno` smallint COMMENT 'None', `rewardcount` bigint COMMENT 'None', `battle_id` bigint 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_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", "description": null}, {"name": "instno", "type": "smallint", "description": null}, {"name": "type", "type": "smallint", "description": null}, {"name": "price", "type": "bigint", "description": null}, {"name": "transactionid", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `transactionid` bigint 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_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", "description": null}, {"name": "instno", "type": "smallint", "description": null}, {"name": "type", "type": "smallint", "description": null}, {"name": "price", "type": "bigint", "description": null}, {"name": "transactionid", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `transactionid` bigint 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_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}, {"name": "coupontype", "type": "int", "description": null}, {"name": "oldcount", "type": "int", "description": null}, {"name": "addcount", "type": "int", "description": null}, {"name": "resultcount", "type": "int", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "work_ymd", "type": "bigint", "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 COMMENT 'None', `time` timestamp COMMENT 'None', `reqtime` timestamp COMMENT 'None', `typeno` smallint COMMENT 'None', `serialno` smallint COMMENT 'None', `wpr_sno` smallint 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_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": null}, {"name": "wpr_sno_2", "type": "smallint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "cross_sno", "type": "smallint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "wpr_lv_1", "type": "tinyint", "description": null}, {"name": "wpr_lv_2", "type": "tinyint", "description": null}, {"name": "luckyup", "type": "tinyint", "description": null}, {"name": "galaxy_no", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `time` timestamp COMMENT 'None', `reqtime` timestamp COMMENT 'None', `wpr_lv_1` tinyint COMMENT 'None', `wpr_lv_2` tinyint COMMENT 'None', `luckyup` tinyint COMMENT 'None', `galaxy_no` bigint 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_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}, {"name": "count", "type": "bigint", "description": null}, {"name": "result", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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 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_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", "description": null}, {"name": "wpr_inst", "type": "smallint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "wpr_lv", "type": "tinyint", "description": null}, {"name": "expcount", "type": "int", "description": null}, {"name": "gemcount", "type": "int", "description": null}, {"name": "manacount", "type": "int", "description": null}, {"name": "foodcount", "type": "int", "description": null}, {"name": "dungcount", "type": "int", "description": null}, {"name": "emeraldcount", "type": "int", "description": null}, {"name": "expresult", "type": "bigint", "description": null}, {"name": "gemresult", "type": "bigint", "description": null}, {"name": "manaresult", "type": "bigint", "description": null}, {"name": "foodresult", "type": "bigint", "description": null}, {"name": "dungresult", "type": "bigint", "description": null}, {"name": "emeraldresult", "type": "int", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "enter_log_idx", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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 'None', `expcount` int COMMENT 'None', `gemcount` int COMMENT 'None', `manacount` int COMMENT 'None', `foodcount` int COMMENT 'None', `dungcount` int COMMENT 'None', `emeraldcount` int COMMENT 'None', `expresult` bigint COMMENT 'None', `gemresult` bigint COMMENT 'None', `manaresult` bigint COMMENT 'None', `foodresult` bigint COMMENT 'None', `dungresult` bigint COMMENT 'None', `emeraldresult` int COMMENT 'None', `time` timestamp COMMENT 'None', `reqtime` timestamp COMMENT 'None', `enter_log_idx` bigint 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_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", "description": null}, {"name": "wpr_inst", "type": "smallint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "wpr_lv", "type": "tinyint", "description": null}, {"name": "issameattribute", "type": "tinyint", "description": null}, {"name": "friend1", "type": "bigint", "description": null}, {"name": "friend2", "type": "bigint", "description": null}, {"name": "friend3", "type": "bigint", "description": null}, {"name": "friendlevel", "type": "int", "description": null}, {"name": "manacount", "type": "bigint", "description": null}, {"name": "foodcount", "type": "bigint", "description": null}, {"name": "gemcount", "type": "bigint", "description": null}, {"name": "dungcount", "type": "bigint", "description": null}, {"name": "emeraldcount", "type": "int", "description": null}, {"name": "expcount", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `issameattribute` tinyint COMMENT 'None', `friend1` bigint COMMENT 'None', `friend2` bigint COMMENT 'None', `friend3` bigint COMMENT 'None', `friendlevel` int COMMENT 'None', `manacount` bigint COMMENT 'None', `foodcount` bigint COMMENT 'None', `gemcount` bigint COMMENT 'None', `dungcount` bigint COMMENT 'None', `emeraldcount` int COMMENT 'None', `expcount` bigint 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_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": null}, {"name": "reason", "type": "int", "description": null}, {"name": "emerald", "type": "bigint", "description": null}, {"name": "boughtemerald", "type": "bigint", "description": null}, {"name": "resultemerald", "type": "bigint", "description": null}, {"name": "resultboughtemerald", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `resultemerald` bigint COMMENT 'None', `resultboughtemerald` bigint COMMENT 'None', `time` timestamp COMMENT 'None', `reqtime` timestamp COMMENT 'None', `typeno` smallint COMMENT 'None', `serialno` smallint COMMENT 'None', `wpr_sno` smallint 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_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}, {"name": "food", "type": "bigint", "description": null}, {"name": "boughtfood", "type": "bigint", "description": null}, {"name": "resultfood", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "wpr_lv", "type": "tinyint", "description": null}, {"name": "wpr_inst", "type": "smallint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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 COMMENT 'None', `reqtime` timestamp COMMENT 'None', `wpr_sno` smallint COMMENT 'None', `wpr_lv` tinyint COMMENT 'None', `wpr_inst` smallint 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_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}, {"name": "gem", "type": "bigint", "description": null}, {"name": "boughtgem", "type": "bigint", "description": null}, {"name": "resultgem", "type": "bigint", "description": null}, {"name": "resultboughtgem", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` bigint COMMENT 'None', `time` timestamp COMMENT 'None', `reqtime` timestamp COMMENT 'None', `typeno` smallint COMMENT 'None', `serialno` smallint COMMENT 'None', `wpr_sno` smallint 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_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}, {"name": "gather_mana", "type": "bigint", "description": null}, {"name": "take_gem", "type": "bigint", "description": null}, {"name": "harvest_food", "type": "bigint", "description": null}, {"name": "given_food", "type": "bigint", "description": null}, {"name": "curr_mana", "type": "bigint", "description": null}, {"name": "curr_gem", "type": "bigint", "description": null}, {"name": "curr_food", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "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_food` bigint COMMENT 'None', `curr_mana` bigint COMMENT 'None', `curr_gem` bigint COMMENT 'None', `curr_food` bigint COMMENT 'None', `time` 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_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": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "addcount", "type": "int", "description": null}, {"name": "resultcount", "type": "int", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` int 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_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}, {"name": "mana", "type": "bigint", "description": null}, {"name": "boughtmana", "type": "bigint", "description": null}, {"name": "resultmana", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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 COMMENT 'None', `reqtime` timestamp COMMENT 'None', `typeno` smallint COMMENT 'None', `serialno` smallint COMMENT 'None', `wpr_sno` smallint 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_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": null}, {"name": "coin", "type": "bigint", "description": null}, {"name": "resultcoin", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "instno", "type": "smallint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` timestamp COMMENT 'None', `typeno` smallint COMMENT 'None', `serialno` smallint COMMENT 'None', `instno` smallint 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_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": null}, {"name": "reason", "type": "int", "description": null}, {"name": "presentno", "type": "bigint", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "count", "type": "bigint", "description": null}, {"name": "boughtcount", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "endtime", "type": "timestamp", "description": null}, {"name": "etc_idx", "type": "bigint", "description": null}, {"name": "deletetime", "type": "timestamp", "description": null}, {"name": "add_present_idx", "type": "string", "description": null}, {"name": "expirationtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` smallint COMMENT 'None', `count` bigint COMMENT 'None', `boughtcount` bigint COMMENT 'None', `time` timestamp COMMENT 'None', `reqtime` timestamp COMMENT 'None', `endtime` timestamp COMMENT 'None', `etc_idx` bigint COMMENT 'None', `deletetime` timestamp COMMENT 'None', `add_present_idx` string COMMENT 'None', `expirationtime` 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_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": null}, {"name": "store", "type": "string", "description": null}, {"name": "sku", "type": "string", "description": null}, {"name": "product_id", "type": "string", "description": null}, {"name": "payment_seq", "type": "string", "description": null}, {"name": "access_token", "type": "string", "description": null}, {"name": "price", "type": "float", "description": null}, {"name": "currency", "type": "string", "description": null}, {"name": "state", "type": "tinyint", "description": null}, {"name": "delivery_item_id", "type": "bigint", "description": null}, {"name": "delivery_gem_bonus_id", "type": "bigint", "description": null}, {"name": "error_flag", "type": "int", "description": null}, {"name": "sand_box", "type": "tinyint", "description": null}, {"name": "test_purchase", "type": "tinyint", "description": null}, {"name": "reg_time", "type": "timestamp", "description": null}, {"name": "update_time", "type": "timestamp", "description": null}, {"name": "purchase_idx", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` string COMMENT 'None', `access_token` string COMMENT 'None', `price` float COMMENT 'None', `currency` string COMMENT 'None', `state` tinyint COMMENT 'None', `delivery_item_id` bigint COMMENT 'None', `delivery_gem_bonus_id` bigint COMMENT 'None', `error_flag` int COMMENT 'None', `sand_box` tinyint COMMENT 'None', `test_purchase` tinyint COMMENT 'None', `reg_time` timestamp COMMENT 'None', `update_time` timestamp COMMENT 'None', `purchase_idx` bigint 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_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": null}, {"name": "completecount", "type": "bigint", "description": null}, {"name": "expcount", "type": "int", "description": null}, {"name": "gemcount", "type": "int", "description": null}, {"name": "manacount", "type": "int", "description": null}, {"name": "foodcount", "type": "int", "description": null}, {"name": "expresult", "type": "bigint", "description": null}, {"name": "gemresult", "type": "bigint", "description": null}, {"name": "manaresult", "type": "bigint", "description": null}, {"name": "foodresult", "type": "bigint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "itemtypeno", "type": "smallint", "description": null}, {"name": "itemserialno", "type": "smallint", "description": null}, {"name": "itemcount", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `manacount` int COMMENT 'None', `foodcount` int COMMENT 'None', `expresult` bigint COMMENT 'None', `gemresult` bigint COMMENT 'None', `manaresult` bigint COMMENT 'None', `foodresult` bigint COMMENT 'None', `wpr_sno` smallint COMMENT 'None', `itemtypeno` smallint COMMENT 'None', `itemserialno` smallint COMMENT 'None', `itemcount` bigint 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_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": null}, {"name": "completecount", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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_ymd` bigint COMMENT 'None' );
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": null}, {"name": "potion", "type": "bigint", "description": null}, {"name": "resultpotion", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "instno", "type": "smallint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` timestamp COMMENT 'None', `typeno` smallint COMMENT 'None', `serialno` smallint COMMENT 'None', `instno` smallint 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_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}, {"name": "ruby", "type": "bigint", "description": null}, {"name": "resultruby", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}, {"name": "instno", "type": "smallint", "description": null}]}
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 COMMENT 'None', `typeno` smallint COMMENT 'None', `serialno` smallint COMMENT 'None', `work_ymd` bigint COMMENT 'None', `instno` smallint COMMENT 'None' );
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", "description": null}, {"name": "expcount", "type": "int", "description": null}, {"name": "gemcount", "type": "int", "description": null}, {"name": "manacount", "type": "int", "description": null}, {"name": "foodcount", "type": "int", "description": null}, {"name": "expresult", "type": "bigint", "description": null}, {"name": "gemresult", "type": "bigint", "description": null}, {"name": "manaresult", "type": "bigint", "description": null}, {"name": "foodresult", "type": "bigint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "itemtypeno", "type": "smallint", "description": null}, {"name": "itemserialno", "type": "smallint", "description": null}, {"name": "itemcount", "type": "bigint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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` int COMMENT 'None', `expresult` bigint COMMENT 'None', `gemresult` bigint COMMENT 'None', `manaresult` bigint COMMENT 'None', `foodresult` bigint COMMENT 'None', `wpr_sno` smallint COMMENT 'None', `itemtypeno` smallint COMMENT 'None', `itemserialno` smallint COMMENT 'None', `itemcount` bigint 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_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", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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", "description": null}, {"name": "type", "type": "tinyint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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_ymd` bigint COMMENT 'None' );
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}, {"name": "statueserialno", "type": "int", "description": null}, {"name": "statueinstanceno", "type": "smallint", "description": null}, {"name": "actiontype", "type": "smallint", "description": null}, {"name": "chargedenergy", "type": "int", "description": null}, {"name": "resultenergy", "type": "int", "description": null}, {"name": "complete", "type": "tinyint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "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', `chargedenergy` int COMMENT 'None', `resultenergy` int COMMENT 'None', `complete` tinyint 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_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", "description": null}, {"name": "statueinstanceno", "type": "smallint", "description": null}, {"name": "buildtime", "type": "timestamp", "description": null}, {"name": "completetime", "type": "timestamp", "description": null}, {"name": "result", "type": "tinyint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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 COMMENT 'None', `result` tinyint 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_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": null}, {"name": "itemserialno", "type": "smallint", "description": null}, {"name": "endtime", "type": "bigint", "description": null}, {"name": "timecapsule", "type": "int", "description": null}, {"name": "resulttimecapsule", "type": "int", "description": null}, {"name": "typeno", "type": "smallint", "description": null}, {"name": "serialno", "type": "smallint", "description": null}, {"name": "wpr_sno", "type": "smallint", "description": null}, {"name": "time", "type": "timestamp", "description": null}, {"name": "reqtime", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
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', `resulttimecapsule` int COMMENT 'None', `typeno` smallint COMMENT 'None', `serialno` smallint COMMENT 'None', `wpr_sno` smallint COMMENT 'None', `time` timestamp COMMENT 'None', `reqtime` timestamp COMMENT 'None', `work_ymd` bigint COMMENT 'None' );