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": "hangame", "table": "tmp_mpoker_ply2_dtl_20201221", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "seq", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "description": null}, {"name": "chg_mony", "type": "bigint", "description": null}, {"name": "diff", "type": "bigint", "description": null}, {"name": "game_knd_cd", "type": "bigint", "description": null}, {"name": "chg_mony_dlr", "type": "bigint", "description": null}, {"name": "userno2", "type": "string", "description": null}, {"name": "chg_mony2", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_mpoker_ply2_dtl_20201221` ( `work_ymd` string COMMENT 'None', `game_mode` string COMMENT 'None', `chnl_nm` string COMMENT 'None', `userno` string COMMENT 'None', `seq` string COMMENT 'None', `log_dt` string COMMENT 'None', `chg_mony` bigint COMMENT 'None', `diff` bigint COMMENT 'None', `game_knd_cd` bigint COMMENT 'None', `chg_mony_dlr` bigint COMMENT 'None', `userno2` string COMMENT 'None', `chg_mony2` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_mpoker_ply2_game_hist_20201214", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "seq", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "description": null}, {"name": "chg_mony", "type": "bigint", "description": null}, {"name": "diff", "type": "bigint", "description": null}, {"name": "game_knd_cd", "type": "bigint", "description": null}, {"name": "chg_mony_dlr", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_mpoker_ply2_game_hist_20201214` ( `work_ymd` string COMMENT 'None', `game_mode` string COMMENT 'None', `chnl_nm` string COMMENT 'None', `userno` string COMMENT 'None', `seq` string COMMENT 'None', `log_dt` string COMMENT 'None', `chg_mony` bigint COMMENT 'None', `diff` bigint COMMENT 'None', `game_knd_cd` bigint COMMENT 'None', `chg_mony_dlr` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_newbie_point_2106", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "point", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_newbie_point_2106` ( `sno` bigint COMMENT 'None', `point` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_poker_sudda_moneytable_20211005", "description": null, "columns": [{"name": "game_no", "type": "int", "description": null}, {"name": "poker_sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "category", "type": "string", "description": null}, {"name": "new_category", "type": "string", "description": null}, {"name": "gc_state", "type": "string", "description": null}, {"name": "log_type", "type": "string", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "title", "type": "string", "description": null}, {"name": "amount", "type": "bigint", "description": null}, {"name": "cnt", "type": "bigint", "description": null}, {"name": "poker_reg_date", "type": "timestamp", "description": null}, {"name": "sudda_reg_date", "type": "timestamp", "description": null}, {"name": "ts_reg_date", "type": "timestamp", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_poker_sudda_moneytable_20211005` ( `game_no` int COMMENT 'None', `poker_sno` bigint COMMENT 'None', `sudda_sno` string COMMENT 'None', `hid` string COMMENT 'None', `category` string COMMENT 'None', `new_category` string COMMENT 'None', `gc_state` string COMMENT 'None', `log_type` string COMMENT 'None', `event_id` string COMMENT 'None', `title` string COMMENT 'None', `amount` bigint COMMENT 'None', `cnt` bigint COMMENT 'None', `poker_reg_date` timestamp COMMENT 'None', `sudda_reg_date` timestamp COMMENT 'None', `ts_reg_date` timestamp COMMENT 'None', `game` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_poker_tournament_rebuy", "description": null, "columns": [{"name": "dat", "type": "string", "description": null}, {"name": "rebuy", "type": "bigint", "description": null}, {"name": "rebuyp", "type": "bigint", "description": null}, {"name": "_c3", "type": "bigint", "description": null}, {"name": "rebuycnt", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_poker_tournament_rebuy` ( `dat` string COMMENT 'None', `rebuy` bigint COMMENT 'None', `rebuyp` bigint COMMENT 'None', `_c3` bigint COMMENT 'None', `rebuycnt` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_purchase_hist_new_20220211", "description": null, "columns": [{"name": "gamename", "type": "string", "description": null}, {"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "item_name", "type": "string", "description": null}, {"name": "market_code", "type": "string", "description": null}, {"name": "real_money_price", "type": "bigint", "description": null}, {"name": "last_date", "type": "timestamp", "description": null}, {"name": "g_last_date", "type": "timestamp", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "lastlogin", "type": "timestamp", "description": null}, {"name": "work_d", "type": "int", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_purchase_hist_new_20220211` ( `gamename` string COMMENT 'None', `id_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `item_id` string COMMENT 'None', `item_name` string COMMENT 'None', `market_code` string COMMENT 'None', `real_money_price` bigint COMMENT 'None', `last_date` timestamp COMMENT 'None', `g_last_date` timestamp COMMENT 'None', `ci` string COMMENT 'None', `hid` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `lastlogin` timestamp COMMENT 'None', `work_d` int COMMENT 'None', `work_ym` bigint COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_pwt_mktnru_202307", "description": null, "columns": [{"name": "installtime", "type": "string", "description": null}, {"name": "campaign", "type": "string", "description": null}, {"name": "adset", "type": "string", "description": null}, {"name": "customeruserid", "type": "bigint", "description": null}, {"name": "platform", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_pwt_mktnru_202307` ( `installtime` string COMMENT 'None', `campaign` string COMMENT 'None', `adset` string COMMENT 'None', `customeruserid` bigint COMMENT 'None', `platform` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_pwt_mktnru_ltv_agg", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "p_amt", "type": "bigint", "description": null}, {"name": "roas", "type": "double", "description": null}, {"name": "cumsum_p", "type": "bigint", "description": null}, {"name": "cumsum_roas", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_pwt_mktnru_ltv_agg` ( `work_ym` string COMMENT 'None', `p_amt` bigint COMMENT 'None', `roas` double COMMENT 'None', `cumsum_p` bigint COMMENT 'None', `cumsum_roas` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_pwt_weekly_report", "description": null, "columns": [{"name": "work_dt", "type": "timestamp", "description": null}, {"name": "grp", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "nw", "type": "double", "description": null}, {"name": "pt", "type": "double", "description": null}, {"name": "bf", "type": "double", "description": null}, {"name": "diff", "type": "double", "description": null}, {"name": "ord", "type": "tinyint", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_pwt_weekly_report` ( `work_dt` timestamp COMMENT 'None', `grp` string COMMENT 'None', `type` string COMMENT 'None', `nw` double COMMENT 'None', `pt` double COMMENT 'None', `bf` double COMMENT 'None', `diff` double COMMENT 'None', `ord` tinyint COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_spot_guild_lossmoney_210818", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "_c1", "type": "bigint", "description": null}, {"name": "uv", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_spot_guild_lossmoney_210818` ( `work_ymd` string COMMENT 'None', `_c1` bigint COMMENT 'None', `uv` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_spot_guild_lossmoney_all", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "_c1", "type": "bigint", "description": null}, {"name": "uv", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_spot_guild_lossmoney_all` ( `work_ymd` string COMMENT 'None', `_c1` bigint COMMENT 'None', `uv` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_spot_guild_sales_210818", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "_c1", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_spot_guild_sales_210818` ( `work_ymd` string COMMENT 'None', `_c1` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_ccblocked", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "playerlevel", "type": "int", "description": null}, {"name": "players", "type": "int", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_ccblocked` ( `cc` tinyint COMMENT 'None', `playerlevel` int COMMENT 'None', `players` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_ccblocked8", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "playerlevel", "type": "int", "description": null}, {"name": "players", "type": "int", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_ccblocked8` ( `cc` tinyint COMMENT 'None', `playerlevel` int COMMENT 'None', `players` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_ccblocked9", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "playerlevel", "type": "int", "description": null}, {"name": "players", "type": "int", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_ccblocked9` ( `cc` tinyint COMMENT 'None', `playerlevel` int COMMENT 'None', `players` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_firstloseii", "description": null, "columns": [{"name": "firstdefeat", "type": "int", "description": null}, {"name": "inplayercount", "type": "bigint", "description": null}, {"name": "inplayerdest", "type": "double", "description": null}, {"name": "inplayerplay", "type": "double", "description": null}, {"name": "inplayercc", "type": "double", "description": null}, {"name": "inplayerlv", "type": "double", "description": null}, {"name": "inplayerlt", "type": "double", "description": null}, {"name": "overplayercount", "type": "bigint", "description": null}, {"name": "overplayerplay", "type": "double", "description": null}, {"name": "overplayercc", "type": "double", "description": null}, {"name": "overplayerlv", "type": "double", "description": null}, {"name": "overplayerlt", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_firstloseii` ( `firstdefeat` int COMMENT 'None', `inplayercount` bigint COMMENT 'None', `inplayerdest` double COMMENT 'None', `inplayerplay` double COMMENT 'None', `inplayercc` double COMMENT 'None', `inplayerlv` double COMMENT 'None', `inplayerlt` double COMMENT 'None', `overplayercount` bigint COMMENT 'None', `overplayerplay` double COMMENT 'None', `overplayercc` double COMMENT 'None', `overplayerlv` double COMMENT 'None', `overplayerlt` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_gunsup_contentusage", "description": null, "columns": [{"name": "commandcenterlevel", "type": "smallint", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "growth", "type": "double", "description": null}, {"name": "tolv", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_gunsup_contentusage` ( `commandcenterlevel` smallint COMMENT 'None', `type` string COMMENT 'None', `growth` double COMMENT 'None', `tolv` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_gunsup_verified_passdays", "description": null, "columns": [{"name": "nat_cd", "type": "string", "description": null}, {"name": "pass", "type": "bigint", "description": null}, {"name": "ret", "type": "double", "description": null}, {"name": "ltvdelta", "type": "double", "description": null}, {"name": "creation", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_gunsup_verified_passdays` ( `nat_cd` string COMMENT 'None', `pass` bigint COMMENT 'None', `ret` double COMMENT 'None', `ltvdelta` double COMMENT 'None', `creation` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_hogooreport", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "work_hms", "type": "string", "description": null}, {"name": "hogoo", "type": "string", "description": null}, {"name": "loc", "type": "string", "description": null}, {"name": "firstmet", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_hogooreport` ( `work_ymd` string COMMENT 'None', `work_hms` string COMMENT 'None', `hogoo` string COMMENT 'None', `loc` string COMMENT 'None', `firstmet` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_iljininfo", "description": null, "columns": [{"name": "iljin", "type": "string", "description": null}, {"name": "business", "type": "int", "description": null}, {"name": "jail", "type": "int", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_iljininfo` ( `iljin` string COMMENT 'None', `business` int COMMENT 'None', `jail` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_iljinjangboo", "description": null, "columns": [{"name": "timestamp", "type": "timestamp", "description": null}, {"name": "hogoo", "type": "string", "description": null}, {"name": "iljin", "type": "string", "description": null}, {"name": "action", "type": "string", "description": null}, {"name": "money", "type": "int", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_iljinjangboo` ( `timestamp` timestamp COMMENT 'None', `hogoo` string COMMENT 'None', `iljin` string COMMENT 'None', `action` string COMMENT 'None', `money` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_materialcheck", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "unit_avgcnt", "type": "double", "description": null}, {"name": "unit_avglv", "type": "double", "description": null}, {"name": "vi_avgcnt", "type": "double", "description": null}, {"name": "vi_avglv", "type": "double", "description": null}, {"name": "ca_avgcnt", "type": "double", "description": null}, {"name": "ca_avglv", "type": "double", "description": null}, {"name": "equip_avgcnt", "type": "double", "description": null}, {"name": "equip_avglv", "type": "double", "description": null}, {"name": "u_1", "type": "int", "description": null}, {"name": "u_2", "type": "int", "description": null}, {"name": "v_1", "type": "int", "description": null}, {"name": "v_2", "type": "int", "description": null}, {"name": "c_1", "type": "int", "description": null}, {"name": "c_2", "type": "int", "description": null}, {"name": "e_1", "type": "int", "description": null}, {"name": "e_2", "type": "int", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_materialcheck` ( `cc` tinyint COMMENT 'None', `unit_avgcnt` double COMMENT 'None', `unit_avglv` double COMMENT 'None', `vi_avgcnt` double COMMENT 'None', `vi_avglv` double COMMENT 'None', `ca_avgcnt` double COMMENT 'None', `ca_avglv` double COMMENT 'None', `equip_avgcnt` double COMMENT 'None', `equip_avglv` double COMMENT 'None', `u_1` int COMMENT 'None', `u_2` int COMMENT 'None', `v_1` int COMMENT 'None', `v_2` int COMMENT 'None', `c_1` int COMMENT 'None', `c_2` int COMMENT 'None', `e_1` int COMMENT 'None', `e_2` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_monthlysalesbytype", "description": null, "columns": [{"name": "total", "type": "bigint", "description": null}, {"name": "gems", "type": "bigint", "description": null}, {"name": "pakcages", "type": "bigint", "description": null}, {"name": "mon", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_monthlysalesbytype` ( `total` bigint COMMENT 'None', `gems` bigint COMMENT 'None', `pakcages` bigint COMMENT 'None', `mon` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_stuckedplayers", "description": null, "columns": [{"name": "cc", "type": "tinyint", "description": null}, {"name": "playerlevel", "type": "int", "description": null}, {"name": "players", "type": "int", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_stuckedplayers` ( `cc` tinyint COMMENT 'None', `playerlevel` int COMMENT 'None', `players` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_sudda_ranking_table", "description": null, "columns": [{"name": "season", "type": "string", "description": null}, {"name": "startleague", "type": "string", "description": null}, {"name": "_c2", "type": "bigint", "description": null}, {"name": "_c3", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_sudda_ranking_table` ( `season` string COMMENT 'None', `startleague` string COMMENT 'None', `_c2` bigint COMMENT 'None', `_c3` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_sum_gameuniqueuser_20220708", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "sumlevel", "type": "tinyint", "description": null}, {"name": "uv", "type": "bigint", "description": null}, {"name": "g_last_date", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_sum_gameuniqueuser_20220708` ( `game` string COMMENT 'None', `sumlevel` tinyint COMMENT 'None', `uv` bigint COMMENT 'None', `g_last_date` timestamp COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_sum_poker_sudda_moneytable_20220614", "description": null, "columns": [{"name": "game_no", "type": "int", "description": null}, {"name": "category", "type": "string", "description": null}, {"name": "new_category", "type": "string", "description": null}, {"name": "gc_state", "type": "string", "description": null}, {"name": "log_type", "type": "string", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "_c6", "type": "bigint", "description": null}, {"name": "title", "type": "string", "description": null}, {"name": "_c8", "type": "bigint", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "ts_reg_date", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_sum_poker_sudda_moneytable_20220614` ( `game_no` int COMMENT 'None', `category` string COMMENT 'None', `new_category` string COMMENT 'None', `gc_state` string COMMENT 'None', `log_type` string COMMENT 'None', `event_id` string COMMENT 'None', `_c6` bigint COMMENT 'None', `title` string COMMENT 'None', `_c8` bigint COMMENT 'None', `game` string COMMENT 'None', `ts_reg_date` timestamp COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_sum_usergametable_20220705", "description": null, "columns": [{"name": "seed_money", "type": "bigint", "description": null}, {"name": "lossmoney", "type": "bigint", "description": null}, {"name": "betmoney", "type": "bigint", "description": null}, {"name": "dealermoney", "type": "bigint", "description": null}, {"name": "matchcount", "type": "bigint", "description": null}, {"name": "wincount", "type": "bigint", "description": null}, {"name": "jackpotmoney", "type": "bigint", "description": null}, {"name": "avvggameplaytime", "type": "double", "description": null}, {"name": "work_d", "type": "int", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "game_kind", "type": "int", "description": null}, {"name": "g_last_date", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "gamename", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_sum_usergametable_20220705` ( `seed_money` bigint COMMENT 'None', `lossmoney` bigint COMMENT 'None', `betmoney` bigint COMMENT 'None', `dealermoney` bigint COMMENT 'None', `matchcount` bigint COMMENT 'None', `wincount` bigint COMMENT 'None', `jackpotmoney` bigint COMMENT 'None', `avvggameplaytime` double COMMENT 'None', `work_d` int COMMENT 'None', `work_ym` bigint COMMENT 'None', `game_kind` int COMMENT 'None', `g_last_date` timestamp COMMENT 'None', `work_ymd` string COMMENT 'None', `game` string COMMENT 'None', `gamename` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_test_moneytable_20220712", "description": null, "columns": [{"name": "game_no", "type": "int", "description": null}, {"name": "poker_sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "category", "type": "string", "description": null}, {"name": "new_category", "type": "string", "description": null}, {"name": "gc_state", "type": "string", "description": null}, {"name": "log_type", "type": "string", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "amount", "type": "bigint", "description": null}, {"name": "cnt", "type": "bigint", "description": null}, {"name": "work_ym", "type": "string", "description": null}, {"name": "work_d", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "poker_reg_date", "type": "timestamp", "description": null}]}
CREATE TABLE `hangame`.`tmp_test_moneytable_20220712` ( `game_no` int COMMENT 'None', `poker_sno` bigint COMMENT 'None', `sudda_sno` string COMMENT 'None', `hid` string COMMENT 'None', `category` string COMMENT 'None', `new_category` string COMMENT 'None', `gc_state` string COMMENT 'None', `log_type` string COMMENT 'None', `event_id` string COMMENT 'None', `amount` bigint COMMENT 'None', `cnt` bigint COMMENT 'None', `work_ym` string COMMENT 'None', `work_d` string COMMENT 'None', `game` string COMMENT 'None', `work_ymd` string COMMENT 'None', `ci` string COMMENT 'None', `poker_reg_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_usergametable_hist_20210715_part", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "seed_money", "type": "bigint", "description": null}, {"name": "lossmoney", "type": "bigint", "description": null}, {"name": "betmoney", "type": "bigint", "description": null}, {"name": "dealermoney", "type": "bigint", "description": null}, {"name": "matchcount", "type": "bigint", "description": null}, {"name": "wincount", "type": "bigint", "description": null}, {"name": "jackpotmoney", "type": "bigint", "description": null}, {"name": "avggameplaytime", "type": "double", "description": null}, {"name": "work_d", "type": "int", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "reg_ym", "type": "bigint", "description": null}, {"name": "reg_ymd", "type": "string", "description": null}, {"name": "game_kind", "type": "int", "description": null}, {"name": "g_last_date", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "gamename", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_usergametable_hist_20210715_part` ( `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `ci` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `nickname` string COMMENT 'None', `seed_money` bigint COMMENT 'None', `lossmoney` bigint COMMENT 'None', `betmoney` bigint COMMENT 'None', `dealermoney` bigint COMMENT 'None', `matchcount` bigint COMMENT 'None', `wincount` bigint COMMENT 'None', `jackpotmoney` bigint COMMENT 'None', `avggameplaytime` double COMMENT 'None', `work_d` int COMMENT 'None', `work_ym` bigint COMMENT 'None', `reg_ym` bigint COMMENT 'None', `reg_ymd` string COMMENT 'None', `game_kind` int COMMENT 'None', `g_last_date` timestamp COMMENT 'None', `work_ymd` string COMMENT 'None', `game` string COMMENT 'None', `gamename` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_mpoker_play_raw_220501_final", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "sales", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "arppu", "type": "double", "description": null}, {"name": "arpu", "type": "double", "description": null}, {"name": "pur", "type": "double", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "los_mony", "type": "double", "description": null}, {"name": "panc", "type": "bigint", "description": null}, {"name": "mony_pansu", "type": "double", "description": null}, {"name": "user_pansu", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_mpoker_play_raw_220501_final` ( `work_ymd` string COMMENT 'None', `dau` bigint COMMENT 'None', `sales` double COMMENT 'None', `pu` bigint COMMENT 'None', `arppu` double COMMENT 'None', `arpu` double COMMENT 'None', `pur` double COMMENT 'None', `nru` bigint COMMENT 'None', `los_mony` double COMMENT 'None', `panc` bigint COMMENT 'None', `mony_pansu` double COMMENT 'None', `user_pansu` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_mpoker_real_compare_final", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "sales", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "arppu", "type": "double", "description": null}, {"name": "arpu", "type": "double", "description": null}, {"name": "pur", "type": "double", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "los_mony", "type": "double", "description": null}, {"name": "panc", "type": "bigint", "description": null}, {"name": "mony_pansu", "type": "double", "description": null}, {"name": "user_pansu", "type": "double", "description": null}, {"name": "dau1", "type": "bigint", "description": null}, {"name": "sales1", "type": "double", "description": null}, {"name": "pu1", "type": "bigint", "description": null}, {"name": "arppu1", "type": "double", "description": null}, {"name": "arpu1", "type": "double", "description": null}, {"name": "pur1", "type": "double", "description": null}, {"name": "nru1", "type": "bigint", "description": null}, {"name": "los_mony1", "type": "double", "description": null}, {"name": "panc1", "type": "bigint", "description": null}, {"name": "mony_pansu1", "type": "double", "description": null}, {"name": "user_pansu1", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_mpoker_real_compare_final` ( `work_ymd` string COMMENT 'None', `dau` bigint COMMENT 'None', `sales` double COMMENT 'None', `pu` bigint COMMENT 'None', `arppu` double COMMENT 'None', `arpu` double COMMENT 'None', `pur` double COMMENT 'None', `nru` bigint COMMENT 'None', `los_mony` double COMMENT 'None', `panc` bigint COMMENT 'None', `mony_pansu` double COMMENT 'None', `user_pansu` double COMMENT 'None', `dau1` bigint COMMENT 'None', `sales1` double COMMENT 'None', `pu1` bigint COMMENT 'None', `arppu1` double COMMENT 'None', `arpu1` double COMMENT 'None', `pur1` double COMMENT 'None', `nru1` bigint COMMENT 'None', `los_mony1` double COMMENT 'None', `panc1` bigint COMMENT 'None', `mony_pansu1` double COMMENT 'None', `user_pansu1` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_mpoker_real_retention_0501", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dt1", "type": "double", "description": null}, {"name": "dt2", "type": "double", "description": null}, {"name": "dt3", "type": "double", "description": null}, {"name": "dt4", "type": "double", "description": null}, {"name": "dt5", "type": "double", "description": null}, {"name": "dt6", "type": "double", "description": null}, {"name": "dt7", "type": "double", "description": null}, {"name": "dt8", "type": "double", "description": null}, {"name": "dt9", "type": "double", "description": null}, {"name": "dt10", "type": "double", "description": null}, {"name": "dt11", "type": "double", "description": null}, {"name": "dt12", "type": "double", "description": null}, {"name": "dt13", "type": "double", "description": null}, {"name": "dt14", "type": "double", "description": null}, {"name": "dt15", "type": "double", "description": null}, {"name": "dt16", "type": "double", "description": null}, {"name": "dt17", "type": "double", "description": null}, {"name": "dt18", "type": "double", "description": null}, {"name": "dt19", "type": "double", "description": null}, {"name": "dt20", "type": "double", "description": null}, {"name": "dt21", "type": "double", "description": null}, {"name": "dt22", "type": "double", "description": null}, {"name": "dt23", "type": "double", "description": null}, {"name": "dt24", "type": "double", "description": null}, {"name": "dt25", "type": "double", "description": null}, {"name": "dt26", "type": "double", "description": null}, {"name": "dt27", "type": "double", "description": null}, {"name": "dt28", "type": "double", "description": null}, {"name": "dt29", "type": "double", "description": null}, {"name": "dt30", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_mpoker_real_retention_0501` ( `work_ymd` string COMMENT 'None', `nru` bigint COMMENT 'None', `dt1` double COMMENT 'None', `dt2` double COMMENT 'None', `dt3` double COMMENT 'None', `dt4` double COMMENT 'None', `dt5` double COMMENT 'None', `dt6` double COMMENT 'None', `dt7` double COMMENT 'None', `dt8` double COMMENT 'None', `dt9` double COMMENT 'None', `dt10` double COMMENT 'None', `dt11` double COMMENT 'None', `dt12` double COMMENT 'None', `dt13` double COMMENT 'None', `dt14` double COMMENT 'None', `dt15` double COMMENT 'None', `dt16` double COMMENT 'None', `dt17` double COMMENT 'None', `dt18` double COMMENT 'None', `dt19` double COMMENT 'None', `dt20` double COMMENT 'None', `dt21` double COMMENT 'None', `dt22` double COMMENT 'None', `dt23` double COMMENT 'None', `dt24` double COMMENT 'None', `dt25` double COMMENT 'None', `dt26` double COMMENT 'None', `dt27` double COMMENT 'None', `dt28` double COMMENT 'None', `dt29` double COMMENT 'None', `dt30` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_mpoker_unreal_retention_0501", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dt1", "type": "double", "description": null}, {"name": "dt2", "type": "double", "description": null}, {"name": "dt3", "type": "double", "description": null}, {"name": "dt4", "type": "double", "description": null}, {"name": "dt5", "type": "double", "description": null}, {"name": "dt6", "type": "double", "description": null}, {"name": "dt7", "type": "double", "description": null}, {"name": "dt8", "type": "double", "description": null}, {"name": "dt9", "type": "double", "description": null}, {"name": "dt10", "type": "double", "description": null}, {"name": "dt11", "type": "double", "description": null}, {"name": "dt12", "type": "double", "description": null}, {"name": "dt13", "type": "double", "description": null}, {"name": "dt14", "type": "double", "description": null}, {"name": "dt15", "type": "double", "description": null}, {"name": "dt16", "type": "double", "description": null}, {"name": "dt17", "type": "double", "description": null}, {"name": "dt18", "type": "double", "description": null}, {"name": "dt19", "type": "double", "description": null}, {"name": "dt20", "type": "double", "description": null}, {"name": "dt21", "type": "double", "description": null}, {"name": "dt22", "type": "double", "description": null}, {"name": "dt23", "type": "double", "description": null}, {"name": "dt24", "type": "double", "description": null}, {"name": "dt25", "type": "double", "description": null}, {"name": "dt26", "type": "double", "description": null}, {"name": "dt27", "type": "double", "description": null}, {"name": "dt28", "type": "double", "description": null}, {"name": "dt29", "type": "double", "description": null}, {"name": "dt30", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_mpoker_unreal_retention_0501` ( `work_ymd` string COMMENT 'None', `nru` bigint COMMENT 'None', `dt1` double COMMENT 'None', `dt2` double COMMENT 'None', `dt3` double COMMENT 'None', `dt4` double COMMENT 'None', `dt5` double COMMENT 'None', `dt6` double COMMENT 'None', `dt7` double COMMENT 'None', `dt8` double COMMENT 'None', `dt9` double COMMENT 'None', `dt10` double COMMENT 'None', `dt11` double COMMENT 'None', `dt12` double COMMENT 'None', `dt13` double COMMENT 'None', `dt14` double COMMENT 'None', `dt15` double COMMENT 'None', `dt16` double COMMENT 'None', `dt17` double COMMENT 'None', `dt18` double COMMENT 'None', `dt19` double COMMENT 'None', `dt20` double COMMENT 'None', `dt21` double COMMENT 'None', `dt22` double COMMENT 'None', `dt23` double COMMENT 'None', `dt24` double COMMENT 'None', `dt25` double COMMENT 'None', `dt26` double COMMENT 'None', `dt27` double COMMENT 'None', `dt28` double COMMENT 'None', `dt29` double COMMENT 'None', `dt30` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_poker_play_2nd_condition_3m_3days_final_0407_finallist", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_poker_play_2nd_condition_3m_3days_final_0407_finallist` ( `work_ymd` string COMMENT 'None', `userno` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_poker_play_2nd_condition_3m_3days_final_0407_nru_finallist", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_poker_play_2nd_condition_3m_3days_final_0407_nru_finallist` ( `work_ymd` string COMMENT 'None', `userno` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_poker_play_raw_3m_nru_final_days_abbs", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_poker_play_raw_3m_nru_final_days_abbs` ( `work_ymd` string COMMENT 'None', `nru` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_poker_retention_compare_final", "description": null, "columns": [{"name": "category", "type": "string", "description": null}, {"name": "ret_d1", "type": "double", "description": null}, {"name": "ret_d2", "type": "double", "description": null}, {"name": "ret_d3", "type": "double", "description": null}, {"name": "ret_d7", "type": "double", "description": null}, {"name": "ret_d14", "type": "double", "description": null}, {"name": "ret_d21", "type": "double", "description": null}, {"name": "ret_d28", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_poker_retention_compare_final` ( `category` string COMMENT 'None', `ret_d1` double COMMENT 'None', `ret_d2` double COMMENT 'None', `ret_d3` double COMMENT 'None', `ret_d7` double COMMENT 'None', `ret_d14` double COMMENT 'None', `ret_d21` double COMMENT 'None', `ret_d28` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sukda_play_2nd_condition_3m_3days_final_0407_finallist", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sukda_play_2nd_condition_3m_3days_final_0407_finallist` ( `work_ymd` string COMMENT 'None', `userno` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sukda_play_2nd_condition_3m_3days_final_0407_nru_finallist", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sukda_play_2nd_condition_3m_3days_final_0407_nru_finallist` ( `work_ymd` string COMMENT 'None', `userno` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sukda_play_raw_3m_final_days_abbs_ver1", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "sales", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "arppu", "type": "double", "description": null}, {"name": "arpu", "type": "double", "description": null}, {"name": "pur", "type": "double", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "los_mony", "type": "double", "description": null}, {"name": "panc", "type": "bigint", "description": null}, {"name": "mony_pansu", "type": "double", "description": null}, {"name": "user_pansu", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sukda_play_raw_3m_final_days_abbs_ver1` ( `work_ymd` string COMMENT 'None', `dau` bigint COMMENT 'None', `sales` double COMMENT 'None', `pu` bigint COMMENT 'None', `arppu` double COMMENT 'None', `arpu` double COMMENT 'None', `pur` double COMMENT 'None', `nru` bigint COMMENT 'None', `los_mony` double COMMENT 'None', `panc` bigint COMMENT 'None', `mony_pansu` double COMMENT 'None', `user_pansu` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sukda_play_raw_3m_nru_final_days_abbs", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sukda_play_raw_3m_nru_final_days_abbs` ( `work_ymd` string COMMENT 'None', `nru` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sukda_real_compare_final_ver2", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "sales", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "arppu", "type": "double", "description": null}, {"name": "arpu", "type": "double", "description": null}, {"name": "pur", "type": "double", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "los_mony", "type": "double", "description": null}, {"name": "panc", "type": "bigint", "description": null}, {"name": "mony_pansu", "type": "double", "description": null}, {"name": "user_pansu", "type": "double", "description": null}, {"name": "dau1", "type": "bigint", "description": null}, {"name": "sales1", "type": "double", "description": null}, {"name": "pu1", "type": "bigint", "description": null}, {"name": "arppu1", "type": "double", "description": null}, {"name": "arpu1", "type": "double", "description": null}, {"name": "pur1", "type": "double", "description": null}, {"name": "nru1", "type": "bigint", "description": null}, {"name": "los_mony1", "type": "double", "description": null}, {"name": "panc1", "type": "bigint", "description": null}, {"name": "mony_pansu1", "type": "double", "description": null}, {"name": "user_pansu1", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sukda_real_compare_final_ver2` ( `work_ymd` string COMMENT 'None', `dau` bigint COMMENT 'None', `sales` double COMMENT 'None', `pu` bigint COMMENT 'None', `arppu` double COMMENT 'None', `arpu` double COMMENT 'None', `pur` double COMMENT 'None', `nru` bigint COMMENT 'None', `los_mony` double COMMENT 'None', `panc` bigint COMMENT 'None', `mony_pansu` double COMMENT 'None', `user_pansu` double COMMENT 'None', `dau1` bigint COMMENT 'None', `sales1` double COMMENT 'None', `pu1` bigint COMMENT 'None', `arppu1` double COMMENT 'None', `arpu1` double COMMENT 'None', `pur1` double COMMENT 'None', `nru1` bigint COMMENT 'None', `los_mony1` double COMMENT 'None', `panc1` bigint COMMENT 'None', `mony_pansu1` double COMMENT 'None', `user_pansu1` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sukda_real_retention_3m_final", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dt1", "type": "double", "description": null}, {"name": "dt2", "type": "double", "description": null}, {"name": "dt3", "type": "double", "description": null}, {"name": "dt4", "type": "double", "description": null}, {"name": "dt5", "type": "double", "description": null}, {"name": "dt6", "type": "double", "description": null}, {"name": "dt7", "type": "double", "description": null}, {"name": "dt8", "type": "double", "description": null}, {"name": "dt9", "type": "double", "description": null}, {"name": "dt10", "type": "double", "description": null}, {"name": "dt11", "type": "double", "description": null}, {"name": "dt12", "type": "double", "description": null}, {"name": "dt13", "type": "double", "description": null}, {"name": "dt14", "type": "double", "description": null}, {"name": "dt15", "type": "double", "description": null}, {"name": "dt16", "type": "double", "description": null}, {"name": "dt17", "type": "double", "description": null}, {"name": "dt18", "type": "double", "description": null}, {"name": "dt19", "type": "double", "description": null}, {"name": "dt20", "type": "double", "description": null}, {"name": "dt21", "type": "double", "description": null}, {"name": "dt22", "type": "double", "description": null}, {"name": "dt23", "type": "double", "description": null}, {"name": "dt24", "type": "double", "description": null}, {"name": "dt25", "type": "double", "description": null}, {"name": "dt26", "type": "double", "description": null}, {"name": "dt27", "type": "double", "description": null}, {"name": "dt28", "type": "double", "description": null}, {"name": "dt29", "type": "double", "description": null}, {"name": "dt30", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sukda_real_retention_3m_final` ( `work_ymd` string COMMENT 'None', `nru` bigint COMMENT 'None', `dt1` double COMMENT 'None', `dt2` double COMMENT 'None', `dt3` double COMMENT 'None', `dt4` double COMMENT 'None', `dt5` double COMMENT 'None', `dt6` double COMMENT 'None', `dt7` double COMMENT 'None', `dt8` double COMMENT 'None', `dt9` double COMMENT 'None', `dt10` double COMMENT 'None', `dt11` double COMMENT 'None', `dt12` double COMMENT 'None', `dt13` double COMMENT 'None', `dt14` double COMMENT 'None', `dt15` double COMMENT 'None', `dt16` double COMMENT 'None', `dt17` double COMMENT 'None', `dt18` double COMMENT 'None', `dt19` double COMMENT 'None', `dt20` double COMMENT 'None', `dt21` double COMMENT 'None', `dt22` double COMMENT 'None', `dt23` double COMMENT 'None', `dt24` double COMMENT 'None', `dt25` double COMMENT 'None', `dt26` double COMMENT 'None', `dt27` double COMMENT 'None', `dt28` double COMMENT 'None', `dt29` double COMMENT 'None', `dt30` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sukda_retention_compare_final", "description": null, "columns": [{"name": "category", "type": "string", "description": null}, {"name": "ret_d1", "type": "double", "description": null}, {"name": "ret_d2", "type": "double", "description": null}, {"name": "ret_d3", "type": "double", "description": null}, {"name": "ret_d7", "type": "double", "description": null}, {"name": "ret_d14", "type": "double", "description": null}, {"name": "ret_d21", "type": "double", "description": null}, {"name": "ret_d28", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sukda_retention_compare_final` ( `category` string COMMENT 'None', `ret_d1` double COMMENT 'None', `ret_d2` double COMMENT 'None', `ret_d3` double COMMENT 'None', `ret_d7` double COMMENT 'None', `ret_d14` double COMMENT 'None', `ret_d21` double COMMENT 'None', `ret_d28` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sukda_unreal_retention_3m_final", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dt1", "type": "double", "description": null}, {"name": "dt2", "type": "double", "description": null}, {"name": "dt3", "type": "double", "description": null}, {"name": "dt4", "type": "double", "description": null}, {"name": "dt5", "type": "double", "description": null}, {"name": "dt6", "type": "double", "description": null}, {"name": "dt7", "type": "double", "description": null}, {"name": "dt8", "type": "double", "description": null}, {"name": "dt9", "type": "double", "description": null}, {"name": "dt10", "type": "double", "description": null}, {"name": "dt11", "type": "double", "description": null}, {"name": "dt12", "type": "double", "description": null}, {"name": "dt13", "type": "double", "description": null}, {"name": "dt14", "type": "double", "description": null}, {"name": "dt15", "type": "double", "description": null}, {"name": "dt16", "type": "double", "description": null}, {"name": "dt17", "type": "double", "description": null}, {"name": "dt18", "type": "double", "description": null}, {"name": "dt19", "type": "double", "description": null}, {"name": "dt20", "type": "double", "description": null}, {"name": "dt21", "type": "double", "description": null}, {"name": "dt22", "type": "double", "description": null}, {"name": "dt23", "type": "double", "description": null}, {"name": "dt24", "type": "double", "description": null}, {"name": "dt25", "type": "double", "description": null}, {"name": "dt26", "type": "double", "description": null}, {"name": "dt27", "type": "double", "description": null}, {"name": "dt28", "type": "double", "description": null}, {"name": "dt29", "type": "double", "description": null}, {"name": "dt30", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sukda_unreal_retention_3m_final` ( `work_ymd` string COMMENT 'None', `nru` bigint COMMENT 'None', `dt1` double COMMENT 'None', `dt2` double COMMENT 'None', `dt3` double COMMENT 'None', `dt4` double COMMENT 'None', `dt5` double COMMENT 'None', `dt6` double COMMENT 'None', `dt7` double COMMENT 'None', `dt8` double COMMENT 'None', `dt9` double COMMENT 'None', `dt10` double COMMENT 'None', `dt11` double COMMENT 'None', `dt12` double COMMENT 'None', `dt13` double COMMENT 'None', `dt14` double COMMENT 'None', `dt15` double COMMENT 'None', `dt16` double COMMENT 'None', `dt17` double COMMENT 'None', `dt18` double COMMENT 'None', `dt19` double COMMENT 'None', `dt20` double COMMENT 'None', `dt21` double COMMENT 'None', `dt22` double COMMENT 'None', `dt23` double COMMENT 'None', `dt24` double COMMENT 'None', `dt25` double COMMENT 'None', `dt26` double COMMENT 'None', `dt27` double COMMENT 'None', `dt28` double COMMENT 'None', `dt29` double COMMENT 'None', `dt30` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "pwt_mng_purchase_ntile", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "ntile", "type": "bigint", "description": null}, {"name": "avg_samt", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`pwt_mng_purchase_ntile` ( `work_ym` string COMMENT 'None', `ntile` bigint COMMENT 'None', `avg_samt` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "pwt_monthly_adv_user", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "new_adv", "type": "bigint", "description": null}, {"name": "contin", "type": "bigint", "description": null}, {"name": "chrun", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`pwt_monthly_adv_user` ( `work_ym` string COMMENT 'None', `new_adv` bigint COMMENT 'None', `contin` bigint COMMENT 'None', `chrun` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_equipment2", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "samtbftotal", "type": "double", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "samt", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_equipment2` ( `userno` string COMMENT 'None', `samtbftotal` double COMMENT 'None', `passed` int COMMENT 'None', `samt` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_tablegame_hist_ym_d", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "work_d", "type": "bigint", "description": null}, {"name": "lossmoney", "type": "decimal(38,1)", "description": null}, {"name": "usercount", "type": "bigint", "description": null}, {"name": "matchcount", "type": "bigint", "description": null}, {"name": "usermatchcount", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_tablegame_hist_ym_d` ( `work_ymd` string COMMENT 'None', `work_ym` bigint COMMENT 'None', `work_d` bigint COMMENT 'None', `lossmoney` decimal(38,1) COMMENT 'None', `usercount` bigint COMMENT 'None', `matchcount` bigint COMMENT 'None', `usermatchcount` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "pwt_mng_purchase_grp_all10", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "samt_grp", "type": "string", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "samt", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`pwt_mng_purchase_grp_all10` ( `work_ym` string COMMENT 'None', `samt_grp` string COMMENT 'None', `pu` bigint COMMENT 'None', `samt` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "pwt_mng_continue_pu_rate", "description": null, "columns": [{"name": "ym", "type": "string", "description": null}, {"name": "cont_pu", "type": "bigint", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "cont_pu_rate", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`pwt_mng_continue_pu_rate` ( `ym` string COMMENT 'None', `cont_pu` bigint COMMENT 'None', `pu` bigint COMMENT 'None', `cont_pu_rate` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_mpoker_real_retention_0501_avg", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "ret_d1", "type": "double", "description": null}, {"name": "ret_d2", "type": "double", "description": null}, {"name": "ret_d3", "type": "double", "description": null}, {"name": "ret_d7", "type": "double", "description": null}, {"name": "ret_d14", "type": "double", "description": null}, {"name": "ret_d21", "type": "double", "description": null}, {"name": "ret_d28", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_mpoker_real_retention_0501_avg` ( `work_ym` string COMMENT 'None', `ret_d1` double COMMENT 'None', `ret_d2` double COMMENT 'None', `ret_d3` double COMMENT 'None', `ret_d7` double COMMENT 'None', `ret_d14` double COMMENT 'None', `ret_d21` double COMMENT 'None', `ret_d28` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sukda_real_retention_3m_final_avg", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "ret_d1", "type": "double", "description": null}, {"name": "ret_d2", "type": "double", "description": null}, {"name": "ret_d3", "type": "double", "description": null}, {"name": "ret_d7", "type": "double", "description": null}, {"name": "ret_d14", "type": "double", "description": null}, {"name": "ret_d21", "type": "double", "description": null}, {"name": "ret_d28", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sukda_real_retention_3m_final_avg` ( `work_ym` string COMMENT 'None', `ret_d1` double COMMENT 'None', `ret_d2` double COMMENT 'None', `ret_d3` double COMMENT 'None', `ret_d7` double COMMENT 'None', `ret_d14` double COMMENT 'None', `ret_d21` double COMMENT 'None', `ret_d28` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_gunsup_offerdistribution", "description": null, "columns": [{"name": "name", "type": "string", "description": null}, {"name": "ymd", "type": "string", "description": null}, {"name": "cpid", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "userid", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_gunsup_offerdistribution` ( `name` string COMMENT 'None', `ymd` string COMMENT 'None', `cpid` string COMMENT 'None', `nat_cd` string COMMENT 'None', `samt` double COMMENT 'None', `userid` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "pwt_mng_losmony_adv1pan_ntile", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "ntile", "type": "bigint", "description": null}, {"name": "avg_los_mony", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`pwt_mng_losmony_adv1pan_ntile` ( `work_ym` string COMMENT 'None', `ntile` bigint COMMENT 'None', `avg_los_mony` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "pwt_mng_purchase_grp_high5", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "samt_grp", "type": "string", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "samt", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`pwt_mng_purchase_grp_high5` ( `work_ym` string COMMENT 'None', `samt_grp` string COMMENT 'None', `pu` bigint COMMENT 'None', `samt` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_holdemabuse_231213", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "daycnt", "type": "bigint", "description": null}, {"name": "premony", "type": "double", "description": null}, {"name": "allbet", "type": "bigint", "description": null}, {"name": "otherbet", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_holdemabuse_231213` ( `sno` bigint COMMENT 'None', `daycnt` bigint COMMENT 'None', `premony` double COMMENT 'None', `allbet` bigint COMMENT 'None', `otherbet` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_holdemabuse_231213_ci", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "snocnt", "type": "bigint", "description": null}, {"name": "daycnt", "type": "bigint", "description": null}, {"name": "premony", "type": "bigint", "description": null}, {"name": "allbet", "type": "bigint", "description": null}, {"name": "otherbet", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_holdemabuse_231213_ci` ( `ci` string COMMENT 'None', `snocnt` bigint COMMENT 'None', `daycnt` bigint COMMENT 'None', `premony` bigint COMMENT 'None', `allbet` bigint COMMENT 'None', `otherbet` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_2023_crossgame_lm_aastandard", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "_c2", "type": "bigint", "description": null}, {"name": "_c3", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`spot_2023_crossgame_lm_aastandard` ( `game` string COMMENT 'None', `work_ym` bigint COMMENT 'None', `_c2` bigint COMMENT 'None', `_c3` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "mobile_poker_no1", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`mobile_poker_no1` ( `brthy` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `tno` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "mobile_poker_no2", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`mobile_poker_no2` ( `brthy` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `tno` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "mobile_poker_no3", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`mobile_poker_no3` ( `brthy` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `tno` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "mobile_poker_no4", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`mobile_poker_no4` ( `brthy` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `tno` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "temp_ssy_wpr_surferdragon", "description": null, "columns": [{"name": "cros", "type": "string", "description": null}, {"name": "luckyup", "type": "tinyint", "description": null}, {"name": "rate", "type": "double", "description": null}, {"name": "try", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`temp_ssy_wpr_surferdragon` ( `cros` string COMMENT 'None', `luckyup` tinyint COMMENT 'None', `rate` double COMMENT 'None', `try` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_ltv7", "description": null, "columns": [{"name": "joined", "type": "string", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "ltv", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_ltv7` ( `joined` string COMMENT 'None', `passed` int COMMENT 'None', `ltv` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_crossevent_comparison", "description": null, "columns": [{"name": "setname", "type": "string", "description": null}, {"name": "dt", "type": "int", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "tryer", "type": "bigint", "description": null}, {"name": "tries", "type": "bigint", "description": null}, {"name": "luckyup", "type": "bigint", "description": null}, {"name": "gem", "type": "bigint", "description": null}, {"name": "boughtgem", "type": "bigint", "description": null}, {"name": "timec", "type": "bigint", "description": null}, {"name": "boughtimc", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_crossevent_comparison` ( `setname` string COMMENT 'None', `dt` int COMMENT 'None', `type` string COMMENT 'None', `tryer` bigint COMMENT 'None', `tries` bigint COMMENT 'None', `luckyup` bigint COMMENT 'None', `gem` bigint COMMENT 'None', `boughtgem` bigint COMMENT 'None', `timec` bigint COMMENT 'None', `boughtimc` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "mpoker_no1", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`mpoker_no1` ( `brthy` bigint COMMENT 'None', `sno` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "mpoker_no2", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`mpoker_no2` ( `brthy` bigint COMMENT 'None', `sno` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "mpoker_no3", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`mpoker_no3` ( `brthy` bigint COMMENT 'None', `sno` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "mpoker_no4", "description": null, "columns": [{"name": "brthy", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`mpoker_no4` ( `brthy` bigint COMMENT 'None', `sno` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_moneychange", "description": null, "columns": [{"name": "own_money", "type": "bigint", "description": null}, {"name": "pre_own_money", "type": "bigint", "description": null}, {"name": "change_own_money", "type": "bigint", "description": null}, {"name": "p_deal", "type": "bigint", "description": null}, {"name": "s_deal", "type": "bigint", "description": null}, {"name": "p_give", "type": "bigint", "description": null}, {"name": "s_give", "type": "bigint", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "work_d", "type": "bigint", "description": null}, {"name": "work_date", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}, {"name": "p_runsum", "type": "bigint", "description": null}, {"name": "s_runsum", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_moneychange` ( `own_money` bigint COMMENT 'None', `pre_own_money` bigint COMMENT 'None', `change_own_money` bigint COMMENT 'None', `p_deal` bigint COMMENT 'None', `s_deal` bigint COMMENT 'None', `p_give` bigint COMMENT 'None', `s_give` bigint COMMENT 'None', `work_ym` bigint COMMENT 'None', `work_d` bigint COMMENT 'None', `work_date` timestamp COMMENT 'None', `work_ymd` bigint COMMENT 'None', `p_runsum` bigint COMMENT 'None', `s_runsum` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_chy_doublea_banned_user", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "reg_date", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "banned_reason", "type": "string", "description": null}, {"name": "state", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_chy_doublea_banned_user` ( `gid` string COMMENT 'None', `reg_date` string COMMENT 'None', `nat_cd` string COMMENT 'None', `banned_reason` string COMMENT 'None', `state` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_arena_compare", "description": null, "columns": [{"name": "groupno", "type": "string", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "logindate", "type": "string", "description": null}, {"name": "opponent", "type": "string", "description": null}, {"name": "result", "type": "string", "description": null}, {"name": "plays", "type": "bigint", "description": null}, {"name": "league", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_arena_compare` ( `groupno` string COMMENT 'None', `uid` bigint COMMENT 'None', `logindate` string COMMENT 'None', `opponent` string COMMENT 'None', `result` string COMMENT 'None', `plays` bigint COMMENT 'None', `league` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sudda_unreal_list_part1", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "condi1", "type": "tinyint", "description": null}, {"name": "condi3", "type": "tinyint", "description": null}, {"name": "condi2", "type": "tinyint", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sudda_unreal_list_part1` ( `work_ym` string COMMENT 'None', `work_ymd` string COMMENT 'None', `userno` string COMMENT 'None', `ci` string COMMENT 'None', `condi1` tinyint COMMENT 'None', `condi3` tinyint COMMENT 'None', `condi2` tinyint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_arena_period_compare", "description": null, "columns": [{"name": "groupno", "type": "string", "description": null}, {"name": "league", "type": "bigint", "description": null}, {"name": "cnt", "type": "bigint", "description": null}, {"name": "attendrate", "type": "double", "description": null}, {"name": "playdayplays", "type": "double", "description": null}, {"name": "botplayrate", "type": "double", "description": null}, {"name": "playerwinrate", "type": "double", "description": null}, {"name": "botwinrate", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_arena_period_compare` ( `groupno` string COMMENT 'None', `league` bigint COMMENT 'None', `cnt` bigint COMMENT 'None', `attendrate` double COMMENT 'None', `playdayplays` double COMMENT 'None', `botplayrate` double COMMENT 'None', `playerwinrate` double COMMENT 'None', `botwinrate` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_arena_period_compare_group", "description": null, "columns": [{"name": "groupno", "type": "string", "description": null}, {"name": "subgroup", "type": "string", "description": null}, {"name": "league", "type": "bigint", "description": null}, {"name": "cnt", "type": "bigint", "description": null}, {"name": "attendrate", "type": "double", "description": null}, {"name": "playdayplays", "type": "double", "description": null}, {"name": "botplayrate", "type": "double", "description": null}, {"name": "playerwinrate", "type": "double", "description": null}, {"name": "botwinrate", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_arena_period_compare_group` ( `groupno` string COMMENT 'None', `subgroup` string COMMENT 'None', `league` bigint COMMENT 'None', `cnt` bigint COMMENT 'None', `attendrate` double COMMENT 'None', `playdayplays` double COMMENT 'None', `botplayrate` double COMMENT 'None', `playerwinrate` double COMMENT 'None', `botwinrate` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sudda_unreal_list_part2", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "condi1", "type": "tinyint", "description": null}, {"name": "condi2", "type": "tinyint", "description": null}, {"name": "condi3", "type": "tinyint", "description": null}, {"name": "mpoker_condi1", "type": "tinyint", "description": null}, {"name": "mpoker_condi3", "type": "tinyint", "description": null}, {"name": "mpoker_condi2", "type": "tinyint", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sudda_unreal_list_part2` ( `work_ym` string COMMENT 'None', `userno` string COMMENT 'None', `ci` string COMMENT 'None', `condi1` tinyint COMMENT 'None', `condi2` tinyint COMMENT 'None', `condi3` tinyint COMMENT 'None', `mpoker_condi1` tinyint COMMENT 'None', `mpoker_condi3` tinyint COMMENT 'None', `mpoker_condi2` tinyint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_sudda_unreal_list_part3", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "work_ym_dt", "type": "timestamp", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_sudda_unreal_list_part3` ( `work_ym` string COMMENT 'None', `userno` string COMMENT 'None', `samt` double COMMENT 'None', `work_ym_dt` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_sudda_userinout_month", "description": null, "columns": [{"name": "mau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "comeback", "type": "bigint", "description": null}, {"name": "continuous", "type": "bigint", "description": null}, {"name": "churned", "type": "bigint", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_sudda_userinout_month` ( `mau` bigint COMMENT 'None', `nru` bigint COMMENT 'None', `comeback` bigint COMMENT 'None', `continuous` bigint COMMENT 'None', `churned` bigint COMMENT 'None', `work_ym` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_userinout_day", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "conti", "type": "bigint", "description": null}, {"name": "comeback", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_userinout_day` ( `game` string COMMENT 'None', `dau` bigint COMMENT 'None', `nru` bigint COMMENT 'None', `conti` bigint COMMENT 'None', `comeback` bigint COMMENT 'None', `work_ymd` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_userinout_month", "description": null, "columns": [{"name": "mau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "comeback", "type": "bigint", "description": null}, {"name": "continuous", "type": "bigint", "description": null}, {"name": "churned", "type": "bigint", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_userinout_month` ( `mau` bigint COMMENT 'None', `nru` bigint COMMENT 'None', `comeback` bigint COMMENT 'None', `continuous` bigint COMMENT 'None', `churned` bigint COMMENT 'None', `work_ym` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_users_day", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "dau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "conti", "type": "bigint", "description": null}, {"name": "comeback", "type": "bigint", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_users_day` ( `game` string COMMENT 'None', `dau` bigint COMMENT 'None', `nru` bigint COMMENT 'None', `conti` bigint COMMENT 'None', `comeback` bigint COMMENT 'None', `work_ym` bigint COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_users_monthly", "description": null, "columns": [{"name": "game", "type": "string", "description": null}, {"name": "mau", "type": "bigint", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "comeback", "type": "bigint", "description": null}, {"name": "continuous", "type": "bigint", "description": null}, {"name": "churned", "type": "bigint", "description": null}, {"name": "work_y", "type": "bigint", "description": null}, {"name": "work_ym", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_users_monthly` ( `game` string COMMENT 'None', `mau` bigint COMMENT 'None', `nru` bigint COMMENT 'None', `comeback` bigint COMMENT 'None', `continuous` bigint COMMENT 'None', `churned` bigint COMMENT 'None', `work_y` bigint COMMENT 'None', `work_ym` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_lifecycle_purchasedcapsule", "description": null, "columns": [{"name": "joindt", "type": "string", "description": null}, {"name": "dday", "type": "bigint", "description": null}, {"name": "ltvdelta", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_lifecycle_purchasedcapsule` ( `joindt` string COMMENT 'None', `dday` bigint COMMENT 'None', `ltvdelta` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_update_retention", "description": null, "columns": [{"name": "groupname", "type": "string", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "ret", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_update_retention` ( `groupname` string COMMENT 'None', `passed` int COMMENT 'None', `ret` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_update_sales", "description": null, "columns": [{"name": "groupname", "type": "string", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "sales", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_update_sales` ( `groupname` string COMMENT 'None', `passed` int COMMENT 'None', `sales` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_mpoker_unreal_list_part1", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "condi1", "type": "tinyint", "description": null}, {"name": "condi3", "type": "tinyint", "description": null}, {"name": "condi2", "type": "tinyint", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_mpoker_unreal_list_part1` ( `work_ym` string COMMENT 'None', `work_ymd` string COMMENT 'None', `userno` string COMMENT 'None', `ci` string COMMENT 'None', `condi1` tinyint COMMENT 'None', `condi3` tinyint COMMENT 'None', `condi2` tinyint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_mpoker_unreal_list_part2", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "sudda_sno", "type": "string", "description": null}, {"name": "sudda_condi1", "type": "tinyint", "description": null}, {"name": "sudda_condi3", "type": "tinyint", "description": null}, {"name": "sudda_condi2", "type": "tinyint", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_mpoker_unreal_list_part2` ( `work_ym` string COMMENT 'None', `userno` string COMMENT 'None', `ci` string COMMENT 'None', `sudda_sno` string COMMENT 'None', `sudda_condi1` tinyint COMMENT 'None', `sudda_condi3` tinyint COMMENT 'None', `sudda_condi2` tinyint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_yhm_mpoker_unreal_list_part3", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "work_ym_dt", "type": "timestamp", "description": null}]}
CREATE TABLE `hangame`.`tmp_yhm_mpoker_unreal_list_part3` ( `work_ym` string COMMENT 'None', `userno` string COMMENT 'None', `samt` double COMMENT 'None', `work_ym_dt` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_update_retention_editable", "description": null, "columns": [{"name": "division", "type": "string", "description": null}, {"name": "passed", "type": "int", "description": null}, {"name": "delta_value", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_update_retention_editable` ( `division` string COMMENT 'None', `passed` int COMMENT 'None', `delta_value` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_playtime_churn", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "pass", "type": "int", "description": null}, {"name": "cnt", "type": "bigint", "description": null}, {"name": "ptm", "type": "double", "description": null}, {"name": "ses", "type": "double", "description": null}, {"name": "avgseslen", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_playtime_churn` ( `type` string COMMENT 'None', `pass` int COMMENT 'None', `cnt` bigint COMMENT 'None', `ptm` double COMMENT 'None', `ses` double COMMENT 'None', `avgseslen` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_ssy_wpr_arena_consume", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "league", "type": "bigint", "description": null}, {"name": "player", "type": "bigint", "description": null}, {"name": "battle", "type": "double", "description": null}, {"name": "paid_gem", "type": "bigint", "description": null}, {"name": "free_gem", "type": "bigint", "description": null}, {"name": "paid_capsule", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_ssy_wpr_arena_consume` ( `season` bigint COMMENT 'None', `league` bigint COMMENT 'None', `player` bigint COMMENT 'None', `battle` double COMMENT 'None', `paid_gem` bigint COMMENT 'None', `free_gem` bigint COMMENT 'None', `paid_capsule` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_hjh_wpr_sale_rank", "description": null, "columns": [{"name": "total", "type": "double", "description": null}, {"name": "ct", "type": "bigint", "description": null}, {"name": "client_trophy", "type": "int", "description": null}, {"name": "highest_trophy", "type": "int", "description": null}]}
CREATE TABLE `hangame`.`tmp_hjh_wpr_sale_rank` ( `total` double COMMENT 'None', `ct` bigint COMMENT 'None', `client_trophy` int COMMENT 'None', `highest_trophy` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_hjh_wpr_season2", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "league", "type": "int", "description": null}, {"name": "total", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_hjh_wpr_season2` ( `uid` bigint COMMENT 'None', `league` int COMMENT 'None', `total` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_hjh_wpr_payment", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "c_date", "type": "int", "description": null}, {"name": "fp_day", "type": "double", "description": null}, {"name": "1_interval", "type": "double", "description": null}, {"name": "2_interval", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`tmp_hjh_wpr_payment` ( `type` string COMMENT 'None', `c_date` int COMMENT 'None', `fp_day` double COMMENT 'None', `1_interval` double COMMENT 'None', `2_interval` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_monyincrease_2402", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "change_own_money", "type": "bigint", "description": null}, {"name": "givesum", "type": "bigint", "description": null}, {"name": "chai", "type": "bigint", "description": null}, {"name": "sumchai", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_monyincrease_2402` ( `sno` bigint COMMENT 'None', `sudda_sno` string COMMENT 'None', `nickname` string COMMENT 'None', `change_own_money` bigint COMMENT 'None', `givesum` bigint COMMENT 'None', `chai` bigint COMMENT 'None', `sumchai` bigint COMMENT 'None', `work_ymd` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_bsj_mmp_appsf_user_install_history_test_1", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "app_name", "type": "string", "description": null}, {"name": "platform", "type": "string", "description": null}, {"name": "ua", "type": "bigint", "description": null}, {"name": "appsfid", "type": "string", "description": null}, {"name": "install_time", "type": "string", "description": null}, {"name": "attributed_touch_time", "type": "string", "description": null}, {"name": "media_source", "type": "string", "description": null}, {"name": "channel", "type": "string", "description": null}, {"name": "campaign", "type": "string", "description": null}, {"name": "adset", "type": "string", "description": null}, {"name": "ad", "type": "string", "description": null}, {"name": "site_id", "type": "string", "description": null}, {"name": "is_retargeting", "type": "bigint", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "ip", "type": "string", "description": null}, {"name": "idfa", "type": "string", "description": null}, {"name": "idfv", "type": "string", "description": null}, {"name": "os_version", "type": "string", "description": null}, {"name": "region", "type": "string", "description": null}, {"name": "country", "type": "string", "description": null}, {"name": "state", "type": "string", "description": null}, {"name": "city", "type": "string", "description": null}, {"name": "dma", "type": "string", "description": null}, {"name": "operator", "type": "string", "description": null}, {"name": "market", "type": "string", "description": null}, {"name": "campaign_id", "type": "string", "description": null}, {"name": "adset_id", "type": "string", "description": null}, {"name": "ad_id", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_bsj_mmp_appsf_user_install_history_test_1` ( `work_ymd` string COMMENT 'None', `app_name` string COMMENT 'None', `platform` string COMMENT 'None', `ua` bigint COMMENT 'None', `appsfid` string COMMENT 'None', `install_time` string COMMENT 'None', `attributed_touch_time` string COMMENT 'None', `media_source` string COMMENT 'None', `channel` string COMMENT 'None', `campaign` string COMMENT 'None', `adset` string COMMENT 'None', `ad` string COMMENT 'None', `site_id` string COMMENT 'None', `is_retargeting` bigint COMMENT 'None', `adid` string COMMENT 'None', `ip` string COMMENT 'None', `idfa` string COMMENT 'None', `idfv` string COMMENT 'None', `os_version` string COMMENT 'None', `region` string COMMENT 'None', `country` string COMMENT 'None', `state` string COMMENT 'None', `city` string COMMENT 'None', `dma` string COMMENT 'None', `operator` string COMMENT 'None', `market` string COMMENT 'None', `campaign_id` string COMMENT 'None', `adset_id` string COMMENT 'None', `ad_id` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_bsj_mmp_data_test_inapp_2_organic", "description": null, "columns": [{"name": "attributed_touch_type", "type": "string", "description": null}, {"name": "attributed_touch_time", "type": "string", "description": null}, {"name": "install_time", "type": "string", "description": null}, {"name": "event_time", "type": "string", "description": null}, {"name": "event_name", "type": "string", "description": null}, {"name": "event_value", "type": "string", "description": null}, {"name": "event_revenue", "type": "string", "description": null}, {"name": "event_revenue_currency", "type": "string", "description": null}, {"name": "event_revenue_usd", "type": "string", "description": null}, {"name": "cost_model", "type": "string", "description": null}, {"name": "cost_value", "type": "string", "description": null}, {"name": "cost_currency", "type": "string", "description": null}, {"name": "event_source", "type": "string", "description": null}, {"name": "partner", "type": "string", "description": null}, {"name": "media_source", "type": "string", "description": null}, {"name": "channel", "type": "string", "description": null}, {"name": "campaign", "type": "string", "description": null}, {"name": "campaign_id", "type": "string", "description": null}, {"name": "adset", "type": "string", "description": null}, {"name": "adset_id", "type": "string", "description": null}, {"name": "ad", "type": "string", "description": null}, {"name": "ad_id", "type": "string", "description": null}, {"name": "ad_type", "type": "string", "description": null}, {"name": "site_id", "type": "string", "description": null}, {"name": "region", "type": "string", "description": null}, {"name": "country", "type": "string", "description": null}, {"name": "state", "type": "string", "description": null}, {"name": "city", "type": "string", "description": null}, {"name": "postal", "type": "string", "description": null}, {"name": "dma", "type": "string", "description": null}, {"name": "ip", "type": "string", "description": null}, {"name": "operator", "type": "string", "description": null}, {"name": "carrier", "type": "string", "description": null}, {"name": "language", "type": "string", "description": null}, {"name": "appsfid", "type": "string", "description": null}, {"name": "cuid", "type": "string", "description": null}, {"name": "android_id", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "imei", "type": "string", "description": null}, {"name": "idfa", "type": "string", "description": null}, {"name": "idfv", "type": "string", "description": null}, {"name": "device_category", "type": "string", "description": null}, {"name": "platform", "type": "string", "description": null}, {"name": "os_version", "type": "string", "description": null}, {"name": "app_version", "type": "string", "description": null}, {"name": "sdk_version", "type": "string", "description": null}, {"name": "app_id", "type": "string", "description": null}, {"name": "app_name", "type": "string", "description": null}, {"name": "is_retargeting", "type": "string", "description": null}, {"name": "retargeting_conversion_type", "type": "string", "description": null}, {"name": "is_primary_attribution", "type": "string", "description": null}, {"name": "attribution_lookback", "type": "string", "description": null}, {"name": "reengagement_window", "type": "string", "description": null}, {"name": "match_type", "type": "string", "description": null}, {"name": "user_agent", "type": "string", "description": null}, {"name": "http_referrer", "type": "string", "description": null}, {"name": "original_url", "type": "string", "description": null}, {"name": "device_model", "type": "string", "description": null}, {"name": "store_product_page", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_bsj_mmp_data_test_inapp_2_organic` ( `attributed_touch_type` string COMMENT 'None', `attributed_touch_time` string COMMENT 'None', `install_time` string COMMENT 'None', `event_time` string COMMENT 'None', `event_name` string COMMENT 'None', `event_value` string COMMENT 'None', `event_revenue` string COMMENT 'None', `event_revenue_currency` string COMMENT 'None', `event_revenue_usd` string COMMENT 'None', `cost_model` string COMMENT 'None', `cost_value` string COMMENT 'None', `cost_currency` string COMMENT 'None', `event_source` string COMMENT 'None', `partner` string COMMENT 'None', `media_source` string COMMENT 'None', `channel` string COMMENT 'None', `campaign` string COMMENT 'None', `campaign_id` string COMMENT 'None', `adset` string COMMENT 'None', `adset_id` string COMMENT 'None', `ad` string COMMENT 'None', `ad_id` string COMMENT 'None', `ad_type` string COMMENT 'None', `site_id` string COMMENT 'None', `region` string COMMENT 'None', `country` string COMMENT 'None', `state` string COMMENT 'None', `city` string COMMENT 'None', `postal` string COMMENT 'None', `dma` string COMMENT 'None', `ip` string COMMENT 'None', `operator` string COMMENT 'None', `carrier` string COMMENT 'None', `language` string COMMENT 'None', `appsfid` string COMMENT 'None', `cuid` string COMMENT 'None', `android_id` string COMMENT 'None', `adid` string COMMENT 'None', `imei` string COMMENT 'None', `idfa` string COMMENT 'None', `idfv` string COMMENT 'None', `device_category` string COMMENT 'None', `platform` string COMMENT 'None', `os_version` string COMMENT 'None', `app_version` string COMMENT 'None', `sdk_version` string COMMENT 'None', `app_id` string COMMENT 'None', `app_name` string COMMENT 'None', `is_retargeting` string COMMENT 'None', `retargeting_conversion_type` string COMMENT 'None', `is_primary_attribution` string COMMENT 'None', `attribution_lookback` string COMMENT 'None', `reengagement_window` string COMMENT 'None', `match_type` string COMMENT 'None', `user_agent` string COMMENT 'None', `http_referrer` string COMMENT 'None', `original_url` string COMMENT 'None', `device_model` string COMMENT 'None', `store_product_page` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_bsj_mmp_data_test_inapp_2_ua", "description": null, "columns": [{"name": "attributed_touch_type", "type": "string", "description": null}, {"name": "attributed_touch_time", "type": "string", "description": null}, {"name": "install_time", "type": "string", "description": null}, {"name": "event_time", "type": "string", "description": null}, {"name": "event_name", "type": "string", "description": null}, {"name": "event_value", "type": "string", "description": null}, {"name": "event_revenue", "type": "string", "description": null}, {"name": "event_revenue_currency", "type": "string", "description": null}, {"name": "event_revenue_usd", "type": "string", "description": null}, {"name": "cost_model", "type": "string", "description": null}, {"name": "cost_value", "type": "string", "description": null}, {"name": "cost_currency", "type": "string", "description": null}, {"name": "event_source", "type": "string", "description": null}, {"name": "partner", "type": "string", "description": null}, {"name": "media_source", "type": "string", "description": null}, {"name": "channel", "type": "string", "description": null}, {"name": "campaign", "type": "string", "description": null}, {"name": "campaign_id", "type": "string", "description": null}, {"name": "adset", "type": "string", "description": null}, {"name": "adset_id", "type": "string", "description": null}, {"name": "ad", "type": "string", "description": null}, {"name": "ad_id", "type": "string", "description": null}, {"name": "ad_type", "type": "string", "description": null}, {"name": "site_id", "type": "string", "description": null}, {"name": "region", "type": "string", "description": null}, {"name": "country", "type": "string", "description": null}, {"name": "state", "type": "string", "description": null}, {"name": "city", "type": "string", "description": null}, {"name": "postal", "type": "string", "description": null}, {"name": "dma", "type": "string", "description": null}, {"name": "ip", "type": "string", "description": null}, {"name": "operator", "type": "string", "description": null}, {"name": "carrier", "type": "string", "description": null}, {"name": "language", "type": "string", "description": null}, {"name": "appsfid", "type": "string", "description": null}, {"name": "cuid", "type": "string", "description": null}, {"name": "android_id", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "imei", "type": "string", "description": null}, {"name": "idfa", "type": "string", "description": null}, {"name": "idfv", "type": "string", "description": null}, {"name": "device_category", "type": "string", "description": null}, {"name": "platform", "type": "string", "description": null}, {"name": "os_version", "type": "string", "description": null}, {"name": "app_version", "type": "string", "description": null}, {"name": "sdk_version", "type": "string", "description": null}, {"name": "app_id", "type": "string", "description": null}, {"name": "app_name", "type": "string", "description": null}, {"name": "is_retargeting", "type": "string", "description": null}, {"name": "retargeting_conversion_type", "type": "string", "description": null}, {"name": "is_primary_attribution", "type": "string", "description": null}, {"name": "attribution_lookback", "type": "string", "description": null}, {"name": "reengagement_window", "type": "string", "description": null}, {"name": "match_type", "type": "string", "description": null}, {"name": "user_agent", "type": "string", "description": null}, {"name": "http_referrer", "type": "string", "description": null}, {"name": "original_url", "type": "string", "description": null}, {"name": "device_model", "type": "string", "description": null}, {"name": "store_product_page", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_bsj_mmp_data_test_inapp_2_ua` ( `attributed_touch_type` string COMMENT 'None', `attributed_touch_time` string COMMENT 'None', `install_time` string COMMENT 'None', `event_time` string COMMENT 'None', `event_name` string COMMENT 'None', `event_value` string COMMENT 'None', `event_revenue` string COMMENT 'None', `event_revenue_currency` string COMMENT 'None', `event_revenue_usd` string COMMENT 'None', `cost_model` string COMMENT 'None', `cost_value` string COMMENT 'None', `cost_currency` string COMMENT 'None', `event_source` string COMMENT 'None', `partner` string COMMENT 'None', `media_source` string COMMENT 'None', `channel` string COMMENT 'None', `campaign` string COMMENT 'None', `campaign_id` string COMMENT 'None', `adset` string COMMENT 'None', `adset_id` string COMMENT 'None', `ad` string COMMENT 'None', `ad_id` string COMMENT 'None', `ad_type` string COMMENT 'None', `site_id` string COMMENT 'None', `region` string COMMENT 'None', `country` string COMMENT 'None', `state` string COMMENT 'None', `city` string COMMENT 'None', `postal` string COMMENT 'None', `dma` string COMMENT 'None', `ip` string COMMENT 'None', `operator` string COMMENT 'None', `carrier` string COMMENT 'None', `language` string COMMENT 'None', `appsfid` string COMMENT 'None', `cuid` string COMMENT 'None', `android_id` string COMMENT 'None', `adid` string COMMENT 'None', `imei` string COMMENT 'None', `idfa` string COMMENT 'None', `idfv` string COMMENT 'None', `device_category` string COMMENT 'None', `platform` string COMMENT 'None', `os_version` string COMMENT 'None', `app_version` string COMMENT 'None', `sdk_version` string COMMENT 'None', `app_id` string COMMENT 'None', `app_name` string COMMENT 'None', `is_retargeting` string COMMENT 'None', `retargeting_conversion_type` string COMMENT 'None', `is_primary_attribution` string COMMENT 'None', `attribution_lookback` string COMMENT 'None', `reengagement_window` string COMMENT 'None', `match_type` string COMMENT 'None', `user_agent` string COMMENT 'None', `http_referrer` string COMMENT 'None', `original_url` string COMMENT 'None', `device_model` string COMMENT 'None', `store_product_page` string COMMENT 'None' );