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": "gostop_db", "table": "ng_tournament_ticket_box_new", "description": null, "columns": [{"name": "box_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "tournament_id", "type": "bigint", "description": null}, {"name": "ticket_type", "type": "int",...
CREATE TABLE `gostop_db`.`ng_tournament_ticket_box_new` ( `box_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `tournament_id` bigint COMMENT 'None', `ticket_type` int COMMENT 'None', `item_id` string COMMENT 'None', `product_id` int COMMENT 'None', `cancel_reason` tinyint COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_tournament_ticket_inventory_new", "description": null, "columns": [{"name": "ticket_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "channel_id", "type": "int", "description": null}, {"name": "is_default", "type": "tin...
CREATE TABLE `gostop_db`.`ng_tournament_ticket_inventory_new` ( `ticket_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `channel_id` int COMMENT 'None', `is_default` tinyint COMMENT 'None', `ticket_type` int COMMENT 'None', `item_id` string COMMENT 'None', `product_id` int COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_tournament_user_new", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "last_wallet", "type": "bigint", "description": null}, {"name": "last_play_points", "type": "bigint", "description": null}, {"name": "last_tournament_id", "type"...
CREATE TABLE `gostop_db`.`ng_tournament_user_new` ( `sno` bigint COMMENT 'None', `last_wallet` bigint COMMENT 'None', `last_play_points` bigint COMMENT 'None', `last_tournament_id` bigint COMMENT 'None', `last_round_no` int COMMENT 'None', `last_round_points` bigint COMMENT 'None', `last_rou...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_user_coin_collection", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "last_collect_date", "type": "timestamp", "description": null}, {"name": "coin", "type": "bigint...
CREATE TABLE `gostop_db`.`ng_user_coin_collection` ( `sno` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `last_collect_date` timestamp COMMENT 'None', `coin` bigint COMMENT 'None', `used_coin` int COMMENT 'None', `last_reward_date` timestamp COMMENT 'None', `last_paid_date` tim...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_user_history", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "nduelgo_allin_count", "type": "int", "description": null}, {"name": "nduelgo_win_money", "type": "bigint", "description": null}, {"name": "nduelgo_win_point", "type": ...
CREATE TABLE `gostop_db`.`ng_user_history` ( `sno` bigint COMMENT 'None', `nduelgo_allin_count` int COMMENT 'None', `nduelgo_win_money` bigint COMMENT 'None', `nduelgo_win_point` int COMMENT 'None', `nduelgo_game_money` bigint COMMENT 'None', `nduelgo_allin_count_day` int COMMENT 'None', `nd...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_user_level", "description": null, "columns": [{"name": "user_level", "type": "int", "description": null}, {"name": "min_money", "type": "bigint", "description": null}, {"name": "max_money", "type": "bigint", "description": null}]}
CREATE TABLE `gostop_db`.`ng_user_level` ( `user_level` int COMMENT 'None', `min_money` bigint COMMENT 'None', `max_money` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_wire_transfer", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "wtid", "type": "string", "description": null}, {"name": "transfer_date", "type": "timestamp", "description": null}, {"name": "sender_sno", "type": "bigint", "descr...
CREATE TABLE `gostop_db`.`ng_wire_transfer` ( `id_seq` bigint COMMENT 'None', `wtid` string COMMENT 'None', `transfer_date` timestamp COMMENT 'None', `sender_sno` bigint COMMENT 'None', `sender_hid` string COMMENT 'None', `sender_before_money` bigint COMMENT 'None', `sender_after_money` bigi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "pc_restriction_log", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "loss_money", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "de...
CREATE TABLE `gostop_db`.`pc_restriction_log` ( `memberid` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `loss_money` bigint COMMENT 'None', `work_ymd` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "pluseditmoneyt", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "editmoney", "type": "bigint", "description": null}, {"name": "plusstopdate", "type": "timestamp", "descr...
CREATE TABLE `gostop_db`.`pluseditmoneyt` ( `memberid` string COMMENT 'None', `gameid` string COMMENT 'None', `editmoney` bigint COMMENT 'None', `plusstopdate` timestamp COMMENT 'None', `regdate` timestamp COMMENT 'None', `givedate` timestamp COMMENT 'None', `valid` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ppointgiftmast", "description": null, "columns": [{"name": "giftid", "type": "string", "description": null}, {"name": "eventno", "type": "string", "description": null}, {"name": "giftname", "type": "string", "description": null}, {"name": "imgurl", "type": "string", "description": nu...
CREATE TABLE `gostop_db`.`ppointgiftmast` ( `giftid` string COMMENT 'None', `eventno` string COMMENT 'None', `giftname` string COMMENT 'None', `imgurl` string COMMENT 'None', `gifttype` string COMMENT 'None', `point` string COMMENT 'None', `limit` string COMMENT 'None', `regdate` bigint ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ppointhist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "regdate", "type": "timestamp", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "changepoint", "type": "bigint", "description": n...
CREATE TABLE `gostop_db`.`ppointhist` ( `seq` bigint COMMENT 'None', `regdate` timestamp COMMENT 'None', `memberid` string COMMENT 'None', `changepoint` bigint COMMENT 'None', `point` bigint COMMENT 'None', `gameid` string COMMENT 'None', `channelid` string COMMENT 'None', `missionid` bi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ppointmast", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "point", "type": "bigint", "description": null}, {"name": "happytime1", "type": "string", "description": null}, {"name": "happytime2", "type": "string", "description": ...
CREATE TABLE `gostop_db`.`ppointmast` ( `memberid` string COMMENT 'None', `point` bigint COMMENT 'None', `happytime1` string COMMENT 'None', `happytime2` string COMMENT 'None', `point_date` timestamp COMMENT 'None', `happytime_date` timestamp COMMENT 'None', `usepoint` bigint COMMENT 'None',...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ppointwinhist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "regdate", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "giftid", "type": "bigint", "description": null},...
CREATE TABLE `gostop_db`.`ppointwinhist` ( `seq` bigint COMMENT 'None', `regdate` bigint COMMENT 'None', `memberid` string COMMENT 'None', `giftid` bigint COMMENT 'None', `userslevel` string COMMENT 'None', `coupon` string COMMENT 'None', `giftcode` string COMMENT 'None', `type` string C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "procodet", "description": null, "columns": [{"name": "procode", "type": "string", "description": null}, {"name": "codetitle", "type": "string", "description": null}, {"name": "histvalid", "type": "string", "description": null}, {"name": "cumulvalid", "type": "string", "description": ...
CREATE TABLE `gostop_db`.`procodet` ( `procode` string COMMENT 'None', `codetitle` string COMMENT 'None', `histvalid` string COMMENT 'None', `cumulvalid` string COMMENT 'None', `openyn` string COMMENT 'None', `stdate` string COMMENT 'None', `procontent` string COMMENT 'None', `servicecod...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "promotiondbflag", "description": null, "columns": [{"name": "evtcode", "type": "bigint", "description": null}, {"name": "evtno", "type": "bigint", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "groupid", "type": "string", "description": nul...
CREATE TABLE `gostop_db`.`promotiondbflag` ( `evtcode` bigint COMMENT 'None', `evtno` bigint COMMENT 'None', `gameid` string COMMENT 'None', `groupid` string COMMENT 'None', `flagname` string COMMENT 'None', `val1` bigint COMMENT 'None', `lastdate` timestamp COMMENT 'None', `i_seq` bigin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "promotionmast", "description": null, "columns": [{"name": "evtcode", "type": "bigint", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "evtno", "type": "bigint", "description": null}, {"name": "evtname", "type": "string", "description": null}...
CREATE TABLE `gostop_db`.`promotionmast` ( `evtcode` bigint COMMENT 'None', `gameid` string COMMENT 'None', `evtno` bigint COMMENT 'None', `evtname` string COMMENT 'None', `startdt` timestamp COMMENT 'None', `enddt` timestamp COMMENT 'None', `joindt` timestamp COMMENT 'None', `revision` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "promotionmoneyinfo", "description": null, "columns": [{"name": "evtcode", "type": "bigint", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "subid", "type": "string", "description": null}, {"name": "btype", "type": "bigint", "description": nu...
CREATE TABLE `gostop_db`.`promotionmoneyinfo` ( `evtcode` bigint COMMENT 'None', `gameid` string COMMENT 'None', `subid` string COMMENT 'None', `btype` bigint COMMENT 'None', `benefit` bigint COMMENT 'None', `frequency` double COMMENT 'None', `description` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ps_certification", "description": null, "columns": [{"name": "tno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "last_certification_date", "type": "timestamp",...
CREATE TABLE `gostop_db`.`ps_certification` ( `tno` bigint COMMENT 'None', `hid` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `last_certification_date` timestamp COMMENT 'None', `last_modifier` string COMMENT 'None', `last_update_date` timestamp COMMENT 'None', `ci` string COM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ps_daily_regulation_money", "description": null, "columns": [{"name": "ci_str", "type": "string", "description": null}, {"name": "reg_date", "type": "bigint", "description": null}, {"name": "last_update_date", "type": "bigint", "description": null}, {"name": "changed_money", "type": ...
CREATE TABLE `gostop_db`.`ps_daily_regulation_money` ( `ci_str` string COMMENT 'None', `reg_date` bigint COMMENT 'None', `last_update_date` bigint COMMENT 'None', `changed_money` bigint COMMENT 'None', `regulation_money` bigint COMMENT 'None', `last_setting_date` bigint COMMENT 'None', `last...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ps_daily_regulation_money_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "ci_str", "type": "string", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "last_update_date", "type": ...
CREATE TABLE `gostop_db`.`ps_daily_regulation_money_log` ( `id_seq` bigint COMMENT 'None', `ci_str` string COMMENT 'None', `log_date` timestamp COMMENT 'None', `last_update_date` timestamp COMMENT 'None', `changed_money` bigint COMMENT 'None', `regulation_money` bigint COMMENT 'None', `work_...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ps_notice_usage", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "ci_string", "type": "string", "description": null}, {"name": "register_date", "type": "timestamp", "description": null}, {"name": "last_sent_date", "type": "timesta...
CREATE TABLE `gostop_db`.`ps_notice_usage` ( `id_seq` bigint COMMENT 'None', `ci_string` string COMMENT 'None', `register_date` timestamp COMMENT 'None', `last_sent_date` timestamp COMMENT 'None', `last_sent_method` tinyint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ps_pcagreement", "description": null, "columns": [{"name": "tno", "type": "bigint", "description": null}, {"name": "pc_agree", "type": "string", "description": null}, {"name": "agree_date", "type": "timestamp", "description": null}]}
CREATE TABLE `gostop_db`.`ps_pcagreement` ( `tno` bigint COMMENT 'None', `pc_agree` string COMMENT 'None', `agree_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ps_regulation_money_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "ci_str", "type": "string", "description": null}, {"name": "regulation_money", "type": "bigint", "description": null}, {"name": "log_date", "type": "bigint",...
CREATE TABLE `gostop_db`.`ps_regulation_money_log` ( `id_seq` bigint COMMENT 'None', `ci_str` string COMMENT 'None', `regulation_money` bigint COMMENT 'None', `log_date` bigint COMMENT 'None', `last_modifier` string COMMENT 'None', `amender` string COMMENT 'None', `work_ymd` bigint COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ps_withdraw_account", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "tno", "type": "bigint", "description": null}, {"...
CREATE TABLE `gostop_db`.`ps_withdraw_account` ( `id_seq` bigint COMMENT 'None', `hid` string COMMENT 'None', `sno` bigint COMMENT 'None', `tno` bigint COMMENT 'None', `delete_date` timestamp COMMENT 'None', `game_money` bigint COMMENT 'None', `account_provider` tinyint COMMENT 'None', `...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "rechargemoneyt", "description": null, "columns": [{"name": "rechargemoneyno", "type": "bigint", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "rechargetype", "type": "string", "description": null}, {"name": "usergrade", "type": "double", "d...
CREATE TABLE `gostop_db`.`rechargemoneyt` ( `rechargemoneyno` bigint COMMENT 'None', `gameid` string COMMENT 'None', `rechargetype` string COMMENT 'None', `usergrade` double COMMENT 'None', `paymonth_start` double COMMENT 'None', `paymonth_end` double COMMENT 'None', `rechargemoney` bigint C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "tnmt_stdm_finl_info", "description": null, "columns": [{"name": "tnmt_stdm_finl_seq", "type": "bigint", "description": null}, {"name": "tnmt_no", "type": "bigint", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "stdm_id", "type": "string", ...
CREATE TABLE `gostop_db`.`tnmt_stdm_finl_info` ( `tnmt_stdm_finl_seq` bigint COMMENT 'None', `tnmt_no` bigint COMMENT 'None', `chnl_id` string COMMENT 'None', `stdm_id` string COMMENT 'None', `stdm_name` string COMMENT 'None', `room_id` bigint COMMENT 'None', `exec_tcnt` bigint COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "triplegorat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null}, {"name": "defeatcnt", "type": "bigint", "description": n...
CREATE TABLE `gostop_db`.`triplegorat` ( `memberid` string COMMENT 'None', `matchcnt` bigint COMMENT 'None', `wincnt` bigint COMMENT 'None', `defeatcnt` bigint COMMENT 'None', `drawcnt` bigint COMMENT 'None', `daycnt` bigint COMMENT 'None', `lastdate` bigint COMMENT 'None', `pushcnt` big...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_vip_user", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "pre_point", "type": "bigint", "description": null}, {"name": "now_point", "type": "bigint", "description": null}, {"name": "pre_mileage", "type": "bigint", "description": ...
CREATE TABLE `gostop_db`.`ng_vip_user` ( `sno` bigint COMMENT 'None', `pre_point` bigint COMMENT 'None', `now_point` bigint COMMENT 'None', `pre_mileage` bigint COMMENT 'None', `now_mileage` bigint COMMENT 'None', `play_point` bigint COMMENT 'None', `gift_box_buy_1` tinyint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_vip_user_log", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "reason_type", "type": "int", "description": null}, {"name": "reason_type_str", "type": "string", "description":...
CREATE TABLE `gostop_db`.`ng_vip_user_log` ( `idx` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `reason_type` int COMMENT 'None', `reason_type_str` string COMMENT 'None', `reason_str` string COMMENT 'None', `before_value` bigint COMMENT 'None', `change_value` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_sudda_dori_game_result_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "card_rule", "type": "int", "description": null}, {"name": "bet_rule", "type": "int", "description": null}, {"name": "seed", "type": "bigint", "descr...
CREATE TABLE `gostop_db`.`ng_sudda_dori_game_result_log` ( `match_no` bigint COMMENT 'None', `card_rule` int COMMENT 'None', `bet_rule` int COMMENT 'None', `seed` bigint COMMENT 'None', `rematch_cnt` int COMMENT 'None', `rematch_win_to_win_cnt` int COMMENT 'None', `winner` bigint COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_sudda_dori_game_result_user_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "match_count", "type": "int", "description": null}, {"name": "seed", "type": "bigint", "description": null}, {"name": "rematch_type", "type": "t...
CREATE TABLE `gostop_db`.`ng_sudda_dori_game_result_user_log` ( `match_no` bigint COMMENT 'None', `match_count` int COMMENT 'None', `seed` bigint COMMENT 'None', `rematch_type` tinyint COMMENT 'None', `final_match` tinyint COMMENT 'None', `sno` bigint COMMENT 'None', `nickname` string COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_candy_coupon_inventory", "description": null, "columns": [{"name": "inventory_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "de...
CREATE TABLE `gostop_db`.`ng_candy_coupon_inventory` ( `inventory_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `product_id` int COMMENT 'None', `item_id` string COMMENT 'None', `infinite_period` tinyint COMMENT 'None', `stack_count` bigint COMMENT 'None', `expire_date` timestamp ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_cds_pc_log", "description": null, "columns": [{"name": "loggingtime", "type": "timestamp", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "subid", "type": "string", "description": null}, {"name": "channelid", "type": "string", "descriptio...
CREATE TABLE `gostop_db`.`ng_cds_pc_log` ( `loggingtime` timestamp COMMENT 'None', `gameid` string COMMENT 'None', `subid` string COMMENT 'None', `channelid` string COMMENT 'None', `channelip` string COMMENT 'None', `channelport` int COMMENT 'None', `channelname` string COMMENT 'None', `...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "gostop_db", "table": "ng_pokimission_user", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "mission_key", "type": "int", "description": null}, {"name": "daily_key", "type": "int", "description": null}, {"name": "reward_level", "type": "int", "description"...
CREATE TABLE `gostop_db`.`ng_pokimission_user` ( `sno` bigint COMMENT 'None', `mission_key` int COMMENT 'None', `daily_key` int COMMENT 'None', `reward_level` int COMMENT 'None', `pokimission_coin` bigint COMMENT 'None', `daily_coin` bigint COMMENT 'None', `week_reset_date` timestamp COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "abuse_user_20211202", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "bigint", "description": null}, {"...
CREATE TABLE `hangame`.`abuse_user_20211202` ( `seq` bigint COMMENT 'None', `ci` string COMMENT 'None', `sno` bigint COMMENT 'None', `sudda_sno` bigint COMMENT 'None', `tno` bigint COMMENT 'None', `hid` string COMMENT 'None', `nickname` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "abuse_user_20211214", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "bigint", "description": null}, {...
CREATE TABLE `hangame`.`abuse_user_20211214` ( `sno` bigint COMMENT 'None', `sudda_sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `tno` bigint COMMENT 'None', `ci` string COMMENT 'None', `nickname` string COMMENT 'None', `oauth_provider` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "baduki_guild", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "intro", "type": "string", "description": null}, {"n...
CREATE TABLE `hangame`.`baduki_guild` ( `seq` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `name` string COMMENT 'None', `intro` string COMMENT 'None', `word` string COMMENT 'None', `talk` string COMMENT 'None', `auto_join` boolean COMMENT 'None', `member_cnt` bigint COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "baduki_guild_chat_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "send_date", "type": "timestamp", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description...
CREATE TABLE `hangame`.`baduki_guild_chat_log` ( `seq` bigint COMMENT 'None', `send_date` timestamp COMMENT 'None', `guild_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `type` boolean COMMENT 'None', `message` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "baduki_guild_member_0915", "description": null, "columns": [{"name": "sno", "type": "string", "description": null}, {"name": "guild_seq", "type": "string", "description": null}, {"name": "reg_date", "type": "string", "description": null}, {"name": "position", "type": "string", "descrip...
CREATE TABLE `hangame`.`baduki_guild_member_0915` ( `sno` string COMMENT 'None', `guild_seq` string COMMENT 'None', `reg_date` string COMMENT 'None', `position` string COMMENT 'None', `read_chat_seq` string COMMENT 'None', `read_notice_seq` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "baduki_guild_member_0917", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "string", "description": null}, {"name": "position", "type": "string", "descrip...
CREATE TABLE `hangame`.`baduki_guild_member_0917` ( `sno` bigint COMMENT 'None', `guild_seq` bigint COMMENT 'None', `reg_date` string COMMENT 'None', `position` string COMMENT 'None', `read_chat_seq` string COMMENT 'None', `read_notice_seq` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "baduki_guild_member_20210927", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "string", "description": null}, {"name": "position", "type": "string", "des...
CREATE TABLE `hangame`.`baduki_guild_member_20210927` ( `sno` bigint COMMENT 'None', `guild_seq` bigint COMMENT 'None', `reg_date` string COMMENT 'None', `position` string COMMENT 'None', `read_chat_seq` string COMMENT 'None', `read_notice_seq` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "baduki_guild_member_season", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "season_date", "type": "timestamp", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "d...
CREATE TABLE `hangame`.`baduki_guild_member_season` ( `season` bigint COMMENT 'None', `season_date` timestamp COMMENT 'None', `guild_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `ranking_league` bigint COMMENT 'None', `point_siege` boolean COMMENT 'None', `point_act` bigint COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "cv_code_tbl", "description": null, "columns": [{"name": "dummy", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`cv_code_tbl` ( `dummy` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "cyd_spot_baduki_pansu_10bilmoney", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "_c1", "type": "double", "description": null}, {"name": "_c2", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`cyd_spot_baduki_pansu_10bilmoney` ( `sno` bigint COMMENT 'None', `_c1` double COMMENT 'None', `_c2` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "cyd_spot_baduki_pansu_5bilmoney_230912", "description": null, "columns": [{"name": "gamename", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "_c2", "type": "double", "description": null}, {"name": "_c3", "type": "bigint", "desc...
CREATE TABLE `hangame`.`cyd_spot_baduki_pansu_5bilmoney_230912` ( `gamename` string COMMENT 'None', `sno` bigint COMMENT 'None', `_c2` double COMMENT 'None', `_c3` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "cyd_spot_loss_sales_ym", "description": null, "columns": [{"name": "hid", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "lossmoney", "type": "bigint", "description": null}, {"name": "rank_loss", "type": "bigint", "description"...
CREATE TABLE `hangame`.`cyd_spot_loss_sales_ym` ( `hid` string COMMENT 'None', `game` string COMMENT 'None', `lossmoney` bigint COMMENT 'None', `rank_loss` bigint COMMENT 'None', `perrank_loss` double COMMENT 'None', `sales` bigint COMMENT 'None', `work_ym` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "cyd_spot_loss_ym", "description": null, "columns": [{"name": "usercode", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "game", "type": "string", "description": null}, ...
CREATE TABLE `hangame`.`cyd_spot_loss_ym` ( `usercode` string COMMENT 'None', `hid` string COMMENT 'None', `work_ym` bigint COMMENT 'None', `game` string COMMENT 'None', `lossmoney` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "cyd_spot_sales_ym_2", "description": null, "columns": [{"name": "usercode", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "gamename", "type": "string", "description": ...
CREATE TABLE `hangame`.`cyd_spot_sales_ym_2` ( `usercode` string COMMENT 'None', `hid` string COMMENT 'None', `work_ym` bigint COMMENT 'None', `gamename` string COMMENT 'None', `sales` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "doublea_poker_tournament_status_230202", "description": null, "columns": [{"name": "name", "type": "string", "description": null}, {"name": "buyin", "type": "bigint", "description": null}, {"name": "start_date", "type": "timestamp", "description": null}, {"name": "regist_num", "type": ...
CREATE TABLE `hangame`.`doublea_poker_tournament_status_230202` ( `name` string COMMENT 'None', `buyin` bigint COMMENT 'None', `start_date` timestamp COMMENT 'None', `regist_num` bigint COMMENT 'None', `join_num` bigint COMMENT 'None', `buyin_sum` bigint COMMENT 'None', `rebuyin_sum` bigint ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "doublea_poker_tournament_status_230208", "description": null, "columns": [{"name": "name", "type": "string", "description": null}, {"name": "buyin", "type": "bigint", "description": null}, {"name": "start_date", "type": "timestamp", "description": null}, {"name": "regist_num", "type": ...
CREATE TABLE `hangame`.`doublea_poker_tournament_status_230208` ( `name` string COMMENT 'None', `buyin` bigint COMMENT 'None', `start_date` timestamp COMMENT 'None', `regist_num` bigint COMMENT 'None', `join_num` bigint COMMENT 'None', `buyin_sum` bigint COMMENT 'None', `rebuyin_sum` bigint ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "grp_hd_user_tournament", "description": null, "columns": [{"name": "arena_seq", "type": "bigint", "description": null}, {"name": "regist_num", "type": "bigint", "description": null}, {"name": "join_num", "type": "bigint", "description": null}, {"name": "buyin_sum", "type": "bigint", "d...
CREATE TABLE `hangame`.`grp_hd_user_tournament` ( `arena_seq` bigint COMMENT 'None', `regist_num` bigint COMMENT 'None', `join_num` bigint COMMENT 'None', `buyin_sum` bigint COMMENT 'None', `rebuyin_sum` bigint COMMENT 'None', `addon_sum` bigint COMMENT 'None', `maxrank` int COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "guild_member_218030_1", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "position", "type": "boolean", "descri...
CREATE TABLE `hangame`.`guild_member_218030_1` ( `sno` bigint COMMENT 'None', `guild_seq` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `position` boolean COMMENT 'None', `read_chat_seq` boolean COMMENT 'None', `read_notice_seq` boolean COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "pwt_mng_datetime", "description": null, "columns": [{"name": "work_dt", "type": "timestamp", "description": null}, {"name": "work_ymd", "type": "string", "description": null}, {"name": "work_dd", "type": "string", "description": null}, {"name": "work_ym", "type": "string", "description...
CREATE TABLE `hangame`.`pwt_mng_datetime` ( `work_dt` timestamp COMMENT 'None', `work_ymd` string COMMENT 'None', `work_dd` string COMMENT 'None', `work_ym` string COMMENT 'None', `work_ymd_m01` string COMMENT 'None', `work_ymd_num` int COMMENT 'None', `is_lst_mm` int COMMENT 'None', `pr...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "pwt_mng_losmony_adv_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_adv_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_losmony_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_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_monthly_losmony_list", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "adv_exp", "type": "tinyint", "description": null}, {"name": "los_mony", "type": "bigint", "descri...
CREATE TABLE `hangame`.`pwt_monthly_losmony_list` ( `work_ym` string COMMENT 'None', `userno` string COMMENT 'None', `adv_exp` tinyint COMMENT 'None', `los_mony` bigint COMMENT 'None', `win_mony` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_abuseuser_20211202", "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": nul...
CREATE TABLE `hangame`.`spot_abuseuser_20211202` ( `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...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_cyd_match_money_dist_230814", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "_c2", "type": "bigint", "description": null}, {"name": "_c3", "type": "bigint", "description...
CREATE TABLE `hangame`.`spot_cyd_match_money_dist_230814` ( `sno` bigint COMMENT 'None', `work_ym` bigint COMMENT 'None', `_c2` bigint COMMENT 'None', `_c3` bigint COMMENT 'None', `lossmgame` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_cyd_match_money_dist_230814_1", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "work_ym", "type": "bigint", "description": null}, {"name": "numday", "type": "bigint", "description": null}, {"name": "sumloss", "type": "bigint", "de...
CREATE TABLE `hangame`.`spot_cyd_match_money_dist_230814_1` ( `sno` bigint COMMENT 'None', `work_ym` bigint COMMENT 'None', `numday` bigint COMMENT 'None', `sumloss` bigint COMMENT 'None', `summatch` bigint COMMENT 'None', `lossmgame` double COMMENT 'None', `matchpday` double COMMENT 'None' ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_doublea_user_sales_distribute", "description": null, "columns": [{"name": "work_ym", "type": "bigint", "description": null}, {"name": "gamename", "type": "string", "description": null}, {"name": "_c2", "type": "bigint", "description": null}, {"name": "_c3", "type": "bigint", "desc...
CREATE TABLE `hangame`.`spot_doublea_user_sales_distribute` ( `work_ym` bigint COMMENT 'None', `gamename` 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": "spot_game_sales_union_20230623", "description": null, "columns": [{"name": "pre_time", "type": "timestamp", "description": null}, {"name": "class1", "type": "string", "description": null}, {"name": "class2", "type": "string", "description": null}, {"name": "_c2", "type": "string", "des...
CREATE TABLE `hangame`.`spot_game_sales_union_20230623` ( `pre_time` timestamp COMMENT 'None', `class1` string COMMENT 'None', `class2` string COMMENT 'None', `_c2` string COMMENT 'None', `sno` bigint COMMENT 'None', `betting_avg` int COMMENT 'None', `hid` string COMMENT 'None', `game_ki...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_guild_ocupation_lossmoney_sales_32", "description": null, "columns": [{"name": "work_ymd", "type": "bigint", "description": null}, {"name": "gamename", "type": "string", "description": null}, {"name": "_c2", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`spot_guild_ocupation_lossmoney_sales_32` ( `work_ymd` bigint COMMENT 'None', `gamename` string COMMENT 'None', `_c2` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_guild_ocupation_lossmoney_season32", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "_c2", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`spot_guild_ocupation_lossmoney_season32` ( `work_ymd` string COMMENT 'None', `game` string COMMENT 'None', `_c2` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_guild_ocupation_lossmoney_seedmoney_season32", "description": null, "columns": [{"name": "work_ymd", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "gamename", "type": "string", "description": null}, {"name": "seed_money",...
CREATE TABLE `hangame`.`spot_guild_ocupation_lossmoney_seedmoney_season32` ( `work_ymd` string COMMENT 'None', `game` string COMMENT 'None', `gamename` string COMMENT 'None', `seed_money` bigint COMMENT 'None', `_c4` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_hd_user_tournament_hid", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "arena_seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "registered_date", "type": "timestamp", ...
CREATE TABLE `hangame`.`spot_hd_user_tournament_hid` ( `seq` bigint COMMENT 'None', `arena_seq` bigint COMMENT 'None', `gid` string COMMENT 'None', `registered_date` timestamp COMMENT 'None', `join_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `last_entry_seq` bigint C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_hd_user_tournament_hid_buyin", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "arena_seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "registered_date", "type": "timest...
CREATE TABLE `hangame`.`spot_hd_user_tournament_hid_buyin` ( `seq` bigint COMMENT 'None', `arena_seq` bigint COMMENT 'None', `gid` string COMMENT 'None', `registered_date` timestamp COMMENT 'None', `join_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `last_entry_seq` bi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_msudda_reg_first_game", "description": null, "columns": [{"name": "hid", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "gamename", "type": "string", "description": null}, {"name": "_c3", "type": "timestamp", "description":...
CREATE TABLE `hangame`.`spot_msudda_reg_first_game` ( `hid` string COMMENT 'None', `sno` bigint COMMENT 'None', `gamename` string COMMENT 'None', `_c3` timestamp COMMENT 'None', `_c4` timestamp COMMENT 'None', `_c5` bigint COMMENT 'None', `_c6` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_msudda_reg_first_game_fg", "description": null, "columns": [{"name": "hid", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "gamename", "type": "string", "description": null}, {"name": "_c3", "type": "timestamp", "descriptio...
CREATE TABLE `hangame`.`spot_msudda_reg_first_game_fg` ( `hid` string COMMENT 'None', `sno` bigint COMMENT 'None', `gamename` string COMMENT 'None', `_c3` timestamp COMMENT 'None', `_c4` timestamp COMMENT 'None', `_c5` bigint COMMENT 'None', `_c6` bigint COMMENT 'None', `firstgame` strin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_msudda_reg_first_game_fg_grp", "description": null, "columns": [{"name": "hid", "type": "string", "description": null}, {"name": "firstgame", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`spot_msudda_reg_first_game_fg_grp` ( `hid` string COMMENT 'None', `firstgame` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_sales_poker_reg_date_20220107", "description": null, "columns": [{"name": "work_ym", "type": "bigint", "description": null}, {"name": "_c1", "type": "double", "description": null}, {"name": "_c2", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`spot_sales_poker_reg_date_20220107` ( `work_ym` bigint COMMENT 'None', `_c1` double COMMENT 'None', `_c2` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_sales_suddda_reg_date_20220107", "description": null, "columns": [{"name": "work_ym", "type": "bigint", "description": null}, {"name": "_c1", "type": "double", "description": null}, {"name": "_c2", "type": "bigint", "description": null}]}
CREATE TABLE `hangame`.`spot_sales_suddda_reg_date_20220107` ( `work_ym` bigint COMMENT 'None', `_c1` double COMMENT 'None', `_c2` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_sudda_poker_sales_loss_20210106", "description": null, "columns": [{"name": "work_ym", "type": "bigint", "description": null}, {"name": "ymhid", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "p_sales", "type": "bigint", "d...
CREATE TABLE `hangame`.`spot_sudda_poker_sales_loss_20210106` ( `work_ym` bigint COMMENT 'None', `ymhid` string COMMENT 'None', `hid` string COMMENT 'None', `p_sales` bigint COMMENT 'None', `s_sales` bigint COMMENT 'None', `p_lossmoney` bigint COMMENT 'None', `s_lossmoney` bigint COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_sudda_poker_sales_loss_cmonth", "description": null, "columns": [{"name": "work_ym", "type": "bigint", "description": null}, {"name": "ymhid", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "p_sales", "type": "bigint", "des...
CREATE TABLE `hangame`.`spot_sudda_poker_sales_loss_cmonth` ( `work_ym` bigint COMMENT 'None', `ymhid` string COMMENT 'None', `hid` string COMMENT 'None', `p_sales` bigint COMMENT 'None', `s_sales` bigint COMMENT 'None', `p_lossmoney` bigint COMMENT 'None', `s_lossmoney` bigint COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "spot_userlog_mg_220818", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "datatype", "type": "string", "description": null}, {"name": "game", "type": "string", "description": null}...
CREATE TABLE `hangame`.`spot_userlog_mg_220818` ( `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `datatype` string COMMENT 'None', `game` string COMMENT 'None', `gamename` string COMMENT 'None', `seed_money` bigint COMMENT 'None', `game_kind` int COMMENT 'None', `jokbo_string`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "temp_ssy_montly_cum_ltv_kr", "description": null, "columns": [{"name": "ym", "type": "string", "description": null}, {"name": "join_pass_date", "type": "bigint", "description": null}, {"name": "cum_netltvdelta", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`temp_ssy_montly_cum_ltv_kr` ( `ym` string COMMENT 'None', `join_pass_date` bigint COMMENT 'None', `cum_netltvdelta` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "temp_ssy_montly_cum_ltv_us", "description": null, "columns": [{"name": "ym", "type": "string", "description": null}, {"name": "join_pass_date", "type": "bigint", "description": null}, {"name": "cum_netltvdelta", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`temp_ssy_montly_cum_ltv_us` ( `ym` string COMMENT 'None', `join_pass_date` bigint COMMENT 'None', `cum_netltvdelta` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "temp_ssy_montly_d7_cum_ltv", "description": null, "columns": [{"name": "ym", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "d7", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`temp_ssy_montly_d7_cum_ltv` ( `ym` string COMMENT 'None', `nat_cd` string COMMENT 'None', `d7` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "temp_ssy_weeklyltvtrack_kr", "description": null, "columns": [{"name": "wk", "type": "int", "description": null}, {"name": "join_pass_date", "type": "bigint", "description": null}, {"name": "cohort_avg_ltv_delta", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`temp_ssy_weeklyltvtrack_kr` ( `wk` int COMMENT 'None', `join_pass_date` bigint COMMENT 'None', `cohort_avg_ltv_delta` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "temp_ssy_weeklyltvtrack_us", "description": null, "columns": [{"name": "wk", "type": "int", "description": null}, {"name": "join_pass_date", "type": "bigint", "description": null}, {"name": "cohort_avg_ltv_delta", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`temp_ssy_weeklyltvtrack_us` ( `wk` int COMMENT 'None', `join_pass_date` bigint COMMENT 'None', `cohort_avg_ltv_delta` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "temp_ssy_weeklyltvtrackcum_kr", "description": null, "columns": [{"name": "wk", "type": "int", "description": null}, {"name": "join_pass_date", "type": "bigint", "description": null}, {"name": "cohort_avg_ltv_cum", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`temp_ssy_weeklyltvtrackcum_kr` ( `wk` int COMMENT 'None', `join_pass_date` bigint COMMENT 'None', `cohort_avg_ltv_cum` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "temp_ssy_weeklyltvtrackcum_us", "description": null, "columns": [{"name": "wk", "type": "int", "description": null}, {"name": "join_pass_date", "type": "bigint", "description": null}, {"name": "cohort_avg_ltv_cum", "type": "double", "description": null}]}
CREATE TABLE `hangame`.`temp_ssy_weeklyltvtrackcum_us` ( `wk` int COMMENT 'None', `join_pass_date` bigint COMMENT 'None', `cohort_avg_ltv_cum` double COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_acc_pass_gametable", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "work_d", "type": "string", "description": null}, {"name": "sales_silverpass", "type": "double", "description": null}, {"name": "sales_goldpass", "type": "doub...
CREATE TABLE `hangame`.`tmp_acc_pass_gametable` ( `work_ym` string COMMENT 'None', `work_d` string COMMENT 'None', `sales_silverpass` double COMMENT 'None', `sales_goldpass` double COMMENT 'None', `sales_royalpass` double COMMENT 'None', `count_silverpass` bigint COMMENT 'None', `count_goldp...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_acc_pass_gametable_subscrip_ticket", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "work_d", "type": "string", "description": null}, {"name": "sales_silverpass", "type": "double", "description": null}, {"name": "sales_goldpass...
CREATE TABLE `hangame`.`tmp_acc_pass_gametable_subscrip_ticket` ( `work_ym` string COMMENT 'None', `work_d` string COMMENT 'None', `sales_silverpass` double COMMENT 'None', `sales_goldpass` double COMMENT 'None', `sales_royalpass` double COMMENT 'None', `sales_silverpass_ticket` double COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_acc_pass_gametable_sudda", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "work_d", "type": "string", "description": null}, {"name": "sales_pingddangpass", "type": "double", "description": null}, {"name": "sales_zangddang", "ty...
CREATE TABLE `hangame`.`tmp_acc_pass_gametable_sudda` ( `work_ym` string COMMENT 'None', `work_d` string COMMENT 'None', `sales_pingddangpass` double COMMENT 'None', `sales_zangddang` double COMMENT 'None', `sales_gwangddang` double COMMENT 'None', `sales_pingddangpass_sub` double COMMENT 'None'...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_acc_sale_mpoker_20220223", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "work_d", "type": "string", "description": null}, {"name": "sales_amount", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "desc...
CREATE TABLE `hangame`.`tmp_acc_sale_mpoker_20220223` ( `work_ym` string COMMENT 'None', `work_d` string COMMENT 'None', `sales_amount` double COMMENT 'None', `pu` bigint COMMENT 'None', `sales_count` bigint COMMENT 'None', `g_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_acc_sale_msudda_20220223", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "work_d", "type": "string", "description": null}, {"name": "sales_amount", "type": "double", "description": null}, {"name": "pu", "type": "bigint", "desc...
CREATE TABLE `hangame`.`tmp_acc_sale_msudda_20220223` ( `work_ym` string COMMENT 'None', `work_d` string COMMENT 'None', `sales_amount` double COMMENT 'None', `pu` bigint COMMENT 'None', `sales_count` bigint COMMENT 'None', `g_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_apilv_sno_mpoker", "description": null, "columns": [{"name": "_c0", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}...
CREATE TABLE `hangame`.`tmp_apilv_sno_mpoker` ( `_c0` string COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `log_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_doublea_poker_cross_game_user", "description": null, "columns": [{"name": "_c0", "type": "bigint", "description": null}, {"name": "game", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_doublea_poker_cross_game_user` ( `_c0` bigint 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_khg_code_tbl2", "description": null, "columns": [{"name": "div", "type": "varchar(2)", "description": null}]}
CREATE TABLE `hangame`.`tmp_khg_code_tbl2` ( `div` varchar(2) COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_poker_bonusrate", "description": null, "columns": [{"name": "item_name", "type": "string", "description": null}, {"name": "_c1", "type": "bigint", "description": null}, {"name": "salesamt", "type": "double", "description": null}, {"name": "_c3", "type": "double", "description":...
CREATE TABLE `hangame`.`tmp_lrw_poker_bonusrate` ( `item_name` string COMMENT 'None', `_c1` bigint COMMENT 'None', `salesamt` double COMMENT 'None', `_c3` double COMMENT 'None', `work_ts` timestamp COMMENT 'None', `work_ymd` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_poker_guild_lossmoney", "description": null, "columns": [{"name": "bf_update", "type": "tinyint", "description": null}, {"name": "_c1", "type": "bigint", "description": null}, {"name": "uv", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "descrip...
CREATE TABLE `hangame`.`tmp_lrw_poker_guild_lossmoney` ( `bf_update` tinyint COMMENT 'None', `_c1` bigint COMMENT 'None', `uv` 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_poker_purchase", "description": null, "columns": [{"name": "work_ts", "type": "timestamp", "description": null}, {"name": "store", "type": "string", "description": null}, {"name": "item_cd", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "descript...
CREATE TABLE `hangame`.`tmp_lrw_poker_purchase` ( `work_ts` timestamp COMMENT 'None', `store` string COMMENT 'None', `item_cd` string COMMENT 'None', `prod_nm` string COMMENT 'None', `pur_nb` bigint COMMENT 'None', `pur_amt` double COMMENT 'None', `bip_nb` bigint COMMENT 'None', `bip_amt...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_pokersalesamt", "description": null, "columns": [{"name": "item_name", "type": "string", "description": null}, {"name": "todaysaleamt", "type": "bigint", "description": null}, {"name": "yester_diff", "type": "bigint", "description": null}, {"name": "yester_pt", "type": "double"...
CREATE TABLE `hangame`.`tmp_lrw_pokersalesamt` ( `item_name` string COMMENT 'None', `todaysaleamt` bigint COMMENT 'None', `yester_diff` bigint COMMENT 'None', `yester_pt` double COMMENT 'None', `lastmonth_diff` bigint COMMENT 'None', `lastmonth_pt` double COMMENT 'None', `todate` timestamp C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_pokersalescnt", "description": null, "columns": [{"name": "item_name", "type": "string", "description": null}, {"name": "todaysalecnt", "type": "bigint", "description": null}, {"name": "yesterdaysalecnt", "type": "bigint", "description": null}, {"name": "yester_pt", "type": "do...
CREATE TABLE `hangame`.`tmp_lrw_pokersalescnt` ( `item_name` string COMMENT 'None', `todaysalecnt` bigint COMMENT 'None', `yesterdaysalecnt` bigint COMMENT 'None', `yester_pt` double COMMENT 'None', `lastmonthsalecnt` bigint COMMENT 'None', `lastmonth_pt` double COMMENT 'None', `work_ymd` in...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_sudda_bonusrate", "description": null, "columns": [{"name": "prod_nm", "type": "string", "description": null}, {"name": "provision", "type": "bigint", "description": null}, {"name": "salesamt", "type": "double", "description": null}, {"name": "bonusrate", "type": "double", "des...
CREATE TABLE `hangame`.`tmp_lrw_sudda_bonusrate` ( `prod_nm` string COMMENT 'None', `provision` bigint COMMENT 'None', `salesamt` double COMMENT 'None', `bonusrate` double COMMENT 'None', `work_ts` timestamp COMMENT 'None', `work_ymd` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_sudda_guild_lossmoney", "description": null, "columns": [{"name": "bf_update", "type": "tinyint", "description": null}, {"name": "_c1", "type": "bigint", "description": null}, {"name": "uv", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "descrip...
CREATE TABLE `hangame`.`tmp_lrw_sudda_guild_lossmoney` ( `bf_update` tinyint COMMENT 'None', `_c1` bigint COMMENT 'None', `uv` 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_sudda_guild_sales", "description": null, "columns": [{"name": "_c0", "type": "double", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]}
CREATE TABLE `hangame`.`tmp_lrw_sudda_guild_sales` ( `_c0` double COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_sudda_purchase", "description": null, "columns": [{"name": "work_ts", "type": "timestamp", "description": null}, {"name": "store", "type": "string", "description": null}, {"name": "item_cd", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "descript...
CREATE TABLE `hangame`.`tmp_lrw_sudda_purchase` ( `work_ts` timestamp COMMENT 'None', `store` string COMMENT 'None', `item_cd` string COMMENT 'None', `prod_nm` string COMMENT 'None', `pur_nb` bigint COMMENT 'None', `pur_amt` double COMMENT 'None', `bip_nb` bigint COMMENT 'None', `bip_amt...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_lrw_suddasalesamt", "description": null, "columns": [{"name": "prod_nm", "type": "string", "description": null}, {"name": "todaysaleamt", "type": "bigint", "description": null}, {"name": "yester_diff", "type": "bigint", "description": null}, {"name": "yester_pt", "type": "double", ...
CREATE TABLE `hangame`.`tmp_lrw_suddasalesamt` ( `prod_nm` string COMMENT 'None', `todaysaleamt` bigint COMMENT 'None', `yester_diff` bigint COMMENT 'None', `yester_pt` double COMMENT 'None', `lastmonth_diff` bigint COMMENT 'None', `lastmonth_pt` double COMMENT 'None', `todate` timestamp COM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "hangame", "table": "tmp_money_sales_rate_20211007", "description": null, "columns": [{"name": "workgame", "type": "string", "description": null}, {"name": "paidmoney", "type": "bigint", "description": null}, {"name": "freemoney", "type": "bigint", "description": null}, {"name": "sales", "type": "bigint", ...
CREATE TABLE `hangame`.`tmp_money_sales_rate_20211007` ( `workgame` string COMMENT 'None', `paidmoney` bigint COMMENT 'None', `freemoney` bigint COMMENT 'None', `sales` bigint COMMENT 'None', `reward_rate` double COMMENT 'None', `total_rate` double COMMENT 'None', `ts_reg_date` timestamp COM...