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": "doublea_poker_db", "table": "hd_loss_daily", "description": null, "columns": [{"name": "base_date", "type": "timestamp", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "changed", "type": "bigint", "description": null}, {"name": "tmp_changed", "type": "bigint", "descr... | CREATE TABLE `doublea_poker_db`.`hd_loss_daily` (
`base_date` timestamp COMMENT 'None',
`ci` string COMMENT 'None',
`changed` bigint COMMENT 'None',
`tmp_changed` bigint COMMENT 'None',
`additional` bigint COMMENT 'None',
`update_cnt` int COMMENT 'None',
`last_date` timestamp COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_loss_limit", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "loss_limit", "type": "bigint", "description": null}, {"name": "restricted_gid", "type": "string", "description": null}, {"name": "expired_date", "type": "timestamp... | CREATE TABLE `doublea_poker_db`.`hd_loss_limit` (
`ci` string COMMENT 'None',
`loss_limit` bigint COMMENT 'None',
`restricted_gid` string COMMENT 'None',
`expired_date` timestamp COMMENT 'None',
`change_up_date` timestamp COMMENT 'None',
`change_down_date` timestamp COMMENT 'None',
`change_c... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_loss_limit_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "loss_limit", "type": "bigint", "descrip... | CREATE TABLE `doublea_poker_db`.`hd_loss_limit_log` (
`seq` bigint COMMENT 'None',
`log_date` timestamp COMMENT 'None',
`ci` string COMMENT 'None',
`loss_limit` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`log_type` string COMMENT 'None',
`ival1` bigint COMMENT 'None',
`sval1` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_moneyexchange_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "game_no", "type": "int", "description": null}, {"name": "exchange_type", "type": "string", "description": null}, {"name": "hno", "type": "string", "desc... | CREATE TABLE `doublea_poker_db`.`hd_moneyexchange_log` (
`id_seq` bigint COMMENT 'None',
`game_no` int COMMENT 'None',
`exchange_type` string COMMENT 'None',
`hno` string COMMENT 'None',
`log_type` string COMMENT 'None',
`log_date` timestamp COMMENT 'None',
`ival1` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_static_arena_ring_game", "description": null, "columns": [{"name": "id", "type": "bigint", "description": null}, {"name": "priority", "type": "int", "description": null}, {"name": "type", "type": "tinyint", "description": null}, {"name": "name", "type": "string", "descripti... | CREATE TABLE `doublea_poker_db`.`hd_static_arena_ring_game` (
`id` bigint COMMENT 'None',
`priority` int COMMENT 'None',
`type` tinyint COMMENT 'None',
`name` string COMMENT 'None',
`seat_cnt` int COMMENT 'None',
`ante` bigint COMMENT 'None',
`sb` bigint COMMENT 'None',
`bb` bigint COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_static_arena_tournament", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "preset_id", "type": "int", "description": null}, {"name": "state", "type": "string", "description": null}, {"name": "type", "type": "int", "descripti... | CREATE TABLE `doublea_poker_db`.`hd_static_arena_tournament` (
`seq` bigint COMMENT 'None',
`preset_id` int COMMENT 'None',
`state` string COMMENT 'None',
`type` int COMMENT 'None',
`blind_rule` int COMMENT 'None',
`name` string COMMENT 'None',
`tag` string COMMENT 'None',
`type_name` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_static_arena_tournament_preset", "description": null, "columns": [{"name": "id", "type": "int", "description": null}, {"name": "type", "type": "int", "description": null}, {"name": "blind_rule", "type": "int", "description": null}, {"name": "name", "type": "string", "descri... | CREATE TABLE `doublea_poker_db`.`hd_static_arena_tournament_preset` (
`id` int COMMENT 'None',
`type` int COMMENT 'None',
`blind_rule` int COMMENT 'None',
`name` string COMMENT 'None',
`tag` string COMMENT 'None',
`type_name` string COMMENT 'None',
`blind_group` int COMMENT 'None',
`leve... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_static_item", "description": null, "columns": [{"name": "id", "type": "bigint", "description": null}, {"name": "name1", "type": "string", "description": null}, {"name": "name2", "type": "string", "description": null}, {"name": "type", "type": "int", "description": null}, {"... | CREATE TABLE `doublea_poker_db`.`hd_static_item` (
`id` bigint COMMENT 'None',
`name1` string COMMENT 'None',
`name2` string COMMENT 'None',
`type` int COMMENT 'None',
`hide_client` tinyint COMMENT 'None',
`sell_able` tinyint COMMENT 'None',
`sell_price` bigint COMMENT 'None',
`paid` tin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_static_item_type", "description": null, "columns": [{"name": "id", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "description", "type": "string", "description": null}]} | CREATE TABLE `doublea_poker_db`.`hd_static_item_type` (
`id` int COMMENT 'None',
`name` string COMMENT 'None',
`description` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_static_product", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "id", "type": "bigint", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "category_id", "type": "bigint", "description"... | CREATE TABLE `doublea_poker_db`.`hd_static_product` (
`type` string COMMENT 'None',
`id` bigint COMMENT 'None',
`name` string COMMENT 'None',
`category_id` bigint COMMENT 'None',
`store` string COMMENT 'None',
`store_product_id` string COMMENT 'None',
`currency` string COMMENT 'None',
`p... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_static_sale_category", "description": null, "columns": [{"name": "id", "type": "bigint", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "store", "type": "string", "description": null}, {"name": "start_date", "type": "timestamp", "des... | CREATE TABLE `doublea_poker_db`.`hd_static_sale_category` (
`id` bigint COMMENT 'None',
`name` string COMMENT 'None',
`store` string COMMENT 'None',
`start_date` timestamp COMMENT 'None',
`end_date` timestamp COMMENT 'None',
`active` tinyint COMMENT 'None',
`order` int COMMENT 'None',
`s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_arena_enter_summary", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "first_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "enter_seq", "type": "int",... | CREATE TABLE `doublea_poker_db`.`hd_user_arena_enter_summary` (
`seq` bigint COMMENT 'None',
`first_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`enter_seq` int COMMENT 'None',
`arena_type` int COMMENT 'None',
`sb` bigint COMMENT 'None',
`bb` bigint COMMENT 'None',
`buy_i... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_arena_summary", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "arena_type", "type": "int", "description": null}, {"name": "arena_name", "type": "string", "description": null}, {"name": "join_cnt", "type": "int", "desc... | CREATE TABLE `doublea_poker_db`.`hd_user_arena_summary` (
`gid` string COMMENT 'None',
`arena_type` int COMMENT 'None',
`arena_name` string COMMENT 'None',
`join_cnt` int COMMENT 'None',
`champ_cnt` int COMMENT 'None',
`total_prize` bigint COMMENT 'None',
`prize_cnt` int COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_event_data", "description": null, "columns": [{"name": "base_date", "type": "timestamp", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "descri... | CREATE TABLE `doublea_poker_db`.`hd_user_event_data` (
`base_date` timestamp COMMENT 'None',
`event_id` string COMMENT 'None',
`seq` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`ival1` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_event_data_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "event_seq", "type": "bigint"... | CREATE TABLE `doublea_poker_db`.`hd_user_event_data_log` (
`seq` bigint COMMENT 'None',
`log_date` timestamp COMMENT 'None',
`event_id` string COMMENT 'None',
`event_seq` bigint COMMENT 'None',
`log_type` string COMMENT 'None',
`gid` string COMMENT 'None',
`ival1` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_event_permanent", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "de... | CREATE TABLE `doublea_poker_db`.`hd_user_event_permanent` (
`seq` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`event_id` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`ival1` bigint COMMENT 'None',
`ival2` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_hand_achievement", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "rotiflush", "type": "int", "description": null}, {"name": "stiflush", "type": "int", "description": null}, {"name": "fourcard", "type": "int", "descrip... | CREATE TABLE `doublea_poker_db`.`hd_user_hand_achievement` (
`gid` string COMMENT 'None',
`rotiflush` int COMMENT 'None',
`stiflush` int COMMENT 'None',
`fourcard` int COMMENT 'None',
`fullhouse` int COMMENT 'None',
`best_hand` string COMMENT 'None',
`best_hand_code` int COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_inven_extendable", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "item_type", "type": "int", "description": null}, {"name": "item_id", "type": "bigint", "descrip... | CREATE TABLE `doublea_poker_db`.`hd_user_inven_extendable` (
`seq` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`item_type` int COMMENT 'None',
`item_id` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`start_date` timestamp COMMENT 'None',
`end_date` timestamp COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_inven_ticket", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "item_type", "type": "int", "description": null}, {"name": "item_id", "type": "bigint", "description... | CREATE TABLE `doublea_poker_db`.`hd_user_inven_ticket` (
`seq` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`item_type` int COMMENT 'None',
`item_id` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`start_date` timestamp COMMENT 'None',
`end_date` timestamp COMMENT 'None',
`us... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_leaderboard_data", "description": null, "columns": [{"name": "base_date", "type": "timestamp", "description": null}, {"name": "leaderboard_id", "type": "int", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "ival", "type": "int", ... | CREATE TABLE `doublea_poker_db`.`hd_user_leaderboard_data` (
`base_date` timestamp COMMENT 'None',
`leaderboard_id` int COMMENT 'None',
`gid` string COMMENT 'None',
`ival` int COMMENT 'None',
`rank` int COMMENT 'None',
`score` bigint COMMENT 'None',
`season` int COMMENT 'None',
`last_dat... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_league_summary", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "leaderboard_id", "type": "int", "description": null}, {"name": "best_base", "type": "timestamp", "description": null}, {"name": "best_season", "type": "i... | CREATE TABLE `doublea_poker_db`.`hd_user_league_summary` (
`gid` string COMMENT 'None',
`leaderboard_id` int COMMENT 'None',
`best_base` timestamp COMMENT 'None',
`best_season` int COMMENT 'None',
`best_grade` int COMMENT 'None',
`best_rank` int COMMENT 'None',
`best_total` int COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_login_lobby", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "node_id", "type": "bigint", "description": null}, {"name": "user_id", "type": "int", "description": null}, {"name": "money", "type": "bigint", "description"... | CREATE TABLE `doublea_poker_db`.`hd_user_login_lobby` (
`gid` string COMMENT 'None',
`node_id` bigint COMMENT 'None',
`user_id` int COMMENT 'None',
`money` bigint COMMENT 'None',
`lua` bigint COMMENT 'None',
`os` string COMMENT 'None',
`app_version` string COMMENT 'None',
`device_name` s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_login_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "log_type", "type": "string", "descript... | CREATE TABLE `doublea_poker_db`.`hd_user_login_log` (
`seq` bigint COMMENT 'None',
`log_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`log_type` string COMMENT 'None',
`event_id` string COMMENT 'None',
`node_id` bigint COMMENT 'None',
`user_id` int COMMENT 'None',
`sub_id`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_loss_daily", "description": null, "columns": [{"name": "base_date", "type": "timestamp", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "begun", "type": "bigint", "descriptio... | CREATE TABLE `doublea_poker_db`.`hd_user_loss_daily` (
`base_date` timestamp COMMENT 'None',
`ci` string COMMENT 'None',
`gid` string COMMENT 'None',
`begun` bigint COMMENT 'None',
`last` bigint COMMENT 'None',
`changed` bigint COMMENT 'None',
`changed_side` bigint COMMENT 'None',
`rewar... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_match_statistics", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "arena_type", "type": "int", "description": null}, {"name": "last_date", "type": "timestamp", "d... | CREATE TABLE `doublea_poker_db`.`hd_user_match_statistics` (
`seq` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`arena_type` int COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`total_match` int COMMENT 'None',
`vpip` int COMMENT 'None',
`pfr` int COMMENT 'None',
`c_bet` int... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_match_statistics_daily", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "arena_type", "type": "int", "description": null}, {"name": "match_date", "type": "timesta... | CREATE TABLE `doublea_poker_db`.`hd_user_match_statistics_daily` (
`seq` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`arena_type` int COMMENT 'None',
`match_date` timestamp COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`total_match` int COMMENT 'None',
`vpip` int COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_notice", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "expire_date", "type": "timestamp", "description": null}, {"name": "send_date", "type": "timestamp", "description": null}, {"name": "receive_date", "type": "times... | CREATE TABLE `doublea_poker_db`.`hd_user_notice` (
`seq` bigint COMMENT 'None',
`expire_date` timestamp COMMENT 'None',
`send_date` timestamp COMMENT 'None',
`receive_date` timestamp COMMENT 'None',
`delete_date` timestamp COMMENT 'None',
`receiver_gid` string COMMENT 'None',
`sender_gid` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_order", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null... | CREATE TABLE `doublea_poker_db`.`hd_user_order` (
`seq` bigint COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`ci` string COMMENT 'None',
`device_id` string COMMENT 'None',
`store` string COMMENT 'None',
`condition` string COMMENT 'None',
`product_type`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_rat", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "hno", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name"... | CREATE TABLE `doublea_poker_db`.`hd_user_rat` (
`gid` string COMMENT 'None',
`hno` string COMMENT 'None',
`hid` string COMMENT 'None',
`ci` string COMMENT 'None',
`idp` string COMMENT 'None',
`nick` string COMMENT 'None',
`nick_change` timestamp COMMENT 'None',
`profile_img_id` bigint CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_rat_withdraw", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "withdraw_date", "type": "timestamp", "description": null}, {"name": "keep_end_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "st... | CREATE TABLE `doublea_poker_db`.`hd_user_rat_withdraw` (
`seq` bigint COMMENT 'None',
`withdraw_date` timestamp COMMENT 'None',
`keep_end_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`hno` string COMMENT 'None',
`hid` string COMMENT 'None',
`ci` string COMMENT 'None',
`id... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_tournament", "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 `doublea_poker_db`.`hd_user_tournament` (
`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": "doublea_poker_db", "table": "hd_user_tournament_entry", "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 `doublea_poker_db`.`hd_user_tournament_entry` (
`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',
`ticket_type` int C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_tournament_playing_ci", "description": null, "columns": [{"name": "arena_seq", "type": "bigint", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "registered_date", "type": "timestamp", "description": null}, {"name": "join_date", "t... | CREATE TABLE `doublea_poker_db`.`hd_user_tournament_playing_ci` (
`arena_seq` bigint COMMENT 'None',
`ci` string COMMENT 'None',
`registered_date` timestamp COMMENT 'None',
`join_date` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_tournament_summary", "description": null, "columns": [{"name": "join_cnt", "type": "int", "description": null}, {"name": "top1_cnt", "type": "int", "description": null}, {"name": "top2_cnt", "type": "int", "description": null}, {"name": "top3_cnt", "type": "int", "desc... | CREATE TABLE `doublea_poker_db`.`hd_user_tournament_summary` (
`join_cnt` int COMMENT 'None',
`top1_cnt` int COMMENT 'None',
`top2_cnt` int COMMENT 'None',
`top3_cnt` int COMMENT 'None',
`etc_prize_cnt` int COMMENT 'None',
`moneyin_cnt` int COMMENT 'None',
`prize_total` bigint COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_tournament_weekly", "description": null, "columns": [{"name": "start_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "join_cnt", "type": "int", "description": null}, {"name": "prize_total", "type": "big... | CREATE TABLE `doublea_poker_db`.`hd_user_tournament_weekly` (
`start_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`join_cnt` int COMMENT 'None',
`prize_total` bigint COMMENT 'None',
`prize_top` bigint COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`rank_prize_total` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_static_arena_sit_and_go", "description": null, "columns": [{"name": "id", "type": "bigint", "description": null}, {"name": "priority", "type": "int", "description": null}, {"name": "type", "type": "tinyint", "description": null}, {"name": "name", "type": "string", "descript... | CREATE TABLE `doublea_poker_db`.`hd_static_arena_sit_and_go` (
`id` bigint COMMENT 'None',
`priority` int COMMENT 'None',
`type` tinyint COMMENT 'None',
`name` string COMMENT 'None',
`level_up` int COMMENT 'None',
`seat_cnt` int COMMENT 'None',
`wheel_group` int COMMENT 'None',
`buyin` b... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_table_sit_and_go", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "arena_id", "type": "bigint", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "state", "type": "string", "description... | CREATE TABLE `doublea_poker_db`.`hd_table_sit_and_go` (
`seq` bigint COMMENT 'None',
`arena_id` bigint COMMENT 'None',
`type` string COMMENT 'None',
`state` string COMMENT 'None',
`room_no` int COMMENT 'None',
`seat_cnt` int COMMENT 'None',
`buyin` bigint COMMENT 'None',
`prize_total` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_user_sit_and_go", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "arena_id", "type": "bigint", "description": null}, {"name": "room_no", "type": "int", "description": null}, {"name": "table_seq", "type": "bigint", "descript... | CREATE TABLE `doublea_poker_db`.`hd_user_sit_and_go` (
`seq` bigint COMMENT 'None',
`arena_id` bigint COMMENT 'None',
`room_no` int COMMENT 'None',
`table_seq` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`arena_start_date` bigint COMMENT 'None',
`end_date` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_game_log_ring_omaha", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "start_date", "type": "timestamp", "description": null}, {"name": "last_date", "type": "timestamp", "description": null}, {"name": "gid", "type": "string"... | CREATE TABLE `doublea_poker_db`.`hd_game_log_ring_omaha` (
`seq` bigint COMMENT 'None',
`start_date` timestamp COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`gid` string COMMENT 'None',
`enter_seq` int COMMENT 'None',
`arena_id` bigint COMMENT 'None',
`room_no` int COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_db", "table": "hd_static_arena_ring_omaha", "description": null, "columns": [{"name": "id", "type": "bigint", "description": null}, {"name": "priority", "type": "int", "description": null}, {"name": "type", "type": "tinyint", "description": null}, {"name": "name", "type": "string", "descript... | CREATE TABLE `doublea_poker_db`.`hd_static_arena_ring_omaha` (
`id` bigint COMMENT 'None',
`priority` int COMMENT 'None',
`type` tinyint COMMENT 'None',
`name` string COMMENT 'None',
`seat_cnt` int COMMENT 'None',
`ante` bigint COMMENT 'None',
`sb` bigint COMMENT 'None',
`bb` bigint COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dc_arena_ring_game_mtr", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "arena_type_cd", "type": "bigint", "description": null}, {"name": "arena_type_nm", "type": "string", "description": null}, {"name": "arena_nm", "type... | CREATE TABLE `doublea_poker_dw`.`dc_arena_ring_game_mtr` (
`arena_id` bigint COMMENT 'None',
`arena_type_cd` bigint COMMENT 'None',
`arena_type_nm` string COMMENT 'None',
`arena_nm` string COMMENT 'None',
`arena_eng_nm` string COMMENT 'None',
`order_priority` bigint COMMENT 'None',
`seat_cnt... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dc_arena_tnmt_mtr", "description": null, "columns": [{"name": "arena_seq", "type": "bigint", "description": null}, {"name": "state", "type": "string", "description": null}, {"name": "tnmt_type_cd", "type": "bigint", "description": null}, {"name": "tnmt_type_nm", "type": "strin... | CREATE TABLE `doublea_poker_dw`.`dc_arena_tnmt_mtr` (
`arena_seq` bigint COMMENT 'None',
`state` string COMMENT 'None',
`tnmt_type_cd` bigint COMMENT 'None',
`tnmt_type_nm` string COMMENT 'None',
`tnmt_nm` string COMMENT 'None',
`tnmt_eng_nm` string COMMENT 'None',
`fee` double COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dc_item_mtr", "description": null, "columns": [{"name": "item_id", "type": "bigint", "description": null}, {"name": "item_nm", "type": "string", "description": null}, {"name": "item_type", "type": "bigint", "description": null}, {"name": "item_type_nm", "type": "string", "desc... | CREATE TABLE `doublea_poker_dw`.`dc_item_mtr` (
`item_id` bigint COMMENT 'None',
`item_nm` string COMMENT 'None',
`item_type` bigint COMMENT 'None',
`item_type_nm` string COMMENT 'None',
`hide_client` string COMMENT 'None',
`sell_able_tp` string COMMENT 'None',
`sell_price` bigint COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dc_product_mtr", "description": null, "columns": [{"name": "product_type", "type": "string", "description": null}, {"name": "product_id", "type": "bigint", "description": null}, {"name": "product_nm", "type": "string", "description": null}, {"name": "category_id", "type": "big... | CREATE TABLE `doublea_poker_dw`.`dc_product_mtr` (
`product_type` string COMMENT 'None',
`product_id` bigint COMMENT 'None',
`product_nm` string COMMENT 'None',
`category_id` bigint COMMENT 'None',
`category_name` string COMMENT 'None',
`store_id` string COMMENT 'None',
`currency_info` strin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_game_match_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "holdem_arena_id", "type": "bigint", "description": null}, {"name": "start_date", "type": "string", "description": null}, {"name": "last_date", "type": "strin... | CREATE TABLE `doublea_poker_dw`.`dg_game_match_hist` (
`seq` bigint COMMENT 'None',
`holdem_arena_id` bigint COMMENT 'None',
`start_date` string COMMENT 'None',
`last_date` string COMMENT 'None',
`gid` string COMMENT 'None',
`enter_seq` bigint COMMENT 'None',
`room_no` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_game_match_mket_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "tnmt_arena_seq", "type": "bigint", "description": null}, {"name": "holdem_arena_id", "type": "bigint", "description": null}, {"name": "start_date", "typ... | CREATE TABLE `doublea_poker_dw`.`dg_game_match_mket_hist` (
`seq` bigint COMMENT 'None',
`tnmt_arena_seq` bigint COMMENT 'None',
`holdem_arena_id` bigint COMMENT 'None',
`start_date` string COMMENT 'None',
`last_date` string COMMENT 'None',
`gid` string COMMENT 'None',
`enter_seq` bigint COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_item_chg_hist", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "item_id", "type": "bigint", "description": null}, {"name": "loss_effect", "type": "string", "description": null}, {"name": "chg_cnt", "type": "bigint", "descri... | CREATE TABLE `doublea_poker_dw`.`dg_item_chg_hist` (
`gid` string COMMENT 'None',
`item_id` bigint COMMENT 'None',
`loss_effect` string COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`event_id` string COMMENT 'None',
`log_type` string COMMENT 'None',
`payment_seq` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_item_inven_hist", "description": null, "columns": [{"name": "goods_cd", "type": "string", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "item_type", "type": "bigint", "description": null}, {"name": "item_id", "type": "bigint", "descr... | CREATE TABLE `doublea_poker_dw`.`dg_item_inven_hist` (
`goods_cd` string COMMENT 'None',
`gid` string COMMENT 'None',
`item_type` bigint COMMENT 'None',
`item_id` bigint COMMENT 'None',
`hld_cnt` bigint COMMENT 'None',
`end_date` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_mblg_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "sex_cd", "type": "string", "desc... | CREATE TABLE `doublea_poker_dw`.`dg_mblg_user_d01` (
`userno` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`hg_userno` bigint COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_cd` string COMMENT 'None',
`join_prd_cd` string COMMENT 'None',
`lst_login_prd_cd` string COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_user_hist", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "hno", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name... | CREATE TABLE `doublea_poker_dw`.`dg_user_hist` (
`gid` string COMMENT 'None',
`hno` string COMMENT 'None',
`hid` string COMMENT 'None',
`ci` string COMMENT 'None',
`reg_date` string COMMENT 'None',
`free_money` bigint COMMENT 'None',
`paid_money` bigint COMMENT 'None',
`free_lua` bigint ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_user_order_hist", "description": null, "columns": [{"name": "gid", "type": "string", "description": null}, {"name": "reg_date", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "store_cd", "type": "string", "description... | CREATE TABLE `doublea_poker_dw`.`dg_user_order_hist` (
`gid` string COMMENT 'None',
`reg_date` string COMMENT 'None',
`ci` string COMMENT 'None',
`store_cd` string COMMENT 'None',
`product_type` string COMMENT 'None',
`product_id` bigint COMMENT 'None',
`price` double COMMENT 'None',
`cu... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_user_tnmt_entry_hist", "description": null, "columns": [{"name": "arena_seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "registered_date", "type": "string", "description": null}, {"name": "join_date", "type": "s... | CREATE TABLE `doublea_poker_dw`.`dg_user_tnmt_entry_hist` (
`arena_seq` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`registered_date` string COMMENT 'None',
`join_date` string COMMENT 'None',
`end_date` string COMMENT 'None',
`ticket_type` bigint COMMENT 'None',
`chip_buyin` bigint C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_user_tnmt_join_hist", "description": null, "columns": [{"name": "arena_seq", "type": "bigint", "description": null}, {"name": "gid", "type": "string", "description": null}, {"name": "join_date", "type": "string", "description": null}, {"name": "end_date", "type": "string", ... | CREATE TABLE `doublea_poker_dw`.`dg_user_tnmt_join_hist` (
`arena_seq` bigint COMMENT 'None',
`gid` string COMMENT 'None',
`join_date` string COMMENT 'None',
`end_date` string COMMENT 'None',
`entry_cnt` bigint COMMENT 'None',
`tot_buyin` bigint COMMENT 'None',
`tot_addon` bigint COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_game_mblg_sd01", "description": null, "columns": [{"name": "dau", "type": "bigint", "description": null}, {"name": "play_dau", "type": "bigint", "description": null}, {"name": "new_join_cnt", "type": "bigint", "description": null}, {"name": "act_ucnt", "type": "bigint", "de... | CREATE TABLE `doublea_poker_dw`.`sg_game_mblg_sd01` (
`dau` bigint COMMENT 'None',
`play_dau` bigint COMMENT 'None',
`new_join_cnt` bigint COMMENT 'None',
`act_ucnt` bigint COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`cmbck_ucnt` bigint COMMENT 'None',
`mm_ucnt` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_goods_chg_sd01", "description": null, "columns": [{"name": "chg_rsn", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "description": null}, {"name": "item_id", "type": "bigint", "description": null}, {"name": "tot_chg_cnt", "type": "bigint", "des... | CREATE TABLE `doublea_poker_dw`.`sg_goods_chg_sd01` (
`chg_rsn` string COMMENT 'None',
`tp_cd` string COMMENT 'None',
`item_id` bigint COMMENT 'None',
`tot_chg_cnt` bigint COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_goods_hld_sd01", "description": null, "columns": [{"name": "user_tp", "type": "string", "description": null}, {"name": "free_mony", "type": "bigint", "description": null}, {"name": "paid_mony", "type": "bigint", "description": null}, {"name": "free_lua", "type": "bigint", "... | CREATE TABLE `doublea_poker_dw`.`sg_goods_hld_sd01` (
`user_tp` string COMMENT 'None',
`free_mony` bigint COMMENT 'None',
`paid_mony` bigint COMMENT 'None',
`free_lua` bigint COMMENT 'None',
`paid_lua` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_goods_tot_sd01", "description": null, "columns": [{"name": "user_tp", "type": "string", "description": null}, {"name": "rstct_yn", "type": "string", "description": null}, {"name": "free_mony", "type": "bigint", "description": null}, {"name": "paid_mony", "type": "bigint", "... | CREATE TABLE `doublea_poker_dw`.`sg_goods_tot_sd01` (
`user_tp` string COMMENT 'None',
`rstct_yn` string COMMENT 'None',
`free_mony` bigint COMMENT 'None',
`paid_mony` bigint COMMENT 'None',
`free_lua` bigint COMMENT 'None',
`paid_lua` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_holdem_match_mket_sd01", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "user_cnt", "type": "bigint", "description": null}, {"name": "user_match_cnt", "type": "bigint", "description": null}, {"name": "allin_user_cnt", ... | CREATE TABLE `doublea_poker_dw`.`sg_holdem_match_mket_sd01` (
`arena_id` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`user_match_cnt` bigint COMMENT 'None',
`allin_user_cnt` bigint COMMENT 'None',
`match_cnt` bigint COMMENT 'None',
`allin_lose_cnt` bigint COMMENT 'None',
`circul... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_holdem_match_sd01", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "user_cnt", "type": "bigint", "description": null}, {"name": "user_match_cnt", "type": "bigint", "description": null}, {"name": "allin_user_cnt", "type... | CREATE TABLE `doublea_poker_dw`.`sg_holdem_match_sd01` (
`arena_id` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`user_match_cnt` bigint COMMENT 'None',
`allin_user_cnt` bigint COMMENT 'None',
`match_cnt` bigint COMMENT 'None',
`allin_lose_cnt` bigint COMMENT 'None',
`circulation... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_item_chg_sd01", "description": null, "columns": [{"name": "product_id", "type": "bigint", "description": null}, {"name": "currency_info", "type": "string", "description": null}, {"name": "pay_cnt", "type": "bigint", "description": null}, {"name": "pay_sum", "type": "double"... | CREATE TABLE `doublea_poker_dw`.`sg_item_chg_sd01` (
`product_id` bigint COMMENT 'None',
`currency_info` string COMMENT 'None',
`pay_cnt` bigint COMMENT 'None',
`pay_sum` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_item_hld_sd01", "description": null, "columns": [{"name": "item_id", "type": "bigint", "description": null}, {"name": "result_cnt", "type": "bigint", "description": null}, {"name": "ival_tm", "type": "double", "description": null}, {"name": "work_ymd", "type": "string", "de... | CREATE TABLE `doublea_poker_dw`.`sg_item_hld_sd01` (
`item_id` bigint COMMENT 'None',
`result_cnt` bigint COMMENT 'None',
`ival_tm` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_rstct_user_sd01", "description": null, "columns": [{"name": "los_rstct_mony", "type": "double", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "cust_cnt", "type": "bigint", "description": null}, {"name": "act_ucnt", "type": "bigint",... | CREATE TABLE `doublea_poker_dw`.`sg_rstct_user_sd01` (
`los_rstct_mony` double COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`cust_cnt` bigint COMMENT 'None',
`act_ucnt` bigint COMMENT 'None',
`ret_ucnt` bigint COMMENT 'None',
`tdd_rstct_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_tnmt_game_user_mket_sd01", "description": null, "columns": [{"name": "join_cnt", "type": "bigint", "description": null}, {"name": "dd_ucnt", "type": "bigint", "description": null}, {"name": "tu_pancnt", "type": "bigint", "description": null}, {"name": "tg_pancnt", "type": "... | CREATE TABLE `doublea_poker_dw`.`sg_tnmt_game_user_mket_sd01` (
`join_cnt` bigint COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`tu_pancnt` bigint COMMENT 'None',
`tg_pancnt` bigint COMMENT 'None',
`chip_buyin` bigint COMMENT 'None',
`ticket_buyin` bigint COMMENT 'None',
`double_buyin` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_tnmt_game_user_sd01", "description": null, "columns": [{"name": "join_cnt", "type": "bigint", "description": null}, {"name": "dd_ucnt", "type": "bigint", "description": null}, {"name": "tu_pancnt", "type": "bigint", "description": null}, {"name": "tg_pancnt", "type": "bigin... | CREATE TABLE `doublea_poker_dw`.`sg_tnmt_game_user_sd01` (
`join_cnt` bigint COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`tu_pancnt` bigint COMMENT 'None',
`tg_pancnt` bigint COMMENT 'None',
`chip_buyin` bigint COMMENT 'None',
`ticket_buyin` bigint COMMENT 'None',
`double_buyin` bigint ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_tnmt_game_user_type_sd01", "description": null, "columns": [{"name": "tm_type_cd", "type": "bigint", "description": null}, {"name": "tm_type_nm", "type": "string", "description": null}, {"name": "tnmt_nm", "type": "string", "description": null}, {"name": "strt_dt", "type": ... | CREATE TABLE `doublea_poker_dw`.`sg_tnmt_game_user_type_sd01` (
`tm_type_cd` bigint COMMENT 'None',
`tm_type_nm` string COMMENT 'None',
`tnmt_nm` string COMMENT 'None',
`strt_dt` string COMMENT 'None',
`end_dt` string COMMENT 'None',
`join_cnt` bigint COMMENT 'None',
`dd_ucnt` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dc_arena_sit_and_go_mtr", "description": null, "columns": [{"name": "id", "type": "bigint", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "name_en", "type": "string", "description": null}, {"name": "buyin", "type": "bigint", "descripti... | CREATE TABLE `doublea_poker_dw`.`dc_arena_sit_and_go_mtr` (
`id` bigint COMMENT 'None',
`name` string COMMENT 'None',
`name_en` string COMMENT 'None',
`buyin` bigint COMMENT 'None',
`start_date` string COMMENT 'None',
`end_date` string COMMENT 'None',
`type` bigint COMMENT 'None',
`prize... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_tbl_sit_and_go_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "arena_id", "type": "bigint", "description": null}, {"name": "start_date", "type": "string", "description": null}, {"name": "end_date", "type": "string", ... | CREATE TABLE `doublea_poker_dw`.`dg_tbl_sit_and_go_hist` (
`seq` bigint COMMENT 'None',
`arena_id` bigint COMMENT 'None',
`start_date` string COMMENT 'None',
`end_date` string COMMENT 'None',
`type` string COMMENT 'None',
`state` string COMMENT 'None',
`room_no` bigint COMMENT 'None',
`b... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dg_user_sit_and_go_hist", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "start_date", "type": "string", "description": null}, {"name": "end_date", "type": "string",... | CREATE TABLE `doublea_poker_dw`.`dg_user_sit_and_go_hist` (
`arena_id` bigint COMMENT 'None',
`seq` bigint COMMENT 'None',
`start_date` string COMMENT 'None',
`end_date` string COMMENT 'None',
`buyin` bigint COMMENT 'None',
`prize_cnt` bigint COMMENT 'None',
`prize_id` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_game_sit_and_go_arena_sd01", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "user_cnt", "type": "bigint", "description": null}, {"name": "pan_cnt", "type": "bigint", "description": null}, {"name": "match_cnt", "type": ... | CREATE TABLE `doublea_poker_dw`.`sg_game_sit_and_go_arena_sd01` (
`arena_id` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`pan_cnt` bigint COMMENT 'None',
`match_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None',
`prize_multiple` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_game_sit_and_go_store_sd01", "description": null, "columns": [{"name": "store", "type": "string", "description": null}, {"name": "user_cnt", "type": "bigint", "description": null}, {"name": "pan_cnt", "type": "bigint", "description": null}, {"name": "match_cnt", "type": "bi... | CREATE TABLE `doublea_poker_dw`.`sg_game_sit_and_go_store_sd01` (
`store` string COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`pan_cnt` bigint COMMENT 'None',
`match_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_sit_and_go_tbl_sd01", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "room_no", "type": "bigint", "description": null}, {"name": "prize_multiple", "type": "bigint", "description": null}, {"name": "tbl_cnt", "type": "bi... | CREATE TABLE `doublea_poker_dw`.`sg_sit_and_go_tbl_sd01` (
`arena_id` bigint COMMENT 'None',
`room_no` bigint COMMENT 'None',
`prize_multiple` bigint COMMENT 'None',
`tbl_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_user_sit_and_go_arena_sd01", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "buyin_amt", "type": "bigint", "description": null}, {"name": "prize_amt", "type": "bigint", "description": null}, {"name": "work_ymd", "type"... | CREATE TABLE `doublea_poker_dw`.`sg_user_sit_and_go_arena_sd01` (
`arena_id` bigint COMMENT 'None',
`buyin_amt` bigint COMMENT 'None',
`prize_amt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None',
`prize_multiple` bigint COMMENT 'None',
`chip_buyin` bigint COMMENT 'None',
`ticket_buyi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_user_sit_and_go_store_sd01", "description": null, "columns": [{"name": "ticket_type", "type": "bigint", "description": null}, {"name": "prize_id", "type": "bigint", "description": null}, {"name": "store", "type": "string", "description": null}, {"name": "buyin_cnt", "type":... | CREATE TABLE `doublea_poker_dw`.`sg_user_sit_and_go_store_sd01` (
`ticket_type` bigint COMMENT 'None',
`prize_id` bigint COMMENT 'None',
`store` string COMMENT 'None',
`buyin_cnt` bigint COMMENT 'None',
`buyin_amt` bigint COMMENT 'None',
`prize_amt` bigint COMMENT 'None',
`work_ymd` string C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "dc_arena_ring_omaha_mtr", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "arena_type_cd", "type": "bigint", "description": null}, {"name": "arena_type_nm", "type": "string", "description": null}, {"name": "arena_nm", "typ... | CREATE TABLE `doublea_poker_dw`.`dc_arena_ring_omaha_mtr` (
`arena_id` bigint COMMENT 'None',
`arena_type_cd` bigint COMMENT 'None',
`arena_type_nm` string COMMENT 'None',
`arena_nm` string COMMENT 'None',
`arena_eng_nm` string COMMENT 'None',
`order_priority` bigint COMMENT 'None',
`seat_cn... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_omaha_match_sd01", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "user_cnt", "type": "bigint", "description": null}, {"name": "user_match_cnt", "type": "bigint", "description": null}, {"name": "allin_user_cnt", "type"... | CREATE TABLE `doublea_poker_dw`.`sg_omaha_match_sd01` (
`arena_id` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`user_match_cnt` bigint COMMENT 'None',
`allin_user_cnt` bigint COMMENT 'None',
`match_cnt` bigint COMMENT 'None',
`allin_lose_cnt` bigint COMMENT 'None',
`circulation_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "doublea_poker_dw", "table": "sg_omaha_match_store_sd01", "description": null, "columns": [{"name": "arena_id", "type": "bigint", "description": null}, {"name": "user_cnt", "type": "bigint", "description": null}, {"name": "user_match_cnt", "type": "bigint", "description": null}, {"name": "allin_user_cnt", ... | CREATE TABLE `doublea_poker_dw`.`sg_omaha_match_store_sd01` (
`arena_id` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`user_match_cnt` bigint COMMENT 'None',
`allin_user_cnt` bigint COMMENT 'None',
`match_cnt` bigint COMMENT 'None',
`allin_lose_cnt` bigint COMMENT 'None',
`circul... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "doublegogamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description": nu... | CREATE TABLE `gostop_db`.`doublegogamehist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`channelid` string COMMENT 'None',
`roomid` int COMMENT 'None',
`privateyn` string COMMENT 'None',
`roomprop` string COMMENT 'None',
`unitmoney` bigint COMMENT 'None',
`validcod... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "doublegorat", "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`.`doublegorat` (
`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` timestamp COMMENT 'None',
`pushcnt` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "doublegouserhist", "description": null, "columns": [{"name": "logdate", "type": "timestamp", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "scorelog", "type": "string", "description"... | CREATE TABLE `gostop_db`.`doublegouserhist` (
`logdate` timestamp COMMENT 'None',
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`scorelog` string COMMENT 'None',
`beginmoney` double COMMENT 'None',
`beginlentmoney` double COMMENT 'None',
`changemoney` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "duelgogamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description": null... | CREATE TABLE `gostop_db`.`duelgogamehist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`channelid` string COMMENT 'None',
`roomid` int COMMENT 'None',
`privateyn` string COMMENT 'None',
`roomprop` string COMMENT 'None',
`unitmoney` bigint COMMENT 'None',
`validcode`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "duelgorat", "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": nul... | CREATE TABLE `gostop_db`.`duelgorat` (
`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` timestamp COMMENT 'None',
`pushcnt` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "duelgouserhist", "description": null, "columns": [{"name": "logdate", "type": "timestamp", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "scorelog", "type": "string", "description": ... | CREATE TABLE `gostop_db`.`duelgouserhist` (
`logdate` timestamp COMMENT 'None',
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`scorelog` string COMMENT 'None',
`beginmoney` double COMMENT 'None',
`beginlentmoney` double COMMENT 'None',
`changemoney` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "dxgostopgamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description": nu... | CREATE TABLE `gostop_db`.`dxgostopgamehist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`channelid` string COMMENT 'None',
`roomid` int COMMENT 'None',
`privateyn` string COMMENT 'None',
`roomprop` string COMMENT 'None',
`unitmoney` bigint COMMENT 'None',
`validcod... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "dxgostopuserhist", "description": null, "columns": [{"name": "logdate", "type": "timestamp", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "scorelog", "type": "string", "description"... | CREATE TABLE `gostop_db`.`dxgostopuserhist` (
`logdate` timestamp COMMENT 'None',
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`scorelog` string COMMENT 'None',
`beginmoney` double COMMENT 'None',
`beginlentmoney` double COMMENT 'None',
`changemoney` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "eva_giftinfo", "description": null, "columns": [{"name": "giftcode", "type": "double", "description": null}, {"name": "moduleid", "type": "string", "description": null}, {"name": "giftinfo", "type": "string", "description": null}, {"name": "giftoption", "type": "string", "description... | CREATE TABLE `gostop_db`.`eva_giftinfo` (
`giftcode` double COMMENT 'None',
`moduleid` string COMMENT 'None',
`giftinfo` string COMMENT 'None',
`giftoption` string COMMENT 'None',
`supplycnt` double COMMENT 'None',
`i_seq` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "eva_giftmast", "description": null, "columns": [{"name": "giftcode", "type": "double", "description": null}, {"name": "eventcode", "type": "double", "description": null}, {"name": "eventno", "type": "double", "description": null}, {"name": "giftgroup", "type": "double", "description"... | CREATE TABLE `gostop_db`.`eva_giftmast` (
`giftcode` double COMMENT 'None',
`eventcode` double COMMENT 'None',
`eventno` double COMMENT 'None',
`giftgroup` double COMMENT 'None',
`giftname` string COMMENT 'None',
`gifttype` string COMMENT 'None',
`giftinfo` string COMMENT 'None',
`winpro... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gamemoneyhist", "description": null, "columns": [{"name": "eventcode", "type": "string", "description": null}, {"name": "eventitle", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "gameid", "type": "string", "description"... | CREATE TABLE `gostop_db`.`gamemoneyhist` (
`eventcode` string COMMENT 'None',
`eventitle` string COMMENT 'None',
`memberid` string COMMENT 'None',
`gameid` string COMMENT 'None',
`eventmoney` bigint COMMENT 'None',
`premoney` bigint COMMENT 'None',
`aftermoney` bigint COMMENT 'None',
`jo... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gostop_concurrent_user_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "subid", "type": "string", "descri... | CREATE TABLE `gostop_db`.`gostop_concurrent_user_hist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`gameid` string COMMENT 'None',
`subid` string COMMENT 'None',
`channelid` string COMMENT 'None',
`membercnt_1` int COMMENT 'None',
`membercnt_2` int COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gostop_member_info", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "memberno", "type": "bigint", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "sp2sno", "type": "bigint", "description": n... | CREATE TABLE `gostop_db`.`gostop_member_info` (
`memberid` string COMMENT 'None',
`memberno` bigint COMMENT 'None',
`ci` string COMMENT 'None',
`sp2sno` bigint COMMENT 'None',
`regdate` timestamp COMMENT 'None',
`moddate` timestamp COMMENT 'None',
`crc32key` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gostop_overmoney", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "overmoney", "type": "bigint", "description": null}, {"name": "maxmoney", "type": "bigint", "description":... | CREATE TABLE `gostop_db`.`gostop_overmoney` (
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`overmoney` bigint COMMENT 'None',
`maxmoney` bigint COMMENT 'None',
`gameid` string COMMENT 'None',
`joindate` timestamp COMMENT 'None',
`status` tinyint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gostop_resource_channel", "description": null, "columns": [{"name": "seq", "type": "int", "description": null}, {"name": "game_id", "type": "string", "description": null}, {"name": "channel_id", "type": "string", "description": null}, {"name": "priority", "type": "int", "description"... | CREATE TABLE `gostop_db`.`gostop_resource_channel` (
`seq` int COMMENT 'None',
`game_id` string COMMENT 'None',
`channel_id` string COMMENT 'None',
`priority` int COMMENT 'None',
`expose_yn` string COMMENT 'None',
`channel_desc` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gostophbstat", "description": null, "columns": [{"name": "regdate", "type": "string", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "availablecnt", "type": "bigint", "description": null}, {"name": "reqcnt", "type": "bigint", "description... | CREATE TABLE `gostop_db`.`gostophbstat` (
`regdate` string COMMENT 'None',
`channelid` string COMMENT 'None',
`availablecnt` bigint COMMENT 'None',
`reqcnt` bigint COMMENT 'None',
`ansyescnt` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gostoprat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "memberno", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null... | CREATE TABLE `gostop_db`.`gostoprat` (
`memberid` string COMMENT 'None',
`memberno` string COMMENT 'None',
`matchcnt` bigint COMMENT 'None',
`wincnt` bigint COMMENT 'None',
`defeatcnt` bigint COMMENT 'None',
`drawcnt` bigint COMMENT 'None',
`disconncnt` bigint COMMENT 'None',
`rating` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gostopsinglerat", "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 `gostop_db`.`gostopsinglerat` (
`memberid` string COMMENT 'None',
`matchcnt` bigint COMMENT 'None',
`wincnt` bigint COMMENT 'None',
`defeatcnt` bigint COMMENT 'None',
`drawcnt` bigint COMMENT 'None',
`baborobotmoney1` bigint COMMENT 'None',
`baborobotmoney2` bigint COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gssuddagamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description": nul... | CREATE TABLE `gostop_db`.`gssuddagamehist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`channelid` string COMMENT 'None',
`roomid` int COMMENT 'None',
`privateyn` string COMMENT 'None',
`validcode` string COMMENT 'None',
`playercnt` int COMMENT 'None',
`dealermoney... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gssuddarat", "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": nu... | CREATE TABLE `gostop_db`.`gssuddarat` (
`memberid` string COMMENT 'None',
`matchcnt` bigint COMMENT 'None',
`wincnt` bigint COMMENT 'None',
`defeatcnt` bigint COMMENT 'None',
`drawcnt` bigint COMMENT 'None',
`kwangddang38cnt` bigint COMMENT 'None',
`joindate` timestamp COMMENT 'None',
`l... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "gssuddauserhist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "rststring", "type": "string", "description": null}, {"name": "logdate", "type": "timestamp", "description"... | CREATE TABLE `gostop_db`.`gssuddauserhist` (
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`rststring` string COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`crmcode` string COMMENT 'None',
`grade` string COMMENT 'None',
`enterchannel` timestamp COMMENT 'None',
`ent... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "levelbase", "description": null, "columns": [{"name": "gameid", "type": "string", "description": null}, {"name": "srat", "type": "double", "description": null}, {"name": "slevel", "type": "string", "description": null}, {"name": "nlevel", "type": "double", "description": null}, {"nam... | CREATE TABLE `gostop_db`.`levelbase` (
`gameid` string COMMENT 'None',
`srat` double COMMENT 'None',
`slevel` string COMMENT 'None',
`nlevel` double COMMENT 'None',
`starting` double COMMENT 'None',
`nexting` double COMMENT 'None',
`div` double COMMENT 'None',
`startmoney` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "member_mission_achv", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "missionid", "type": "int", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "lastdate", "type": "timestamp", "descrip... | CREATE TABLE `gostop_db`.`member_mission_achv` (
`memberid` string COMMENT 'None',
`missionid` int COMMENT 'None',
`gameid` string COMMENT 'None',
`lastdate` timestamp COMMENT 'None',
`maxbuycnt` int COMMENT 'None',
`lastbuydate` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "msduelgogamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description": nu... | CREATE TABLE `gostop_db`.`msduelgogamehist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`channelid` string COMMENT 'None',
`roomid` int COMMENT 'None',
`privateyn` string COMMENT 'None',
`roomprop` string COMMENT 'None',
`unitmoney` bigint COMMENT 'None',
`validcod... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.