Dataset Viewer
Auto-converted to Parquet Duplicate
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": "mobile_poker_db", "table": "baduki_chat_block", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": "sno"}, {"name": "blocked_sno", "type": "bigint", "description": "sno"}, {"name": "start_date", "type": "timestamp", "description": null}, {"name": "reason", "type": "int", "de...
CREATE TABLE `mobile_poker_db`.`baduki_chat_block` ( `sno` bigint COMMENT 'sno', `blocked_sno` bigint COMMENT 'sno', `start_date` timestamp COMMENT 'None', `reason` int COMMENT '(1:์š•์„ค๋น„๋ฐฉ, 2:๋น„๋งค๋„ˆ, 3:๊ด‘๊ณ /์ŠคํŒธ, 4:๋จนํŠ€/์‚ฌ๊ธฐ, 0:์ด์œ ์—†์Œ)', `memo` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_chat_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "room_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "send_date", "type": "timestamp", "descriptio...
CREATE TABLE `mobile_poker_db`.`baduki_chat_log` ( `seq` bigint COMMENT 'None', `room_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `send_date` timestamp COMMENT 'ํŒŒํ‹ฐ์…˜ ๊ธฐ์ค€ ์ปฌ๋Ÿผ', `message` string COMMENT 'None', `work_ymd` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_event", "description": null, "columns": [{"name": "event_id", "type": "string", "description": "์ด๋ฒคํŠธ๋ณ„ ์ด๋ฆ„"}, {"name": "sno", "type": "bigint", "description": "๋Œ€๋ถ€๋ถ„ SNO ๋˜๋Š” CIHash"}, {"name": "hid", "type": "string", "description": null}, {"name": "event_date", "type": "times...
CREATE TABLE `mobile_poker_db`.`baduki_event` ( `event_id` string COMMENT '์ด๋ฒคํŠธ๋ณ„ ์ด๋ฆ„', `sno` bigint COMMENT '๋Œ€๋ถ€๋ถ„ SNO ๋˜๋Š” CIHash', `hid` string COMMENT 'None', `event_date` timestamp COMMENT '1970-01-01 : ๊ณ ์ •, 202x-xx-x : daily', `nickname` string COMMENT 'None', `last_date` timestamp COMMENT 'None',...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_event_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": "๋Œ€๋ถ€๋ถ„ SNO ๋˜๋Š” CIHash"}, {"name": "hid", "type": "string", "...
CREATE TABLE `mobile_poker_db`.`baduki_event_log` ( `id_seq` bigint COMMENT 'None', `event_id` string COMMENT 'None', `sno` bigint COMMENT '๋Œ€๋ถ€๋ถ„ SNO ๋˜๋Š” CIHash', `hid` string COMMENT 'None', `platform` string COMMENT 'AP:AOS, IP:IOS, RP:Revolution', `log_type` string COMMENT '์ด๋ฒคํŠธ๋งˆ๋‹ค ํ‹€๋ฆผ', `nickn...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_free_charge", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "charge_cnt", "type": "int", "description"...
CREATE TABLE `mobile_poker_db`.`baduki_free_charge` ( `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `nickname` string COMMENT 'None', `charge_cnt` int COMMENT 'None', `last_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_friend_mast", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "descript...
CREATE TABLE `mobile_poker_db`.`baduki_friend_mast` ( `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `nickname` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `last_date` timestamp COMMENT 'None', `user_key` string COMMENT 'None', `short_url` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_game_result_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "descrip...
CREATE TABLE `mobile_poker_db`.`baduki_game_result_log` ( `match_no` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `nickname` string COMMENT 'None', `duel_room` int COMMENT '0:์•„๋‹˜, 1:๋งž์Œ', `duel_startmoney` bigint COMMENT 'None', `duel_channel` bigint COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_hsp_item_delivery_log", "description": null, "columns": [{"name": "item_delivery_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "string", "description": "Enum ITEM_CODE ๋˜๋Š” baduki_item์˜ Ite...
CREATE TABLE `mobile_poker_db`.`baduki_hsp_item_delivery_log` ( `item_delivery_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `item_id` string COMMENT 'Enum ITEM_CODE ๋˜๋Š” baduki_item์˜ ItemId', `last_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_item", "description": null, "columns": [{"name": "item_id", "type": "int", "description": null}, {"name": "str_item_id", "type": "string", "description": null}, {"name": "item_name", "type": "string", "description": null}, {"name": "image_index", "type": "int", "descript...
CREATE TABLE `mobile_poker_db`.`baduki_item` ( `item_id` int COMMENT 'None', `str_item_id` string COMMENT 'None', `item_name` string COMMENT 'None', `image_index` int COMMENT '์•„๋ฐ”ํƒ€ ์•„์ดํ…œ์ธ ๊ฒฝ์šฐ ์œ ํšจ', `image_version` int COMMENT '์•„๋ฐ”ํƒ€ ์•„์ดํ…œ์ธ ๊ฒฝ์šฐ ์œ ํšจ', `description` string COMMENT 'None', `display_lobby_t...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_message", "description": null, "columns": [{"name": "message_seq", "type": "bigint", "description": null}, {"name": "mail_no", "type": "bigint", "description": null}, {"name": "receiver_sno", "type": "bigint", "description": null}, {"name": "receiver_hid", "type": "strin...
CREATE TABLE `mobile_poker_db`.`baduki_message` ( `message_seq` bigint COMMENT 'None', `mail_no` bigint COMMENT 'None', `receiver_sno` bigint COMMENT 'None', `receiver_hid` string COMMENT 'None', `receiver_nickname` string COMMENT 'None', `sender_sno` bigint COMMENT 'None', `sender_hid` stri...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_mini_game", "description": null, "columns": [{"name": "log_seq", "type": "bigint", "description": null}, {"name": "mini_game_name", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "descript...
CREATE TABLE `mobile_poker_db`.`baduki_mini_game` ( `log_seq` bigint COMMENT 'None', `mini_game_name` string COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `platform` string COMMENT '(AP:AOS, IP:IOS, RP:Revolution)', `nickname` string COMMENT 'None', `credit_bonus`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_prize", "description": null, "columns": [{"name": "prize_seq", "type": "bigint", "description": null}, {"name": "event_name", "type": "string", "description": null}, {"name": "start_date", "type": "timestamp", "description": null}, {"name": "end_date", "type": "timestamp...
CREATE TABLE `mobile_poker_db`.`baduki_prize` ( `prize_seq` bigint COMMENT 'None', `event_name` string COMMENT 'None', `start_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `due_date` timestamp COMMENT 'None', `reg_admin` string COMMENT 'None', `reg_date` timestamp COMM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_purchase_info", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "last_date", "type": "timestamp", "description": null}, {"name": "purchase_info", "type": "string", "description": null}]}
CREATE TABLE `mobile_poker_db`.`baduki_purchase_info` ( `ci` string COMMENT 'None', `last_date` timestamp COMMENT 'None', `purchase_info` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_purchase_info_by_device_id", "description": null, "columns": [{"name": "device_id", "type": "string", "description": null}, {"name": "last_date", "type": "timestamp", "description": null}, {"name": "purchase_info", "type": "string", "description": null}]}
CREATE TABLE `mobile_poker_db`.`baduki_purchase_info_by_device_id` ( `device_id` string COMMENT 'None', `last_date` timestamp COMMENT 'None', `purchase_info` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_rat", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "hno", "type": "bigint", "description": "ํ˜„์žฌ 0์œผ๋กœ ์…‹ํŒ… ๋˜๊ณ  ์žˆ์Œ"}, {"name": "hid", "type": "string", "description": null}, {"name": "cust_no", "type": "bigint", "description"...
CREATE TABLE `mobile_poker_db`.`baduki_rat` ( `sno` bigint COMMENT 'None', `hno` bigint COMMENT 'ํ˜„์žฌ 0์œผ๋กœ ์…‹ํŒ… ๋˜๊ณ  ์žˆ์Œ', `hid` string COMMENT 'None', `cust_no` bigint COMMENT 'ํ˜„์žฌ 0์œผ๋กœ ์…‹ํŒ… ๋˜๊ณ  ์žˆ์Œ', `tno` string COMMENT 'None', `ci` string COMMENT 'None', `oauth_id` string COMMENT 'ํ˜„์žฌ ๊ณต๋ฐฑ์œผ๋กœ ์…‹ํŒ… ๋˜๊ณ  ์žˆ์Œ', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_rat_withdraw", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "hno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "cust_no", "type": "bigint", "description": nu...
CREATE TABLE `mobile_poker_db`.`baduki_rat_withdraw` ( `sno` bigint COMMENT 'None', `hno` bigint COMMENT 'None', `hid` string COMMENT 'None', `cust_no` bigint COMMENT 'None', `tno` string COMMENT 'None', `ci` string COMMENT 'None', `oauth_id` string COMMENT 'None', `oauth_provider` strin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_sudda_item_log", "description": null, "columns": [{"name": "log_seq", "type": "bigint", "description": null}, {"name": "tno", "type": "string", "description": null}, {"name": "poker_sno", "type": "bigint", "description": null}, {"name": "sudda_sno", "type": "string", "de...
CREATE TABLE `mobile_poker_db`.`baduki_sudda_item_log` ( `log_seq` bigint COMMENT 'None', `tno` string COMMENT 'None', `poker_sno` bigint COMMENT 'None', `sudda_sno` string COMMENT 'None', `hid` string COMMENT 'None', `platform` string COMMENT 'AP:AOS, IP:IOS, RP:Revolution', `nickname` stri...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_user_accessory", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "avatar_id", "type": "bigint", "description": null}, {"name": "image_index", "type": "int", "description": null}, {"name": "wearing", "type": "tinyint", "de...
CREATE TABLE `mobile_poker_db`.`baduki_user_accessory` ( `sno` bigint COMMENT 'None', `avatar_id` bigint COMMENT 'None', `image_index` int COMMENT 'None', `wearing` tinyint COMMENT '0:๋ฏธ์ฐฉ์šฉ, 1:์ฐฉ์šฉ', `last_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_user_avatar", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "image_index", "type": "int", "description": null}, {"name": "sellable", "type": "tinyint", "descrip...
CREATE TABLE `mobile_poker_db`.`baduki_user_avatar` ( `id_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `image_index` int COMMENT 'None', `sellable` tinyint COMMENT '0:๊ฐ€๋Šฅ, 1:๋ถˆ๊ฐ€๋Šฅ', `reg_date` timestamp COMMENT 'None', `log_seq` bigint COMMENT 'baduki_sudda_item_log ํ…Œ์ด๋ธ”์— log insert ํ›„ ์ƒ์„ฑ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_user_inven", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "int", "description": "Enum ITEM_CODE ๋˜๋Š” baduki_item์˜ ItemId"}, {"name": "item_nam...
CREATE TABLE `mobile_poker_db`.`baduki_user_inven` ( `id_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `item_id` int COMMENT 'Enum ITEM_CODE ๋˜๋Š” baduki_item์˜ ItemId', `item_name` string COMMENT 'None', `image_index` int COMMENT 'None', `activation` int COMMENT '0: ๋น„ํ™œ์„ฑํ™” 1: ํ™œ์„ฑํ™”', `av...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "common_data", "description": "๋ชจ๋ฐ”์ผ ํฌ์ปค์™€ ๋ชจ๋ฐ”์ผ ์„œ๋ฒ„์—์„œ ๊ณตํ†ต์œผ๋กœ ์ง„ํ–‰ํ•˜๋Š” ์ด๋ฒคํŠธ ๊ด€๋ จ ๋ฐ์ดํ„ฐ ํ…Œ์ด๋ธ”", "columns": [{"name": "data_id", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "tno", "type": "string", "description": null}, {"name": "apply_dat...
CREATE TABLE `mobile_poker_db`.`common_data` ( `data_id` string COMMENT 'None', `type` string COMMENT 'None', `tno` string COMMENT 'None', `apply_date` timestamp COMMENT '"1970-01-01": static ์ด๋ฒคํŠธ ๋ฐ์ดํ„ฐ, ๊ทธ ์™ธ: daily ์ด๋ฒคํŠธ ๋ฐ์ดํ„ฐ', `last_update_time` timestamp COMMENT 'None', `ival1` bigint COMMENT 'None'...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "common_data_log", "description": "๋ชจ๋ฐ”์ผ ํฌ์ปค์™€ ๋ชจ๋ฐ”์ผ ์„œ๋ฒ„์—์„œ ๊ณตํ†ต์œผ๋กœ ์ง„ํ–‰ํ•˜๋Š” ์ด๋ฒคํŠธ ๊ด€๋ จ ์•ก์…˜ ๋กœ๊ทธ ํ…Œ์ด๋ธ”", "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "game_no", "type": "int", "description": "10053: ๋ชจ๋ฐ”์ผํฌ์ปค, 10475: ๋ชจ๋ฐ”์ผ์„ฏ๋‹ค"}, {"name": "data_id", "type": "string", "descrip...
CREATE TABLE `mobile_poker_db`.`common_data_log` ( `id_seq` bigint COMMENT 'None', `game_no` int COMMENT '10053: ๋ชจ๋ฐ”์ผํฌ์ปค, 10475: ๋ชจ๋ฐ”์ผ์„ฏ๋‹ค', `data_id` string COMMENT 'None', `tno` string COMMENT 'None', `data_type` string COMMENT 'None', `log_type` string COMMENT 'None', `log_date` timestamp COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "friendbattle_invitee", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "invitee", "type": "bigint", "description": null}, {"name": "inviter", "type": "bigint", "description": null}, {"name": "inviter_nickname", "type": "string",...
CREATE TABLE `mobile_poker_db`.`friendbattle_invitee` ( `idx` bigint COMMENT 'None', `invitee` bigint COMMENT 'None', `inviter` bigint COMMENT 'None', `inviter_nickname` string COMMENT 'None', `channel_id` string COMMENT 'None', `room_id` int COMMENT 'None', `room_no` int COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "friendsystem_login_hist", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "login_date", "type": "timestamp", "description": null}]}
CREATE TABLE `mobile_poker_db`.`friendsystem_login_hist` ( `sno` bigint COMMENT 'None', `nickname` string COMMENT 'None', `login_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "friendsystem_user_location", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "channel_id", "type": "string", "description": null}, {"name": "location", "type": "string", "description": "LOGIN, LOBBY, LUCKYLAND"}, {"name": "login...
CREATE TABLE `mobile_poker_db`.`friendsystem_user_location` ( `sno` bigint COMMENT 'None', `channel_id` string COMMENT 'None', `location` string COMMENT 'LOGIN, LOBBY, LUCKYLAND', `login_date` timestamp COMMENT 'None', `game_money` bigint COMMENT 'None', `win_count` bigint COMMENT 'None', `d...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "game_analytics", "description": null, "columns": [{"name": "logseq", "type": "bigint", "description": null}, {"name": "eventtype", "type": "string", "description": null}, {"name": "eventcode", "type": "string", "description": null}, {"name": "param1", "type": "string", "descrip...
CREATE TABLE `mobile_poker_db`.`game_analytics` ( `logseq` bigint COMMENT 'None', `eventtype` string COMMENT 'None', `eventcode` string COMMENT 'None', `param1` string COMMENT 'eventType SCENE : ์”ฌ๋ณ„ ์ ‘๊ทผ ํšŸ์ˆ˜(json), eventType Click : ํด๋ฆญ ํšŸ์ˆ˜(json)', `param2` string COMMENT 'None', `value` double COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "highlow_game_result_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "descri...
CREATE TABLE `mobile_poker_db`.`highlow_game_result_log` ( `match_no` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `nickname` string COMMENT 'None', `duel_room` int COMMENT '0:์•„๋‹˜, 1:๋งž์Œ', `duel_startmoney` bigint COMMENT 'None', `duel_channel` bigint COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "holdem_game_result_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "descrip...
CREATE TABLE `mobile_poker_db`.`holdem_game_result_log` ( `match_no` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `nickname` string COMMENT 'None', `duel_room` int COMMENT 'None', `duel_startmoney` bigint COMMENT 'None', `duel_channel` bigint COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_admin_change_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "admin_key", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "change_type", "type": "int", "descr...
CREATE TABLE `mobile_poker_db`.`msg_admin_change_log` ( `id_seq` bigint COMMENT 'None', `admin_key` string COMMENT 'None', `sno` bigint COMMENT 'None', `change_type` int COMMENT '0 : "๋ฐ”๋กœ ํš๋“", 1-"๋ฐ”๋กœ ์†Œ์ง„, 2-"์„ ๋ฌผํ•จ ์ง€๊ธ‰", 3-"์„ ๋ฌผํ•จ ์ˆ˜๋ น", 4-"์„ ๋ฌผํ•จ ์‚ญ์ œ", 5-"์–ด๋“œ๋ฏผ ์ถ”๊ฐ€", 6-"์–ด๋“œ๋ฏผ ๋ณ€๊ฒฝ", 7-"์–ด๋“œ๋ฏผ ์‚ญ์ œ"', `item_type` int COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_asset", "description": "์œ ์ € ๊ธฐ๋ก์ด ์ €์žฅ๋œ ํ…Œ์ด๋ธ”", "columns": [{"name": "user_id", "type": "string", "description": "sno"}, {"name": "asset_name", "type": "string", "description": null}, {"name": "value1", "type": "bigint", "description": null}, {"name": "value2", "type": "bigint", "...
CREATE TABLE `mobile_poker_db`.`msg_asset` ( `user_id` string COMMENT 'sno', `asset_name` string COMMENT 'None', `value1` bigint COMMENT 'None', `value2` bigint COMMENT 'None', `value3` bigint COMMENT 'None', `extra` string COMMENT 'json data', `join_date` timestamp COMMENT 'None', `last...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_definition", "description": null, "columns": [{"name": "code", "type": "int", "description": null}, {"name": "codename", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "desc", "type": "string", "description": null}]...
CREATE TABLE `mobile_poker_db`.`msg_definition` ( `code` int COMMENT 'None', `codename` string COMMENT 'None', `name` string COMMENT 'None', `desc` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_event", "description": "๊ฐ์ข… ์ด๋ฒคํŠธ ์ง„ํ–‰์‹œ ์‚ฌ์šฉ๋˜๋Š” ํ…Œ์ด๋ธ”", "columns": [{"name": "event_id", "type": "string", "description": null}, {"name": "user_id", "type": "string", "description": "sno"}, {"name": "event_date", "type": "timestamp", "description": "\"1970-01-01\": static ์ด๋ฒคํŠธ ๋ฐ์ดํ„ฐ, ๊ทธ ...
CREATE TABLE `mobile_poker_db`.`msg_event` ( `event_id` string COMMENT 'None', `user_id` string COMMENT 'sno', `event_date` timestamp COMMENT '"1970-01-01": static ์ด๋ฒคํŠธ ๋ฐ์ดํ„ฐ, ๊ทธ ์™ธ: daily ์ด๋ฒคํŠธ ๋ฐ์ดํ„ฐ', `ival1` bigint COMMENT 'None', `ival2` bigint COMMENT 'None', `ival3` bigint COMMENT 'None', `sval...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_event_log", "description": "๊ฐ์ข… ์ด๋ฒคํŠธ์— ๊ด€๋ จ๋œ ์•ก์…˜์ด ๋ฐœ์ƒํ• ๋•Œ ๊ธฐ๋กํ•˜๋Š” ๋กœ๊ทธ ํ…Œ์ด๋ธ”", "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "user_id", "type": "string", "description": "sno"}, {"name": "log_type...
CREATE TABLE `mobile_poker_db`.`msg_event_log` ( `id_seq` bigint COMMENT 'None', `event_id` string COMMENT 'None', `user_id` string COMMENT 'sno', `log_type` string COMMENT 'None', `ival1` bigint COMMENT 'None', `ival2` bigint COMMENT 'None', `ival3` bigint COMMENT 'None', `sval1` string...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_friendly_match_invitation_message", "description": "์ดˆ๋Œ€ ๋ฆฌ์ŠคํŠธ", "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "my_user_id", "type": "string", "description": "sno"}, {"name": "inviter_user_id", "type": "string", "description": "sno"}, {"name": ...
CREATE TABLE `mobile_poker_db`.`msg_friendly_match_invitation_message` ( `id_seq` bigint COMMENT 'None', `my_user_id` string COMMENT 'sno', `inviter_user_id` string COMMENT 'sno', `game_type` int COMMENT '2 :2์žฅ ์„ฏ๋‹ค, 3: 3์žฅ ์„ฏ๋‹ค, 11: ํ™€๋ค ์„ฏ๋‹ค, 21: ์„ฏ๋‘‘์ด, 99: ๋ชจ๋“  ๊ฒŒ์ž„', `room_type` int COMMENT '1: ์ผ๋ฐ˜๋ฃธ, 2: ํ† ๋„ˆ๋จผํŠธ๋ฃธ, ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_friendly_match_user", "description": "์ตœ๊ทผ ํ”Œ๋ ˆ์ดํ•œ ์œ ์ € ๋ฆฌ์ŠคํŠธ, ์ฆ๊ฒจ์ฐพ๊ธฐ", "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "my_user_id", "type": "string", "description": "sno"}, {"name": "other_user_id", "type": "string", "description": "sno"}, {"name": "r...
CREATE TABLE `mobile_poker_db`.`msg_friendly_match_user` ( `id_seq` bigint COMMENT 'None', `my_user_id` string COMMENT 'sno', `other_user_id` string COMMENT 'sno', `reg_type` int COMMENT '1: ์ตœ๊ทผ ํ”Œ๋ ˆ์ดํ•œ ์œ ์ €, 2: ์ฆ๊ฒจ์ฐพ๊ธฐ ์œ ์ €', `reg_date` timestamp COMMENT 'None', `invitation_expire_date` timestamp COMMENT ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_game_result_log", "description": "์œ ์ €๋ณ„ ๊ฒŒ์ž„ ๊ฒฐ๊ณผ ๊ธฐ๋ก", "columns": [{"name": "match_no", "type": "string", "description": "match_no, ์žฌ๊ฒฝ๊ธฐ์˜ ๊ฒฝ์šฐ๋„ ์ƒˆ๋กœ ๋งŒ๋“ค์–ด ์ง„๋‹ค."}, {"name": "user_id", "type": "string", "description": "sno"}, {"name": "nickname", "type": "string", "description": null}, {"n...
CREATE TABLE `mobile_poker_db`.`msg_game_result_log` ( `match_no` string COMMENT 'match_no, ์žฌ๊ฒฝ๊ธฐ์˜ ๊ฒฝ์šฐ๋„ ์ƒˆ๋กœ ๋งŒ๋“ค์–ด ์ง„๋‹ค.', `user_id` string COMMENT 'sno', `nickname` string COMMENT 'None', `player_index` tinyint COMMENT 'None', `boss` tinyint COMMENT 'None', `room_type` tinyint COMMENT '1: ์ผ๋ฐ˜๋ฃธ, 2: ํ† ๋„ˆ๋จผํŠธ๋ฃธ,...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_hall_of_fame", "description": "๋ช…์˜ˆ์˜ ์ „๋‹น์— ๋ณด์—ฌ์ง€๋Š” ํ…Œ์ด๋ธ”", "columns": [{"name": "user_id", "type": "string", "description": "sno"}, {"name": "ranking", "type": "int", "description": "๋ช…์˜ˆ์˜ ์ „๋‹น ์ˆœ์œ„"}, {"name": "ranking_factor", "type": "int", "description": "๋žญํ‚น ๊ตฌ๋ถ„ ์•„์ด๋””"}, {"name": "grade_...
CREATE TABLE `mobile_poker_db`.`msg_hall_of_fame` ( `user_id` string COMMENT 'sno', `ranking` int COMMENT '๋ช…์˜ˆ์˜ ์ „๋‹น ์ˆœ์œ„', `ranking_factor` int COMMENT '๋žญํ‚น ๊ตฌ๋ถ„ ์•„์ด๋””', `grade_json_data` string COMMENT 'json data, ๋“ฑ๊ธ‰ ๋‹ฌ์„ฑ ์นด์šดํŠธ ๋งต', `grade_sum` bigint COMMENT 'None', `last_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_inventory", "description": "์œ ์ € ๋ณด์œ  ์•„์ดํ…œ ์ •๋ณด", "columns": [{"name": "item_sid", "type": "bigint", "description": null}, {"name": "user_id", "type": "string", "description": "sno"}, {"name": "item_id", "type": "int", "description": "Shop_Product_Item ํ…Œ์ด๋ธ” extra_data์— item_id"}, {...
CREATE TABLE `mobile_poker_db`.`msg_inventory` ( `item_sid` bigint COMMENT 'None', `user_id` string COMMENT 'sno', `item_id` int COMMENT 'Shop_Product_Item ํ…Œ์ด๋ธ” extra_data์— item_id', `item_type` int COMMENT 'Shop_Product_Item ํ…Œ์ด๋ธ” item_type', `inven_category` int COMMENT '0: NONE, 1: ITEM, 2: AVATAR, ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_mail", "description": "์œ ์ € ๋ฉ”์ผ ์ •๋ณด", "columns": [{"name": "message_id", "type": "bigint", "description": null}, {"name": "user_id", "type": "string", "description": "sno"}, {"name": "reg_date", "type": "timestamp", "description": "๋ณด๊ด€ํ•จ ์ง€๊ธ‰ ์‹œ๊ฐ„"}, {"name": "sender_info", "type": "...
CREATE TABLE `mobile_poker_db`.`msg_mail` ( `message_id` bigint COMMENT 'None', `user_id` string COMMENT 'sno', `reg_date` timestamp COMMENT '๋ณด๊ด€ํ•จ ์ง€๊ธ‰ ์‹œ๊ฐ„', `sender_info` string COMMENT '๋ณด๋‚ธ ์‚ฌ์šฉ์ž sno, ๋‹‰๋„ค์ž„, ์–ด๋“œ๋ฏผ ์ง€๊ธ‰, ์ด๋ฒคํŠธ ์ •๋ณด', `message_category` tinyint COMMENT '0: NONE, 1: NOTICE, 2: GIFT, 3: EVENT, 4: SHOP...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_membership_push", "description": "๋ฉค๋ฒ„์‹ญ ๋งŒ๋ฃŒ์ „ ๊ตฌ๋งค ์•Œ๋ฆผ ํ‘ธ์‹œ ํ…Œ์ด๋ธ”", "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "user_id", "type": "string", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "d3_date", "type": ...
CREATE TABLE `mobile_poker_db`.`msg_membership_push` ( `seq` bigint COMMENT 'None', `user_id` string COMMENT 'None', `nickname` string COMMENT 'None', `d3_date` timestamp COMMENT 'D-3์ผ ๊ธฐ์ค€ push ๋ฐœ์†ก์‹œ๊ฐ„', `d3_flag` int COMMENT 'None', `d1_date` timestamp COMMENT 'D-1์ผ ๊ธฐ์ค€ push ๋ฐœ์†ก์‹œ๊ฐ„', `d1_flag` int...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_ranking", "description": "์œ ์ €๋ณ„ ๋žญํ‚น ์ •๋ณด", "columns": [{"name": "user_id", "type": "string", "description": "sno"}, {"name": "season", "type": "string", "description": null}, {"name": "ranking_factor", "type": "int", "description": "๋žญํ‚น ๊ตฌ๋ถ„ ์•„์ด๋””"}, {"name": "start_ranking_point", "...
CREATE TABLE `mobile_poker_db`.`msg_ranking` ( `user_id` string COMMENT 'sno', `season` string COMMENT 'None', `ranking_factor` int COMMENT '๋žญํ‚น ๊ตฌ๋ถ„ ์•„์ด๋””', `start_ranking_point` int COMMENT 'None', `ranking_point` bigint COMMENT 'None', `win_ranking_point` bigint COMMENT 'None', `win_game_money...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_rat", "description": "์œ ์ € ์ •๋ณด", "columns": [{"name": "user_id", "type": "string", "description": "sno"}, {"name": "ci", "type": "string", "description": null}, {"name": "tno", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"na...
CREATE TABLE `mobile_poker_db`.`msg_rat` ( `user_id` string COMMENT 'sno', `ci` string COMMENT 'None', `tno` string COMMENT 'None', `hid` string COMMENT 'None', `oauth_id` string COMMENT 'None', `oauth_provider` string COMMENT 'None', `nickname` string COMMENT 'None', `birthday` string C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_shop_product", "description": "์ƒํ’ˆ ๋ฐ์ดํ„ฐ ๊ด€๋ฆฌ ํ…Œ์ด๋ธ”", "columns": [{"name": "product_id", "type": "string", "description": null}, {"name": "product_name", "type": "string", "description": null}, {"name": "pay_type", "type": "int", "description": "1: ๊ฒŒ์ž„๋จธ๋‹ˆ, 2: ์ฝ”์ธ, 3: ๋ณด์„, 99: ์Šคํ† ์–ด๊ฒฐ์ œ"},...
CREATE TABLE `mobile_poker_db`.`msg_shop_product` ( `product_id` string COMMENT 'None', `product_name` string COMMENT 'None', `pay_type` int COMMENT '1: ๊ฒŒ์ž„๋จธ๋‹ˆ, 2: ์ฝ”์ธ, 3: ๋ณด์„, 99: ์Šคํ† ์–ด๊ฒฐ์ œ', `pay_price` 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": "mobile_poker_db", "table": "msg_shop_product_id", "description": "์Šคํ† ์–ด ์ƒํ’ˆ ๋ฐ์ดํ„ฐ ๊ด€๋ฆฌ ํ…Œ์ด๋ธ”", "columns": [{"name": "store_product_id", "type": "string", "description": "์Šคํ† ์–ด์— ๋“ฑ๋ก๋œ ์ƒํ’ˆ ์•„์ด๋””"}, {"name": "product_id", "type": "string", "description": "์ธ๊ฒŒ์ž„ ์ƒํ’ˆ ์•„์ด๋””"}, {"name": "extra_data", "type": "string", "description":...
CREATE TABLE `mobile_poker_db`.`msg_shop_product_id` ( `store_product_id` string COMMENT '์Šคํ† ์–ด์— ๋“ฑ๋ก๋œ ์ƒํ’ˆ ์•„์ด๋””', `product_id` string COMMENT '์ธ๊ฒŒ์ž„ ์ƒํ’ˆ ์•„์ด๋””', `extra_data` string COMMENT 'json data' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_shop_product_item", "description": "์ƒํ’ˆ ๊ตฌ๋งค์‹œ ์ง€๊ธ‰๋˜๋Š” ์•„์ดํ…œ ์ •๋ณด ํ…Œ์ด๋ธ”", "columns": [{"name": "product_id", "type": "string", "description": null}, {"name": "item_type", "type": "int", "description": null}, {"name": "count", "type": "bigint", "description": null}, {"name": "extra_data"...
CREATE TABLE `mobile_poker_db`.`msg_shop_product_item` ( `product_id` string COMMENT 'None', `item_type` int COMMENT 'None', `count` bigint COMMENT 'None', `extra_data` string COMMENT '0: NONE, 1: ๊ฒŒ์ž„๋จธ๋‹ˆ, 2: ์ฝ”์ธ, 3: ๋ณด์„, 4: ๊ฐ€์ฐจ ํ‹ฐ์ผ“, 5: ์ถœ์„ ์•„์ดํ…œ, 6: ์•„๋ฐ”ํƒ€, 7: 1์กฐ ํด๋Ÿฝ, 8: ์ˆ˜ํ–‰๋”œ๋Ÿฌ, 9: ๊ธˆ๊ณ  ํ™•์žฅ, 10: ์•„๋ฐ”ํƒ€ ์‚ฌ์šฉ๊ถŒ, 11: ํšŒ์›์ œ, 12: ํŒจ์ชผ๊ธฐ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_tournament_round", "description": "ํ† ๋„ˆ๋จผํŠธ ๋ณ„ ๋ผ์šด๋“œ ์ •๋ณด ํ…Œ์ด๋ธ”", "columns": [{"name": "uid", "type": "int", "description": null}, {"name": "game_type", "type": "tinyint", "description": "2 :2์žฅ ์„ฏ๋‹ค, 3: 3์žฅ ์„ฏ๋‹ค, 11: ํ™€๋ค ์„ฏ๋‹ค, 21: ์„ฏ๋‘‘์ด, 99: ๋ชจ๋“  ๊ฒŒ์ž„"}, {"name": "pre_round", "type": "int", "descri...
CREATE TABLE `mobile_poker_db`.`msg_tournament_round` ( `uid` int COMMENT 'None', `game_type` tinyint COMMENT '2 :2์žฅ ์„ฏ๋‹ค, 3: 3์žฅ ์„ฏ๋‹ค, 11: ํ™€๋ค ์„ฏ๋‹ค, 21: ์„ฏ๋‘‘์ด, 99: ๋ชจ๋“  ๊ฒŒ์ž„', `pre_round` int COMMENT 'None', `round` int COMMENT 'None', `reserve_user_count` int COMMENT 'None', `join_user_count` int COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_tournament_top_user", "description": "์—ญ๋Œ€ ํ† ๋„ˆ๋จผํŠธ ์ƒ์œ„ 50์œ„ ์œ ์ € ์ •๋ณด ํ…Œ์ด๋ธ”", "columns": [{"name": "uid", "type": "int", "description": null}, {"name": "round", "type": "int", "description": null}, {"name": "game_type", "type": "tinyint", "description": "2 :2์žฅ ์„ฏ๋‹ค, 3: 3์žฅ ์„ฏ๋‹ค, 11: ํ™€๋ค ์„ฏ๋‹ค, 2...
CREATE TABLE `mobile_poker_db`.`msg_tournament_top_user` ( `uid` int COMMENT 'None', `round` int COMMENT 'None', `game_type` tinyint COMMENT '2 :2์žฅ ์„ฏ๋‹ค, 3: 3์žฅ ์„ฏ๋‹ค, 11: ํ™€๋ค ์„ฏ๋‹ค, 21: ์„ฏ๋‘‘์ด, 99: ๋ชจ๋“  ๊ฒŒ์ž„', `user_id` string COMMENT 'sno', `round_date` timestamp COMMENT 'None', `ranking` int COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_tournament_user", "description": "ํ† ๋„ˆ๋จผํŠธ ์œ ์ € ์ •๋ณด ํ…Œ์ด๋ธ”", "columns": [{"name": "uid", "type": "int", "description": null}, {"name": "round", "type": "int", "description": null}, {"name": "game_type", "type": "tinyint", "description": "2 :2์žฅ ์„ฏ๋‹ค, 3: 3์žฅ ์„ฏ๋‹ค, 11: ํ™€๋ค ์„ฏ๋‹ค, 21: ์„ฏ๋‘‘์ด, 99: ๋ชจ๋“ ...
CREATE TABLE `mobile_poker_db`.`msg_tournament_user` ( `uid` int COMMENT 'None', `round` int COMMENT 'None', `game_type` tinyint COMMENT '2 :2์žฅ ์„ฏ๋‹ค, 3: 3์žฅ ์„ฏ๋‹ค, 11: ํ™€๋ค ์„ฏ๋‹ค, 21: ์„ฏ๋‘‘์ด, 99: ๋ชจ๋“  ๊ฒŒ์ž„', `user_id` string COMMENT 'sno', `ranking` int COMMENT 'None', `temp_ranking` int COMMENT 'None', `is_m...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "poker7_game_result_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "nickname", "type": "string", "descrip...
CREATE TABLE `mobile_poker_db`.`poker7_game_result_log` ( `match_no` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `nickname` string COMMENT 'None', `duel_room` int COMMENT '0:์•„๋‹˜, 1:๋งž์Œ', `duel_startmoney` bigint COMMENT 'None', `duel_channel` bigint COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "poker_device", "description": null, "columns": [{"name": "device_id", "type": "string", "description": null}, {"name": "os_name", "type": "string", "description": null}, {"name": "major_ver", "type": "tinyint", "description": null}, {"name": "minor_ver", "type": "tinyint", "des...
CREATE TABLE `mobile_poker_db`.`poker_device` ( `device_id` string COMMENT 'None', `os_name` string COMMENT 'None', `major_ver` tinyint COMMENT 'None', `minor_ver` tinyint COMMENT 'None', `build_no` tinyint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `last_d...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "poker_message_send", "description": null, "columns": [{"name": "message_send_seq", "type": "bigint", "description": null}, {"name": "send_type", "type": "string", "description": "S : ๊ฐœ๋ณ„ B : ๋Œ€๋Ÿ‰"}, {"name": "keep_day", "type": "int", "description": null}, {"name": "repeat_num", "...
CREATE TABLE `mobile_poker_db`.`poker_message_send` ( `message_send_seq` bigint COMMENT 'None', `send_type` string COMMENT 'S : ๊ฐœ๋ณ„ B : ๋Œ€๋Ÿ‰', `keep_day` int COMMENT 'None', `repeat_num` int COMMENT 'None', `member_type` string COMMENT 'SNO : ํšŒ์›๋ฒˆํ˜ธ HID : ํ•œ๊ฒŒ์ž„ID NICKNAME : ๋ณ„๋ช…', `target` string COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "poker_message_send_api", "description": null, "columns": [{"name": "message_send_api_seq", "type": "bigint", "description": null}, {"name": "channel_id", "type": "string", "description": "POKER_PLUS, FREE, PAYCO, UPP"}, {"name": "hid", "type": "string", "description": null}, {"...
CREATE TABLE `mobile_poker_db`.`poker_message_send_api` ( `message_send_api_seq` bigint COMMENT 'None', `channel_id` string COMMENT 'POKER_PLUS, FREE, PAYCO, UPP', `hid` string COMMENT 'None', `category` string COMMENT 'Enum MOBILE_ITEM_CATEGORY_STRING', `cnt` string COMMENT 'None', `message` st...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "poker_user_restriction_law_ci", "description": null, "columns": [{"name": "ci_or_sno", "type": "string", "description": null}, {"name": "money_change", "type": "bigint", "description": "(์Œ์ˆ˜๋ฉด ์†์‹ค)"}, {"name": "restrict_check_date", "type": "timestamp", "description": null}, {"nam...
CREATE TABLE `mobile_poker_db`.`poker_user_restriction_law_ci` ( `ci_or_sno` string COMMENT 'None', `money_change` bigint COMMENT '(์Œ์ˆ˜๋ฉด ์†์‹ค)', `restrict_check_date` timestamp COMMENT 'None', `reg_datetime` timestamp COMMENT 'None', `last_update_datetime` timestamp COMMENT 'None', `extra_data` str...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "subscription_info", "description": null, "columns": [{"name": "tno", "type": "string", "description": null}, {"name": "game_no", "type": "int", "description": "๋ชจ๋ฐ”์ผํฌ์ปค 10053"}, {"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "bigint", "descript...
CREATE TABLE `mobile_poker_db`.`subscription_info` ( `tno` string COMMENT 'None', `game_no` int COMMENT '๋ชจ๋ฐ”์ผํฌ์ปค 10053', `sno` bigint COMMENT 'None', `item_id` bigint COMMENT 'Enum ITEM_CODE ๋˜๋Š” baduki_item์˜ ItemId', `store_id` string COMMENT 'GG ๊ตฌ๊ธ€', `subscription_id` string COMMENT 'None', `a...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_rat_inactive", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "hno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "cust_no", "type": "bigint", "description": nu...
CREATE TABLE `mobile_poker_db`.`baduki_rat_inactive` ( `sno` bigint COMMENT 'None', `hno` bigint COMMENT 'None', `hid` string COMMENT 'None', `cust_no` bigint COMMENT 'None', `tno` string COMMENT 'None', `ci` string COMMENT 'None', `oauth_id` string COMMENT 'None', `oauth_provider` strin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_rat_withdraw_deleted", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "hno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "cust_no", "type": "bigint", "descript...
CREATE TABLE `mobile_poker_db`.`baduki_rat_withdraw_deleted` ( `sno` bigint COMMENT 'None', `hno` bigint COMMENT 'None', `hid` string COMMENT 'None', `cust_no` bigint COMMENT 'None', `tno` string COMMENT 'None', `ci` string COMMENT 'None', `oauth_id` string COMMENT 'None', `oauth_provide...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_tournament_history", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "scheduleid", "type": "int", "description": null}, {"name": "season", "type": "bigint", "description": null}, {"name": "channelgroupid", "type": "int", ...
CREATE TABLE `mobile_poker_db`.`baduki_tournament_history` ( `sno` bigint COMMENT 'None', `scheduleid` int COMMENT 'None', `season` bigint COMMENT 'None', `channelgroupid` int COMMENT 'None', `kind` int COMMENT 'None', `gamekind` int COMMENT 'None', `state` int COMMENT 'None', `nickname`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_tournament_reserve", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "scheduleid", "type": "int", "description": null}, {"name": "season", "type": "bigint", "description": null}, {"name": "reserve", "type": "tinyint", "de...
CREATE TABLE `mobile_poker_db`.`baduki_tournament_reserve` ( `sno` bigint COMMENT 'None', `scheduleid` int COMMENT 'None', `season` bigint COMMENT 'None', `reserve` tinyint COMMENT 'None', `start_date` timestamp COMMENT 'None', `close_date` timestamp COMMENT 'None', `last_date` timestamp COM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_tournament_schedule", "description": null, "columns": [{"name": "scheduleid", "type": "int", "description": null}, {"name": "season", "type": "bigint", "description": null}, {"name": "channelgroupid", "type": "int", "description": null}, {"name": "kind", "type": "int", "...
CREATE TABLE `mobile_poker_db`.`baduki_tournament_schedule` ( `scheduleid` int COMMENT 'None', `season` bigint COMMENT 'None', `channelgroupid` int COMMENT 'None', `kind` int COMMENT 'None', `gamekind` int COMMENT 'None', `start_date` timestamp COMMENT 'None', `type` int COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_tournament_top", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "scheduleid", "type": "int", "description": null}, {"name": "season", "type": "bigint", "description": null}, {"name": "kind", "type": "int", "description":...
CREATE TABLE `mobile_poker_db`.`baduki_tournament_top` ( `sno` bigint COMMENT 'None', `scheduleid` int COMMENT 'None', `season` bigint COMMENT 'None', `kind` int COMMENT 'None', `channelgroupid` int COMMENT 'None', `gamekind` int COMMENT 'None', `state` int COMMENT 'None', `nickname` str...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_tournament_user", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "scheduleid", "type": "int", "description": null}, {"name": "season", "type": "bigint", "description": null}, {"name": "channelgroupid", "type": "int", "de...
CREATE TABLE `mobile_poker_db`.`baduki_tournament_user` ( `sno` bigint COMMENT 'None', `scheduleid` int COMMENT 'None', `season` bigint COMMENT 'None', `channelgroupid` int COMMENT 'None', `kind` int COMMENT 'None', `gamekind` int COMMENT 'None', `state` int COMMENT 'None', `nickname` st...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_jackpot", "description": "์ฑ„๋„๋ณ„ ๋•กํŒŸ ๋ˆ„์  ๊ธˆ์•ก ํ…Œ์ด๋ธ”", "columns": [{"name": "channel_index", "type": "int", "description": "์ฑ„๋„ ์ •๋ณด ํ…Œ์ด๋ธ”์— ์žˆ๋Š” ์ฑ„๋„ ์ธ๋ฑ์Šค"}, {"name": "fund_money", "type": "bigint", "description": null}]}
CREATE TABLE `mobile_poker_db`.`msg_jackpot` ( `channel_index` int COMMENT '์ฑ„๋„ ์ •๋ณด ํ…Œ์ด๋ธ”์— ์žˆ๋Š” ์ฑ„๋„ ์ธ๋ฑ์Šค', `fund_money` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_jackpot_winner", "description": "๋•กํŒŸ, ํžˆ๋“ ๋•กํŒŸ ์—ญ๋Œ€ ๋‹น์ฒจ์ž ๊ธฐ๋ก ํ…Œ์ด๋ธ”", "columns": [{"name": "jackpot_winner_id", "type": "bigint", "description": null}, {"name": "jackpot_id", "type": "bigint", "description": "msg_jackpot_history ์˜ ์žญํŒŸ ์ธ๋ฑ์Šค"}, {"name": "user_id", "type": "string", "descri...
CREATE TABLE `mobile_poker_db`.`msg_jackpot_winner` ( `jackpot_winner_id` bigint COMMENT 'None', `jackpot_id` bigint COMMENT 'msg_jackpot_history ์˜ ์žญํŒŸ ์ธ๋ฑ์Šค', `user_id` string COMMENT 'sno', `avatar_id` int COMMENT 'None', `user_name` string COMMENT 'None', `hand` int COMMENT 'None', `reg_date...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_jackpot_history", "description": "๋•กํŒŸ, ํžˆ๋“ ๋•กํŒŸ ์—ญ๋Œ€ ๋‹น์ฒจ ๊ธฐ๋ก ํ…Œ์ด๋ธ”", "columns": [{"name": "jackpot_id", "type": "bigint", "description": null}, {"name": "winner_user_id", "type": "string", "description": "sno"}, {"name": "winner_avatar_id", "type": "int", "description": null}, {"name"...
CREATE TABLE `mobile_poker_db`.`msg_jackpot_history` ( `jackpot_id` bigint COMMENT 'None', `winner_user_id` string COMMENT 'sno', `winner_avatar_id` int COMMENT 'None', `winner` string COMMENT 'None', `winner_count` int COMMENT 'None', `total_prize` bigint COMMENT 'None', `jackpot_type` int ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_push", "description": "ํ‘ธ์‹œ ์ •๋ณด ํ…Œ์ด๋ธ”", "columns": [{"name": "msg_push_index", "type": "bigint", "description": null}, {"name": "type", "type": "int", "description": "1: ์ฃผ๊ธฐ์ ์ธ ํ‘ธ์‹œ(์š”์ผ ๋ฐ ์‹œ๊ฐ„๋ณ„ ๋ฐ˜๋ณต), 2: ์œ ์ € ๊ฐœ๋ณ„ ๋ฌด๋ฃŒ๋ฝ‘๊ธฐ"}, {"name": "user_id", "type": "string", "description": "type 2์ผ๋•Œ user sn...
CREATE TABLE `mobile_poker_db`.`msg_push` ( `msg_push_index` bigint COMMENT 'None', `type` int COMMENT '1: ์ฃผ๊ธฐ์ ์ธ ํ‘ธ์‹œ(์š”์ผ ๋ฐ ์‹œ๊ฐ„๋ณ„ ๋ฐ˜๋ณต), 2: ์œ ์ € ๊ฐœ๋ณ„ ๋ฌด๋ฃŒ๋ฝ‘๊ธฐ', `user_id` string COMMENT 'type 2์ผ๋•Œ user sno', `push_data` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `state` int COMMENT '0: ๋Œ€๊ธฐ, 1: ์ „์†ก...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_replay", "description": "๊ฒŒ์ž„ 1ํŒ๋‹น 1ํ•œ๊ฐœ์”ฉ ๊ธฐ๋ก๋˜๋Š” ๋ฆฌํ”Œ๋ ˆ์ด ๋ฐ์ดํ„ฐ ํ…Œ์ด๋ธ”", "columns": [{"name": "replay_id", "type": "bigint", "description": null}, {"name": "match_no", "type": "string", "description": "msg_game_result_log ํ…Œ์ด๋ธ” match_no"}, {"name": "game_type", "type": "tinyint", "descriptio...
CREATE TABLE `mobile_poker_db`.`msg_replay` ( `replay_id` bigint COMMENT 'None', `match_no` string COMMENT 'msg_game_result_log ํ…Œ์ด๋ธ” match_no', `game_type` tinyint COMMENT '2 :2์žฅ ์„ฏ๋‹ค, 3: 3์žฅ ์„ฏ๋‹ค, 11: ํ™€๋ค ์„ฏ๋‹ค, 21: ์„ฏ๋‘‘์ด, 99: ๋ชจ๋“  ๊ฒŒ์ž„', `winner_user_id` string COMMENT 'sno', `winner_money` bigint COMMENT 'None',...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_replay_recommend", "description": "์ถ”์ฒœ ๋ฆฌํ”Œ๋ ˆ์ด ํ…Œ์ด๋ธ”", "columns": [{"name": "recommend_id", "type": "bigint", "description": null}, {"name": "replay_id", "type": "bigint", "description": "msg_replay ํ…Œ์ด๋ธ” key"}, {"name": "is_best", "type": "tinyint", "description": "0: false, 1: tr...
CREATE TABLE `mobile_poker_db`.`msg_replay_recommend` ( `recommend_id` bigint COMMENT 'None', `replay_id` bigint COMMENT 'msg_replay ํ…Œ์ด๋ธ” key', `is_best` tinyint COMMENT '0: false, 1: true', `view_nickname` string COMMENT '๋ณด์—ฌ์ง€๋Š” ๋‹‰๋„ค์ž„', `view_avatar_id` int COMMENT '๋ณด์—ฌ์ง€๋Š” ์•„๋ฐ”ํƒ€ ์•„์ด๋””', `game_type` tinyin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_dualgo_game_result_log", "description": null, "columns": [{"name": "match_no", "type": "string", "description": null}, {"name": "user_id", "type": "string", "description": null}, {"name": "game_type", "type": "tinyint", "description": null}, {"name": "room_type", "type": "t...
CREATE TABLE `mobile_poker_db`.`msg_dualgo_game_result_log` ( `match_no` string COMMENT 'None', `user_id` string COMMENT 'None', `game_type` tinyint COMMENT 'None', `room_type` tinyint COMMENT 'None', `seed_money` bigint COMMENT 'None', `final_result` tinyint COMMENT 'None', `blind_match` ti...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_dualgo_mission_data", "description": null, "columns": [{"name": "mission_index", "type": "int", "description": null}, {"name": "type", "type": "int", "description": null}, {"name": "title", "type": "string", "description": null}, {"name": "hand_strength", "type": "int", "de...
CREATE TABLE `mobile_poker_db`.`msg_dualgo_mission_data` ( `mission_index` int COMMENT 'None', `type` int COMMENT 'None', `title` string COMMENT 'None', `hand_strength` int COMMENT 'None', `first_come_card_class` int COMMENT 'None', `first_come_count` int COMMENT 'None', `multiple` int COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "msg_dualgo_mission_probability", "description": null, "columns": [{"name": "mission_probability_index", "type": "int", "description": null}, {"name": "type", "type": "int", "description": null}, {"name": "multiple", "type": "int", "description": null}, {"name": "probability", "...
CREATE TABLE `mobile_poker_db`.`msg_dualgo_mission_probability` ( `mission_probability_index` int COMMENT 'None', `type` int COMMENT 'None', `multiple` int COMMENT 'None', `probability` int COMMENT 'None', `channel_index` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "intro", "type": "string", "description": nu...
CREATE TABLE `mobile_poker_db`.`baduki_guild` ( `seq` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `name` string COMMENT 'None', `intro` string COMMENT 'None', `word` string COMMENT 'None', `talk` string COMMENT 'None', `auto_join` tinyint COMMENT 'None', `member_cnt` smal...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_chat_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "send_date", "type": "timestamp", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "des...
CREATE TABLE `mobile_poker_db`.`baduki_guild_chat_log` ( `seq` bigint COMMENT 'None', `send_date` timestamp COMMENT 'None', `guild_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `type` tinyint COMMENT 'None', `message` string COMMENT 'None', `work_ymd` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_dismiss", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "member_cnt", "type": "smallint", "d...
CREATE TABLE `mobile_poker_db`.`baduki_guild_dismiss` ( `seq` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `name` string COMMENT 'None', `member_cnt` smallint COMMENT 'None', `master_sno` bigint COMMENT 'None', `master_nickname` string COMMENT 'None', `dismiss_date` timestamp ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_invitation", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "de...
CREATE TABLE `mobile_poker_db`.`baduki_guild_invitation` ( `seq` bigint COMMENT 'None', `guild_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `state` smallint COMMENT 'None', `recommender_sno` bigint COMMENT 'None', `recommender_nick` string COM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_join_request", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "...
CREATE TABLE `mobile_poker_db`.`baduki_guild_join_request` ( `seq` bigint COMMENT 'None', `guild_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `state` smallint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "descripti...
CREATE TABLE `mobile_poker_db`.`baduki_guild_log` ( `seq` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `guild_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `log_type` smallint COMMENT 'None', `sub_type` smallint COMMENT 'None', `ival1` bigint COMMENT 'None', `iv...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_member", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "position", "type": "smallint", ...
CREATE TABLE `mobile_poker_db`.`baduki_guild_member` ( `sno` bigint COMMENT 'None', `guild_seq` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `position` smallint COMMENT 'None', `read_chat_seq` bigint COMMENT 'None', `read_notice_seq` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_member_delete", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "reason", "type": "smallint", "description": null}, {"name": "delete_date", "type": "time...
CREATE TABLE `mobile_poker_db`.`baduki_guild_member_delete` ( `sno` bigint COMMENT 'None', `guild_seq` bigint COMMENT 'None', `reason` smallint COMMENT 'None', `delete_date` timestamp COMMENT 'None', `dismiss_date` timestamp COMMENT 'None', `last_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_member_season", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "season_date", "type": "timestamp", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "big...
CREATE TABLE `mobile_poker_db`.`baduki_guild_member_season` ( `season` bigint COMMENT 'None', `season_date` timestamp COMMENT 'None', `guild_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `ranking_league` int COMMENT 'None', `point_act` bigint COMMENT 'None', `point_act_game` bigin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_member_withdraw", "description": null, "columns": [{"name": "tno", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "batch_count", "type": "smallint", "description": null}, {"name": "last_date", "type": "times...
CREATE TABLE `mobile_poker_db`.`baduki_guild_member_withdraw` ( `tno` string COMMENT 'None', `sno` bigint COMMENT 'None', `batch_count` smallint COMMENT 'None', `last_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_schedule", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "season_date", "type": "timestamp", "description": null}, {"name": "state", "type": "smallint", "description": null}, {"name": "ranking_season", "type": ...
CREATE TABLE `mobile_poker_db`.`baduki_guild_schedule` ( `season` bigint COMMENT 'None', `season_date` timestamp COMMENT 'None', `state` smallint COMMENT 'None', `ranking_season` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `occupation_state` smallint COMMENT 'None', `occupati...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_season", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "season_date", "type": "timestamp", "description": null}, {"name": "guild_seq", "type": "bigint", "description": null}, {"name": "ranking_league", "type": ...
CREATE TABLE `mobile_poker_db`.`baduki_guild_season` ( `season` bigint COMMENT 'None', `season_date` timestamp COMMENT 'None', `guild_seq` bigint COMMENT 'None', `ranking_league` int COMMENT 'None', `logo_edge` smallint COMMENT 'None', `logo_edge_color` smallint COMMENT 'None', `logo_letter`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_poker_db", "table": "baduki_guild_season_points", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "grade", "type": "int", "description": null}, {"name": "attend", "type": "int", "description": null}, {"name": "attend_contribution", "type": "int",...
CREATE TABLE `mobile_poker_db`.`baduki_guild_season_points` ( `season` bigint COMMENT 'None', `grade` int COMMENT 'None', `attend` int COMMENT 'None', `attend_contribution` int COMMENT 'None', `bonus` int COMMENT 'None', `bonus_contribution` int COMMENT 'None', `fund` int COMMENT 'None', ...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
5