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": "pc_gostop_db", "table": "ng_prize_info", "description": null, "columns": [{"name": "id_seq", "type": "int", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "event_name", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "descripti...
CREATE TABLE `pc_gostop_db`.`ng_prize_info` ( `id_seq` int COMMENT 'None', `event_id` string COMMENT 'None', `event_name` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `begin_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `winner_info_type` tinyint COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_prize_winner", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "prize_id", "type": "int", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "confirm", "type": "tinyint", "description": n...
CREATE TABLE `pc_gostop_db`.`ng_prize_winner` ( `sno` bigint COMMENT 'None', `prize_id` int COMMENT 'None', `nickname` string COMMENT 'None', `confirm` tinyint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `winner_name` string COMMENT 'None', `winner_phone_number` string COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_prize_winner_info", "description": null, "columns": [{"name": "event_id", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "event_name", "type": "string", "description": null}, {"name": "confirm", "type": "tinyint", "descr...
CREATE TABLE `pc_gostop_db`.`ng_prize_winner_info` ( `event_id` string COMMENT 'None', `sno` bigint COMMENT 'None', `event_name` string COMMENT 'None', `confirm` tinyint COMMENT 'None', `item_code` string COMMENT 'None', `item_category` tinyint COMMENT 'None', `item_quantity` bigint COMMENT ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_product_bundle", "description": null, "columns": [{"name": "bundle_seq", "type": "bigint", "description": null}, {"name": "product_id_1", "type": "int", "description": null}, {"name": "product_id_2", "type": "int", "description": null}, {"name": "product_id_3", "type": "int", "...
CREATE TABLE `pc_gostop_db`.`ng_product_bundle` ( `bundle_seq` bigint COMMENT 'None', `product_id_1` int COMMENT 'None', `product_id_2` int COMMENT 'None', `product_id_3` int COMMENT 'None', `product_id_4` int COMMENT 'None', `product_id_5` int COMMENT 'None', `product_id_6` int COMMENT 'Non...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_product_market_code", "description": null, "columns": [{"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "market_code", "type": "int", "description": null}, {"name": "market_product_code", "type": "s...
CREATE TABLE `pc_gostop_db`.`ng_product_market_code` ( `product_id` int COMMENT 'None', `item_id` string COMMENT 'None', `market_code` int COMMENT 'None', `market_product_code` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_product_period_bonus", "description": null, "columns": [{"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "item_code", "type": "int", "description": null}, {"name": "period_time", "type": "int", "des...
CREATE TABLE `pc_gostop_db`.`ng_product_period_bonus` ( `product_id` int COMMENT 'None', `item_id` string COMMENT 'None', `item_code` int COMMENT 'None', `period_time` int COMMENT 'None', `item_quantity` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_product_slot_order", "description": null, "columns": [{"name": "product_id", "type": "int", "description": null}, {"name": "slot_no", "type": "tinyint", "description": null}, {"name": "order_no", "type": "int", "description": null}, {"name": "reg_date", "type": "timestamp", "de...
CREATE TABLE `pc_gostop_db`.`ng_product_slot_order` ( `product_id` int COMMENT 'None', `slot_no` tinyint COMMENT 'None', `order_no` int COMMENT 'None', `reg_date` timestamp COMMENT 'None', `last_update_date` timestamp COMMENT 'None', `modifier` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_product_target", "description": null, "columns": [{"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "sell_target", "type": "int", "description": null}, {"name": "sell_target2", "type": "int", "descri...
CREATE TABLE `pc_gostop_db`.`ng_product_target` ( `product_id` int COMMENT 'None', `item_id` string COMMENT 'None', `sell_target` int COMMENT 'None', `sell_target2` int COMMENT 'None', `target_min_money` bigint COMMENT 'None', `target_max_money` bigint COMMENT 'None', `target_min_jewel` bigi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_purchase_account", "description": null, "columns": [{"name": "account_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "descrip...
CREATE TABLE `pc_gostop_db`.`ng_purchase_account` ( `account_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `product_id` int COMMENT 'None', `item_id` string COMMENT 'None', `purchase_date` timestamp COMMENT 'None', `market_code` int COMMENT 'None', `price` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_rat", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "account_type", "type": "tinyint", "description": null}, {"name": "hno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"nam...
CREATE TABLE `pc_gostop_db`.`ng_rat` ( `sno` bigint COMMENT 'None', `account_type` tinyint COMMENT 'None', `hno` bigint COMMENT 'None', `hid` string COMMENT 'None', `nickname` string COMMENT 'None', `ball` bigint COMMENT 'None', `game_money` bigint COMMENT 'None', `safe` bigint COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_reserved_push", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "type", "type": "smallint", "description": null}, {"name": "tag", "type": "smallint", "description": null}, ...
CREATE TABLE `pc_gostop_db`.`ng_reserved_push` ( `seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `type` smallint COMMENT 'None', `tag` smallint COMMENT 'None', `value1` string COMMENT 'None', `value2` string COMMENT 'None', `value3` string COMMENT 'None', `link` string COMMENT ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_reserved_push_string", "description": null, "columns": [{"name": "type", "type": "smallint", "description": null}, {"name": "message", "type": "string", "description": null}, {"name": "information", "type": "string", "description": null}, {"name": "registrant", "type": "string"...
CREATE TABLE `pc_gostop_db`.`ng_reserved_push_string` ( `type` smallint COMMENT 'None', `message` string COMMENT 'None', `information` string COMMENT 'None', `registrant` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `amender` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_restriction_user_log", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "reg_date", "type": "bigint", "description": null}, {"name": "loss_money", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigint", "de...
CREATE TABLE `pc_gostop_db`.`ng_restriction_user_log` ( `sno` bigint COMMENT 'None', `reg_date` bigint 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": "pc_gostop_db", "table": "ng_room_list", "description": null, "columns": [{"name": "room_id", "type": "int", "description": null}, {"name": "lobby_id", "type": "int", "description": null}, {"name": "lobby_type", "type": "int", "description": null}, {"name": "current_user_count", "type": "tinyint", "descrip...
CREATE TABLE `pc_gostop_db`.`ng_room_list` ( `room_id` int COMMENT 'None', `lobby_id` int COMMENT 'None', `lobby_type` int COMMENT 'None', `current_user_count` tinyint COMMENT 'None', `game_type` int COMMENT 'None', `arena_group` int COMMENT 'None', `seed_money` bigint COMMENT 'None', `o...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_room_speed_list", "description": null, "columns": [{"name": "room_id", "type": "int", "description": null}, {"name": "lobby_id", "type": "int", "description": null}, {"name": "lobby_type", "type": "int", "description": null}, {"name": "current_user_count", "type": "tinyint", "d...
CREATE TABLE `pc_gostop_db`.`ng_room_speed_list` ( `room_id` int COMMENT 'None', `lobby_id` int COMMENT 'None', `lobby_type` int COMMENT 'None', `current_user_count` tinyint COMMENT 'None', `game_type` int COMMENT 'None', `arena_group` int COMMENT 'None', `seed_money` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_send_item_user", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "reward_type", "type": "int", "description": null}, {"name": "reward_item_id", "type": "string", "descripti...
CREATE TABLE `pc_gostop_db`.`ng_send_item_user` ( `idx` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `reward_type` int COMMENT 'None', `reward_item_id` string COMMENT 'None', `reward_product_id` int COMMENT 'None', `reward_quantity` bigint COMMENT 'None', `bip_category` int COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_service_pause", "description": null, "columns": [{"name": "seq_no", "type": "int", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "pause_date", "type": "timestamp", "description": null}, {"name": "pause_desc", "type": "string", "d...
CREATE TABLE `pc_gostop_db`.`ng_service_pause` ( `seq_no` int COMMENT 'None', `reg_date` timestamp COMMENT 'None', `pause_date` timestamp COMMENT 'None', `pause_desc` string COMMENT 'None', `name` string COMMENT 'None', `lobby_type` int COMMENT 'None', `lobby_id` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_slide_notice", "description": null, "columns": [{"name": "id_seq", "type": "int", "description": null}, {"name": "notice_type", "type": "tinyint", "description": null}, {"name": "notice_title", "type": "string", "description": null}, {"name": "notice_contents", "type": "string"...
CREATE TABLE `pc_gostop_db`.`ng_slide_notice` ( `id_seq` int COMMENT 'None', `notice_type` tinyint COMMENT 'None', `notice_title` string COMMENT 'None', `notice_contents` string COMMENT 'None', `notice_url` string COMMENT 'None', `notice_begin_date` timestamp COMMENT 'None', `notice_end_date...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_subscription", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "purchasetoken", "type": "string", "description": null}, {"name": "subscriptionid", "type": "string", "description": null}, {"name": "starttimemillis", "type": "bigi...
CREATE TABLE `pc_gostop_db`.`ng_subscription` ( `sno` bigint COMMENT 'None', `purchasetoken` string COMMENT 'None', `subscriptionid` string COMMENT 'None', `starttimemillis` bigint COMMENT 'None', `expirytimemillis` bigint COMMENT 'None', `autorenewing` string COMMENT 'None', `rewardcount` t...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_sudda_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", "descrip...
CREATE TABLE `pc_gostop_db`.`ng_sudda_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', `last_rematch_type` int COMMENT 'None', `rematch_win_to_win_cnt` int COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_sudda_game_result_user_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "match_count", "type": "int", "description": null}, {"name": "rematch_type", "type": "tinyint", "description": null}, {"name": "final_match", "typ...
CREATE TABLE `pc_gostop_db`.`ng_sudda_game_result_user_log` ( `match_no` bigint COMMENT 'None', `match_count` int COMMENT 'None', `rematch_type` tinyint COMMENT 'None', `final_match` tinyint COMMENT 'None', `sno` bigint COMMENT 'None', `nickname` string COMMENT 'None', `cafe_id` bigint COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_thrillup_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno1", "type": "bigint", "description": null}, {"name": "sno2", "type": "bigint", "description": null}, {"name": "game_count", "type": "int", "description": null...
CREATE TABLE `pc_gostop_db`.`ng_thrillup_log` ( `id_seq` bigint COMMENT 'None', `sno1` bigint COMMENT 'None', `sno2` bigint COMMENT 'None', `game_count` int COMMENT 'None', `thrillup_seed` bigint COMMENT 'None', `thrillup` tinyint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `wor...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_time_bonus", "description": null, "columns": [{"name": "id_seq", "type": "int", "description": null}, {"name": "begin_datetime", "type": "timestamp", "description": null}, {"name": "end_datetime", "type": "timestamp", "description": null}, {"name": "push_target_type", "type": "...
CREATE TABLE `pc_gostop_db`.`ng_time_bonus` ( `id_seq` int COMMENT 'None', `begin_datetime` timestamp COMMENT 'None', `end_datetime` timestamp COMMENT 'None', `push_target_type` int COMMENT 'None', `push_target_value1` bigint COMMENT 'None', `push_target_value2` bigint COMMENT 'None', `rewar...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_tournament_rank_new", "description": null, "columns": [{"name": "tournament_id", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "rank", "type": "int", "description": null}, {"name": "nickname", "type": "string", "descrip...
CREATE TABLE `pc_gostop_db`.`ng_tournament_rank_new` ( `tournament_id` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `rank` int COMMENT 'None', `nickname` string COMMENT 'None', `avatar_img` string COMMENT 'None', `last_round_no` tinyint COMMENT 'None', `round_play_points` bigint COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_tournament_rank_reward_new", "description": null, "columns": [{"name": "joun_count", "type": "int", "description": null}, {"name": "rank", "type": "int", "description": null}, {"name": "max_player", "type": "int", "description": null}, {"name": "reward_prize_rate", "type": "int...
CREATE TABLE `pc_gostop_db`.`ng_tournament_rank_reward_new` ( `joun_count` int COMMENT 'None', `rank` int COMMENT 'None', `max_player` int COMMENT 'None', `reward_prize_rate` int COMMENT 'None', `reward_item_id` string COMMENT 'None', `reward_product_id` int COMMENT 'None', `reward_quantity`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_tournament_round_new", "description": null, "columns": [{"name": "schedule_id", "type": "bigint", "description": null}, {"name": "channel_id", "type": "int", "description": null}, {"name": "round_no", "type": "tinyint", "description": null}, {"name": "seed", "type": "bigint", "...
CREATE TABLE `pc_gostop_db`.`ng_tournament_round_new` ( `schedule_id` bigint COMMENT 'None', `channel_id` int COMMENT 'None', `round_no` tinyint COMMENT 'None', `seed` bigint COMMENT 'None', `play_count` tinyint COMMENT 'None', `min_play_money` bigint COMMENT 'None', `max_play_money` bigint ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_tournament_schedule_admin", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "schedule_id", "type": "bigint", "description": null}, {"name": "amender", "type": "string", "description": null}, {"name": "reg_date", "type": "time...
CREATE TABLE `pc_gostop_db`.`ng_tournament_schedule_admin` ( `id_seq` bigint COMMENT 'None', `schedule_id` bigint COMMENT 'None', `amender` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `modified_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_tournament_schedule_new", "description": null, "columns": [{"name": "schedule_id", "type": "bigint", "description": null}, {"name": "begin_date", "type": "timestamp", "description": null}, {"name": "end_date", "type": "timestamp", "description": null}, {"name": "open_time", "ty...
CREATE TABLE `pc_gostop_db`.`ng_tournament_schedule_new` ( `schedule_id` bigint COMMENT 'None', `begin_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `open_time` int COMMENT 'None', `close_time` int COMMENT 'None', `repeat_sec` int COMMENT 'None', `comment` string COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_tournament_setting_new", "description": null, "columns": [{"name": "key", "type": "int", "description": null}, {"name": "value", "type": "bigint", "description": null}, {"name": "comment", "type": "string", "description": null}, {"name": "last_update_date", "type": "timestamp",...
CREATE TABLE `pc_gostop_db`.`ng_tournament_setting_new` ( `key` int COMMENT 'None', `value` bigint COMMENT 'None', `comment` string COMMENT 'None', `last_update_date` timestamp COMMENT 'None', `amender` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_tournament_summary_new", "description": null, "columns": [{"name": "tournament_id", "type": "bigint", "description": null}, {"name": "channel_id", "type": "int", "description": null}, {"name": "run_count", "type": "bigint", "description": null}, {"name": "prize_money", "type": ...
CREATE TABLE `pc_gostop_db`.`ng_tournament_summary_new` ( `tournament_id` bigint COMMENT 'None', `channel_id` int COMMENT 'None', `run_count` bigint COMMENT 'None', `prize_money` bigint COMMENT 'None', `bonus_prize_money` bigint COMMENT 'None', `cancel_date` timestamp COMMENT 'None', `begin_...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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": "in...
CREATE TABLE `pc_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 COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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": "...
CREATE TABLE `pc_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 COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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", "ty...
CREATE TABLE `pc_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_...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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": "big...
CREATE TABLE `pc_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` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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 `pc_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', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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 `pc_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": "pc_gostop_db", "table": "ng_version_mast", "description": null, "columns": [{"name": "mast_type", "type": "int", "description": null}, {"name": "mast_version", "type": "bigint", "description": null}, {"name": "update_date", "type": "timestamp", "description": null}, {"name": "create_date", "type": "timest...
CREATE TABLE `pc_gostop_db`.`ng_version_mast` ( `mast_type` int COMMENT 'None', `mast_version` bigint COMMENT 'None', `update_date` timestamp COMMENT 'None', `create_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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", "de...
CREATE TABLE `pc_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` b...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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", ...
CREATE TABLE `pc_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": "pc_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", "de...
CREATE TABLE `pc_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": "pc_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":...
CREATE TABLE `pc_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` bigi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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"...
CREATE TABLE `pc_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`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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 `pc_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 'Non...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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": nul...
CREATE TABLE `pc_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` strin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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 `pc_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', `service...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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": ...
CREATE TABLE `pc_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` bi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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": nu...
CREATE TABLE `pc_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', `revisio...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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":...
CREATE TABLE `pc_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": "pc_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": "timestam...
CREATE TABLE `pc_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 ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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 `pc_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', `l...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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 `pc_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', `wo...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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": "time...
CREATE TABLE `pc_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": "pc_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 `pc_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": "pc_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": "bigin...
CREATE TABLE `pc_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 COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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 `pc_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": "pc_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",...
CREATE TABLE `pc_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` bigin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "servicemast", "description": null, "columns": [{"name": "gameid", "type": "string", "description": null}, {"name": "servicekind", "type": "string", "description": null}, {"name": "servicename", "type": "string", "description": null}, {"name": "machine", "type": "string", "descript...
CREATE TABLE `pc_gostop_db`.`servicemast` ( `gameid` string COMMENT 'None', `servicekind` string COMMENT 'None', `servicename` string COMMENT 'None', `machine` string COMMENT 'None', `logpath` string COMMENT 'None', `loglevel` string COMMENT 'None', `logconsole` string COMMENT 'None', `m...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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 `pc_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 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "tnmt_stdm_finl_info_seq", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}]}
CREATE TABLE `pc_gostop_db`.`tnmt_stdm_finl_info_seq` ( `seq` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_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"...
CREATE TABLE `pc_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` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "bigamestct", "description": null, "columns": [{"name": "logdte", "type": "string", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "maxcnt", "type": "bigint", "description": null}, {"name": "maxdate", "type": "string", "description": null}...
CREATE TABLE `pc_gostop_dw`.`bigamestct` ( `logdte` string COMMENT 'None', `gameid` string COMMENT 'None', `maxcnt` bigint COMMENT 'None', `maxdate` string COMMENT 'None', `mincnt` bigint COMMENT 'None', `sumcnt` bigint COMMENT 'None', `chccnt` bigint COMMENT 'None', `maxlcnt` bigint COM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_chnl_cd", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "strt_ymd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": n...
CREATE TABLE `pc_gostop_dw`.`dg_chnl_cd` ( `game_cd` string COMMENT 'None', `chnl_cd` string COMMENT 'None', `strt_ymd` string COMMENT 'None', `chnl_nm` string COMMENT 'None', `chnl_tp_cd` string COMMENT 'None', `chnl_tp_nm` string COMMENT 'None', `gameid` string COMMENT 'None', `end_ymd...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_gotn_tnmt_mtr", "description": null, "columns": [{"name": "tnmt_no", "type": "bigint", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "max_prpt_prsn_cnt", "type": "bigint", "description": null}, {"name": "strt_dt", "type": "string", "...
CREATE TABLE `pc_gostop_dw`.`dg_gotn_tnmt_mtr` ( `tnmt_no` bigint COMMENT 'None', `chnl_cd` string COMMENT 'None', `max_prpt_prsn_cnt` bigint COMMENT 'None', `strt_dt` string COMMENT 'None', `lst_mod_dt` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sb_mbrs_lcns_sd01", "description": null, "columns": [{"name": "item_id", "type": "string", "description": null}, {"name": "status_cd", "type": "string", "description": null}, {"name": "detail_status_cd", "type": "string", "description": null}, {"name": "usergb", "type": "string", ...
CREATE TABLE `pc_gostop_dw`.`sb_mbrs_lcns_sd01` ( `item_id` string COMMENT 'None', `status_cd` string COMMENT 'None', `detail_status_cd` string COMMENT 'None', `usergb` string COMMENT 'None', `agegb` string COMMENT 'None', `sex` string COMMENT 'None', `region` string COMMENT 'None', `joi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sb_shop_pay_path_sd01", "description": null, "columns": [{"name": "work_ym", "type": "string", "description": null}, {"name": "web_clnt_tp_cd", "type": "string", "description": null}, {"name": "rep_game_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "stri...
CREATE TABLE `pc_gostop_dw`.`sb_shop_pay_path_sd01` ( `work_ym` string COMMENT 'None', `web_clnt_tp_cd` string COMMENT 'None', `rep_game_cd` string COMMENT 'None', `game_cd` string COMMENT 'None', `prod_seq` string COMMENT 'None', `sumry_lv` bigint COMMENT 'None', `samt` double COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_cmbck_cntu_use_sd01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bigint", "description": null}, {"name": "dd_ucnt", "type": "bigint", "...
CREATE TABLE `pc_gostop_dw`.`sg_cmbck_cntu_use_sd01` ( `strt_ymd` string COMMENT 'None', `game_cd` string COMMENT 'None', `dd_use_cyc` bigint COMMENT 'None', `dd_ucnt` bigint COMMENT 'None', `dd_pcnt` bigint COMMENT 'None', `dd_ptm` double COMMENT 'None', `dd_stm` double COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_game_cntu_use_sd01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bigint", "description": null}, {"name": "dd_ucnt", "type": "bigint", "d...
CREATE TABLE `pc_gostop_dw`.`sg_game_cntu_use_sd01` ( `strt_ymd` string COMMENT 'None', `game_cd` string COMMENT 'None', `dd_use_cyc` bigint COMMENT 'None', `dd_ucnt` bigint COMMENT 'None', `dd_pcnt` bigint COMMENT 'None', `dd_ptm` double COMMENT 'None', `ltr_etc1` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_game_user_sd01", "description": null, "columns": [{"name": "fullage_secn_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "string", "description": null}, {"name": "tdd_pcnt_secn_cd", "type": ...
CREATE TABLE `pc_gostop_dw`.`sg_game_user_sd01` ( `fullage_secn_cd` string COMMENT 'None', `sex_cd` string COMMENT 'None', `game_grd_cd` string COMMENT 'None', `tdd_pcnt_secn_cd` string COMMENT 'None', `tdd_ptm_secn_cd` string COMMENT 'None', `join_chnl_cd` string COMMENT 'None', `lst_inflw_...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_atmt_chag_sd01", "description": null, "columns": [{"name": "atmt_chag_tcnt", "type": "bigint", "description": null}, {"name": "game_grd_nm", "type": "string", "description": null}, {"name": "fxsums_cd", "type": "string", "description": null}, {"name": "fxsums_nm", "type": "s...
CREATE TABLE `pc_gostop_dw`.`sg_go_atmt_chag_sd01` ( `atmt_chag_tcnt` bigint COMMENT 'None', `game_grd_nm` string COMMENT 'None', `fxsums_cd` string COMMENT 'None', `fxsums_nm` string COMMENT 'None', `fxsums_dtl_nm` string COMMENT 'None', `chag_rsn_cd` string COMMENT 'None', `chag_ucnt` bigi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_bet_sd01", "description": null, "columns": [{"name": "chnl_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "win_ucnt", "type": "bigint", "description": null}, {"name": "game_pcnt", "type": "bigint", "description"...
CREATE TABLE `pc_gostop_dw`.`sg_go_bet_sd01` ( `chnl_cd` string COMMENT 'None', `ucnt` bigint COMMENT 'None', `win_ucnt` bigint COMMENT 'None', `game_pcnt` bigint COMMENT 'None', `user_pcnt` bigint COMMENT 'None', `win_pcnt` bigint COMMENT 'None', `win_mony` double COMMENT 'None', `los_m...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_dup_user_sd01", "description": null, "columns": [{"name": "whle_dup_ucnt", "type": "bigint", "description": null}, {"name": "pc_tdd_ucnt", "type": "bigint", "description": null}, {"name": "mbl_tdd_ucnt", "type": "bigint", "description": null}, {"name": "tdd_dup_ucnt", "type"...
CREATE TABLE `pc_gostop_dw`.`sg_go_dup_user_sd01` ( `whle_dup_ucnt` bigint COMMENT 'None', `pc_tdd_ucnt` bigint COMMENT 'None', `mbl_tdd_ucnt` bigint COMMENT 'None', `tdd_dup_ucnt` bigint COMMENT 'None', `dup_pc_new_ucnt` bigint COMMENT 'None', `dup_mbl_new_ucnt` bigint COMMENT 'None', `work...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_game_user_sd01", "description": null, "columns": [{"name": "game_grd_tp_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "string", "description": null}, {"name": "gmony_secn_cd", "type": "string", "description": null}, {"name": "mbrs_prodid", "typ...
CREATE TABLE `pc_gostop_dw`.`sg_go_game_user_sd01` ( `game_grd_tp_cd` string COMMENT 'None', `game_grd_cd` string COMMENT 'None', `gmony_secn_cd` string COMMENT 'None', `mbrs_prodid` string COMMENT 'None', `pu_yn` string COMMENT 'None', `ucnt` bigint COMMENT 'None', `uv` bigint COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_game_user_sd02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "chnl_tp_cd", "type": "string", "description": null}, {"name": "game_tp_cd", "type": "string", "...
CREATE TABLE `pc_gostop_dw`.`sg_go_game_user_sd02` ( `game_cd` string COMMENT 'None', `chnl_cd` string COMMENT 'None', `chnl_tp_cd` string COMMENT 'None', `game_tp_cd` string COMMENT 'None', `sumry_lv` string COMMENT 'None', `ucnt` bigint COMMENT 'None', `user_pcnt` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_game_user_sd03", "description": null, "columns": [{"name": "uv", "type": "bigint", "description": null}, {"name": "uvc", "type": "bigint", "description": null}, {"name": "mm_cm_uv", "type": "bigint", "description": null}, {"name": "mm_cm_uvc", "type": "bigint", "description"...
CREATE TABLE `pc_gostop_dw`.`sg_go_game_user_sd03` ( `uv` bigint COMMENT 'None', `uvc` bigint COMMENT 'None', `mm_cm_uv` bigint COMMENT 'None', `mm_cm_uvc` bigint COMMENT 'None', `upr_chnl_uv` bigint COMMENT 'None', `lwr_chnl_uv` bigint COMMENT 'None', `upr_grd_uv` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_game_user_sd04", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "upr_chnl_yn", "type": "string", "description": null}, {"name": "chnl_tp_cd", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", ...
CREATE TABLE `pc_gostop_dw`.`sg_go_game_user_sd04` ( `game_cd` string COMMENT 'None', `upr_chnl_yn` string COMMENT 'None', `chnl_tp_cd` string COMMENT 'None', `chnl_cd` string COMMENT 'None', `game_tp_cd` string COMMENT 'None', `inflw_chnl_cd` string COMMENT 'None', `gmony_secn_cd` string CO...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_item_pay_sd01", "description": null, "columns": [{"name": "prodid", "type": "string", "description": null}, {"name": "mbrs_prodid", "type": "string", "description": null}, {"name": "sumry_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "descri...
CREATE TABLE `pc_gostop_dw`.`sg_go_item_pay_sd01` ( `prodid` string COMMENT 'None', `mbrs_prodid` string COMMENT 'None', `sumry_lv` bigint COMMENT 'None', `ucnt` bigint COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_mony_sd01", "description": null, "columns": [{"name": "mony_cd", "type": "string", "description": null}, {"name": "inflw_chnl_cd", "type": "string", "description": null}, {"name": "out_in_tp_cd", "type": "string", "description": null}, {"name": "chg_mony", "type": "double", ...
CREATE TABLE `pc_gostop_dw`.`sg_go_mony_sd01` ( `mony_cd` string COMMENT 'None', `inflw_chnl_cd` string COMMENT 'None', `out_in_tp_cd` string COMMENT 'None', `chg_mony` double COMMENT 'None', `chg_cnt` bigint COMMENT 'None', `mony_tp_cd` string COMMENT 'None', `work_ymd` string COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_new_pu_sd01", "description": null, "columns": [{"name": "mm_cm_new_pu", "type": "bigint", "description": null}, {"name": "tdd_new_pu", "type": "bigint", "description": null}, {"name": "user_pcnt", "type": "bigint", "description": null}, {"name": "hld_mony", "type": "double",...
CREATE TABLE `pc_gostop_dw`.`sg_go_new_pu_sd01` ( `mm_cm_new_pu` bigint COMMENT 'None', `tdd_new_pu` bigint COMMENT 'None', `user_pcnt` bigint COMMENT 'None', `hld_mony` double COMMENT 'None', `stop_mony` double COMMENT 'None', `del_pre_mony` double COMMENT 'None', `los_mony` double COMMENT ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_ppoint_get_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "achv_lv", "type": "bigint", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "game_grd_nm", "type": "string", "d...
CREATE TABLE `pc_gostop_dw`.`sg_go_ppoint_get_sd01` ( `game_cd` string COMMENT 'None', `achv_lv` bigint COMMENT 'None', `chnl_cd` string COMMENT 'None', `game_grd_nm` string COMMENT 'None', `ucnt` bigint COMMENT 'None', `cm_pcnt` bigint COMMENT 'None', `get_pnt` bigint COMMENT 'None', `g...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_ppoint_get_sd02", "description": null, "columns": [{"name": "get_rsn_cd", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "get_cnt", "type": "bigint", "description": null}, {"name": "get_pnt", "type": "bigint", "descr...
CREATE TABLE `pc_gostop_dw`.`sg_go_ppoint_get_sd02` ( `get_rsn_cd` bigint COMMENT 'None', `ucnt` bigint COMMENT 'None', `get_cnt` bigint COMMENT 'None', `get_pnt` bigint COMMENT 'None', `game_cd` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_ppoint_use_sd01", "description": null, "columns": [{"name": "use_tp_cd", "type": "string", "description": null}, {"name": "eva_gift_cd", "type": "bigint", "description": null}, {"name": "game_grd_nm", "type": "string", "description": null}, {"name": "sumry_lv", "type": "stri...
CREATE TABLE `pc_gostop_dw`.`sg_go_ppoint_use_sd01` ( `use_tp_cd` string COMMENT 'None', `eva_gift_cd` bigint COMMENT 'None', `game_grd_nm` string COMMENT 'None', `sumry_lv` string COMMENT 'None', `use_ucnt` bigint COMMENT 'None', `use_pnt` bigint COMMENT 'None', `use_cnt` bigint COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_pu_sm01", "description": null, "columns": [{"name": "sale_cd", "type": "string", "description": null}, {"name": "mbrs_prodid", "type": "string", "description": null}, {"name": "cm_pay_cnt_tp_cd", "type": "bigint", "description": null}, {"name": "pu", "type": "bigint", "descr...
CREATE TABLE `pc_gostop_dw`.`sg_go_pu_sm01` ( `sale_cd` string COMMENT 'None', `mbrs_prodid` string COMMENT 'None', `cm_pay_cnt_tp_cd` bigint COMMENT 'None', `pu` bigint COMMENT 'None', `sale_cnt` bigint COMMENT 'None', `samt` double COMMENT 'None', `work_ym` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_rsr_sd01", "description": null, "columns": [{"name": "rsr_ucnt", "type": "bigint", "description": null}, {"name": "rsr_cust_cnt", "type": "bigint", "description": null}, {"name": "act_ucnt", "type": "bigint", "description": null}, {"name": "ret_cust_cnt", "type": "bigint", "...
CREATE TABLE `pc_gostop_dw`.`sg_go_rsr_sd01` ( `rsr_ucnt` bigint COMMENT 'None', `rsr_cust_cnt` bigint COMMENT 'None', `act_ucnt` bigint COMMENT 'None', `ret_cust_cnt` bigint COMMENT 'None', `los_rstct_mony` double COMMENT 'None', `los_cnfg_cust_cnt` bigint COMMENT 'None', `los_cnfg_cnt` big...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_upp_lv_chg_sd01", "description": null, "columns": [{"name": "lv", "type": "bigint", "description": null}, {"name": "lv_chg_tp_cd", "type": "string", "description": null}, {"name": "lv_chg_path_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "d...
CREATE TABLE `pc_gostop_dw`.`sg_go_upp_lv_chg_sd01` ( `lv` bigint COMMENT 'None', `lv_chg_tp_cd` string COMMENT 'None', `lv_chg_path_cd` string COMMENT 'None', `ucnt` bigint COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_go_upp_objr_sd01", "description": null, "columns": [{"name": "lv", "type": "bigint", "description": null}, {"name": "objr_cnt", "type": "bigint", "description": null}, {"name": "tdd_ucnt", "type": "bigint", "description": null}, {"name": "pc_go_ucnt", "type": "bigint", "descrip...
CREATE TABLE `pc_gostop_dw`.`sg_go_upp_objr_sd01` ( `lv` bigint COMMENT 'None', `objr_cnt` bigint COMMENT 'None', `tdd_ucnt` bigint COMMENT 'None', `pc_go_ucnt` bigint COMMENT 'None', `mbl_go_ucnt` bigint COMMENT 'None', `tdd_pcnt` bigint COMMENT 'None', `pc_go_pcnt` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_gotn_sd01", "description": null, "columns": [{"name": "tnmt_no", "type": "bigint", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "wdr_ucnt", "type": "bigint", "description": nu...
CREATE TABLE `pc_gostop_dw`.`sg_gotn_sd01` ( `tnmt_no` bigint COMMENT 'None', `chnl_cd` string COMMENT 'None', `ucnt` bigint COMMENT 'None', `wdr_ucnt` bigint COMMENT 'None', `enfc_end_ucnt` bigint COMMENT 'None', `user_pcnt` bigint COMMENT 'None', `ptm` double COMMENT 'None', `los_mony`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_gotn_sd02", "description": null, "columns": [{"name": "tnmt_no", "type": "bigint", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "rnd_no", "type": "bigint", "description": null}, {"name": "sex_cd", "type": "string", "description": nu...
CREATE TABLE `pc_gostop_dw`.`sg_gotn_sd02` ( `tnmt_no` bigint COMMENT 'None', `chnl_cd` string COMMENT 'None', `rnd_no` bigint COMMENT 'None', `sex_cd` string COMMENT 'None', `age_zn_cd` string COMMENT 'None', `prpt_game_grd_cd` string COMMENT 'None', `bef_tnmt_mony_secn_cd` string COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_std_indr_cntu_sw01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "end_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "wkly_use_cyc", "type": "string", ...
CREATE TABLE `pc_gostop_dw`.`sg_std_indr_cntu_sw01` ( `strt_ymd` string COMMENT 'None', `end_ymd` string COMMENT 'None', `game_cd` string COMMENT 'None', `wkly_use_cyc` string COMMENT 'None', `wkly_ucnt` bigint COMMENT 'None', `wkly_pcnt` bigint COMMENT 'None', `wkly_ptm` double COMMENT 'Non...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_std_indr_endp_sale_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "cat1", "type": "string", "desc...
CREATE TABLE `pc_gostop_dw`.`sg_std_indr_endp_sale_sd01` ( `lcls_cd` string COMMENT 'None', `mcls_cd` string COMMENT 'None', `org_cd` string COMMENT 'None', `cat1` string COMMENT 'None', `cat2` string COMMENT 'None', `cat3` string COMMENT 'None', `sumry_lv` bigint COMMENT 'None', `lcls_n...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "sg_std_indr_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "description...
CREATE TABLE `pc_gostop_dw`.`sg_std_indr_sd01` ( `lcls_cd` string COMMENT 'None', `mcls_cd` string COMMENT 'None', `org_cd` string COMMENT 'None', `lcls_nm` string COMMENT 'None', `mcls_nm` string COMMENT 'None', `game_nm` string COMMENT 'None', `cm_ucnt` bigint COMMENT 'None', `uv_cnt` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "db_game_payr_mtr", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "fst_pay_ymd", "type": "string", "description": null}, {"name": "lst_pay_ymd", "type": "string", ...
CREATE TABLE `pc_gostop_dw`.`db_game_payr_mtr` ( `pay_chnl_cd` string COMMENT 'None', `userid` string COMMENT 'None', `fst_pay_ymd` string COMMENT 'None', `lst_pay_ymd` string COMMENT 'None', `userno` bigint COMMENT 'None', `custno` bigint COMMENT 'None', `prod_seq` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "db_shop_pay_path_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "pay_path", "type": "string", "description": null}, {"name": "pay_seq", "type": "string", "descri...
CREATE TABLE `pc_gostop_dw`.`db_shop_pay_path_hist` ( `log_dt` string COMMENT 'None', `userid` string COMMENT 'None', `pay_path` string COMMENT 'None', `pay_seq` string COMMENT 'None', `web_clnt_tp_cd` string COMMENT 'None', `rep_game_cd` string COMMENT 'None', `game_cd` string COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_game_mm_user_m01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "new_join_yn", "type": "string", "description": null}, {"name": "mm_user_pcnt", "type": "bigint", "description": null}, {"name": "mm_vst_dcnt", "type": "bigin...
CREATE TABLE `pc_gostop_dw`.`dg_game_mm_user_m01` ( `userno` string COMMENT 'None', `new_join_yn` string COMMENT 'None', `mm_user_pcnt` bigint COMMENT 'None', `mm_vst_dcnt` bigint COMMENT 'None', `mm_ptm` double COMMENT 'None', `ltr_etc1` string COMMENT 'None', `userid` string COMMENT 'None'...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_game_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "custno", "type": "bigint", "description": n...
CREATE TABLE `pc_gostop_dw`.`dg_game_user_d01` ( `userno` string COMMENT 'None', `userid` string COMMENT 'None', `st_cd` string COMMENT 'None', `custno` bigint COMMENT 'None', `ci` string COMMENT 'None', `join_dt` string COMMENT 'None', `join_prd_cd` string COMMENT 'None', `lst_game_dt` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_game_user_d01_mblg", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "hgid_mapng_yn", "type": "string...
CREATE TABLE `pc_gostop_dw`.`dg_game_user_d01_mblg` ( `userno` string COMMENT 'None', `hg_userid` string COMMENT 'None', `hg_userno` bigint COMMENT 'None', `hgid_mapng_yn` string COMMENT 'None', `age_cd` string COMMENT 'None', `age_zn_cd` string COMMENT 'None', `sex_cd` string COMMENT 'None'...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_go_dup_user_d01", "description": null, "columns": [{"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "mbl_userno", "type": "bigint", "description": null}, {"name": "msduelgo_join_dt", "type": "st...
CREATE TABLE `pc_gostop_dw`.`dg_go_dup_user_d01` ( `hg_userid` string COMMENT 'None', `hg_userno` bigint COMMENT 'None', `mbl_userno` bigint COMMENT 'None', `msduelgo_join_dt` string COMMENT 'None', `msduelgo_join_prd_cd` string COMMENT 'None', `msduelgo_lst_game_dt` string COMMENT 'None', `...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_go_game_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "log_dt", "type": "string", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "room_id", "type": "bigint", "description": nu...
CREATE TABLE `pc_gostop_dw`.`dg_go_game_hist` ( `seq` bigint COMMENT 'None', `log_dt` string COMMENT 'None', `chnl_id` string COMMENT 'None', `room_id` bigint COMMENT 'None', `scrt_room_yn` string COMMENT 'None', `room_prop_cd` string COMMENT 'None', `vld_yn` string COMMENT 'None', `unit...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_go_game_hist_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "plyr_cnt", "type": "bigint", "description": null}, {"name": "game_tp_cd", "type": "string", "des...
CREATE TABLE `pc_gostop_dw`.`dg_go_game_hist_d01` ( `game_cd` string COMMENT 'None', `chnl_cd` string COMMENT 'None', `plyr_cnt` bigint COMMENT 'None', `game_tp_cd` string COMMENT 'None', `atmt_bet_rule_cd` string COMMENT 'None', `room_prop_cd` string COMMENT 'None', `seed_mony` double COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_go_game_mm_cm_user_d01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "userno", "type": "bigint", "description": null}, {"name": "custno", "type": "bigint", "description": null}, {"name": "mm_cm_user_pcnt", "type": "bigint...
CREATE TABLE `pc_gostop_dw`.`dg_go_game_mm_cm_user_d01` ( `userid` string COMMENT 'None', `userno` bigint COMMENT 'None', `custno` bigint COMMENT 'None', `mm_cm_user_pcnt` bigint COMMENT 'None', `mm_cm_win_mony` double COMMENT 'None', `mm_cm_los_mony` double COMMENT 'None', `mm_cm_ptm_mi` do...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_dw", "table": "dg_go_game_user_d01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "userno", "type": "bigint", "description": null}, {"name": "custno", "type": "bigint", "description": null}, {"name": "join_prd_cd", "type": "string", "descri...
CREATE TABLE `pc_gostop_dw`.`dg_go_game_user_d01` ( `userid` string COMMENT 'None', `userno` bigint COMMENT 'None', `custno` bigint COMMENT 'None', `join_prd_cd` string COMMENT 'None', `lst_game_prd_cd` string COMMENT 'None', `game_grd_cd` string COMMENT 'None', `gmony` double COMMENT 'None'...