instruction
stringclasses
1 value
input
stringlengths
130
7.08k
output
stringlengths
66
4.67k
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "webboard_admhist", "description": null, "columns": [{"name": "seq", "type": "string", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "regdate", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": n...
CREATE TABLE `pc_poker_db`.`webboard_admhist` ( `seq` string COMMENT 'None', `gameid` string COMMENT 'None', `regdate` bigint COMMENT 'None', `memberid` string COMMENT 'None', `modcode` string COMMENT 'None', `moddetailcode` string COMMENT 'None', `beforedata` string COMMENT 'None', `mod...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_gacha_mast", "description": null, "columns": [{"name": "gacha_id", "type": "string", "description": null}, {"name": "skin", "type": "string", "description": null}, {"name": "text", "type": "string", "description": null}, {"name": "text_win_money", "type": "string", "de...
CREATE TABLE `pc_poker_db`.`classicpoker_gacha_mast` ( `gacha_id` string COMMENT 'None', `skin` string COMMENT 'None', `text` string COMMENT 'None', `text_win_money` string COMMENT 'None', `text_lose_money` string COMMENT 'None', `reward_type1` tinyint COMMENT '1: ๊ฒŒ์ž„๋จธ๋‹ˆ 2: ์•„๋ฐ”ํƒ€ 3: ์•„์ดํ…œ', `rewar...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_item_mast", "description": null, "columns": [{"name": "item_id", "type": "string", "description": null}, {"name": "item_name_kr", "type": "string", "description": null}, {"name": "item_name_en", "type": "string", "description": null}, {"name": "item_type", "type": "tin...
CREATE TABLE `pc_poker_db`.`classicpoker_item_mast` ( `item_id` string COMMENT 'None', `item_name_kr` string COMMENT 'None', `item_name_en` string COMMENT 'None', `item_type` tinyint COMMENT '2: ์•„๋ฐ”ํƒ€ 3: ์•„์ดํ…œ ', `item_use_hour` bigint COMMENT 'None', `inven_category` int COMMENT 'None', `small_...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_rat", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "regist_date", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "avatar_id", "type": "string", "description":...
CREATE TABLE `pc_poker_db`.`classicpoker_rat` ( `sno` bigint COMMENT 'None', `regist_date` bigint COMMENT 'None', `hid` string COMMENT 'None', `avatar_id` string COMMENT 'None', `ci` string COMMENT 'None', `state` int COMMENT 'None', `withdraw_date` bigint COMMENT 'None', `admin_level` i...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_inventory", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "string", "description": "(ItemType์— ๋”ฐ๋ฅธ value)\n- ์•„๋ฐ”ํƒ€: ์•„๋ฐ”ํƒ€ id (ClassicPoker_Item_Mast ์˜ item_id)\n- ์•„์ดํ…œ: ์•„์ดํ…œ id (ClassicPoker_Item_Mast ์˜ it...
CREATE TABLE `pc_poker_db`.`classicpoker_inventory` ( `sno` bigint COMMENT 'None', `item_id` string COMMENT '(ItemType์— ๋”ฐ๋ฅธ value) - ์•„๋ฐ”ํƒ€: ์•„๋ฐ”ํƒ€ id (ClassicPoker_Item_Mast ์˜ item_id) - ์•„์ดํ…œ: ์•„์ดํ…œ id (ClassicPoker_Item_Mast ์˜ item_id)', `category` tinyint COMMENT 'None', `regist_date` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_message_box", "description": null, "columns": [{"name": "message_no", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "type", "type": "tinyint", "description": "1=์šด์˜์ž, 2=๊ณต์ง€, 3=์ƒ์ , 4=์ฟ ํฐ"}, {"name": "title", "type"...
CREATE TABLE `pc_poker_db`.`classicpoker_message_box` ( `message_no` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `type` tinyint COMMENT '1=์šด์˜์ž, 2=๊ณต์ง€, 3=์ƒ์ , 4=์ฟ ํฐ', `title` string COMMENT '์ƒํ’ˆ๋ช…', `text` string COMMENT 'None', `link_type` tinyint COMMENT '1=๋งํฌ์—†์Œ 2=๋‚ด๋ถ€ ์”ฌ 3=์™ธ๋ถ€ APP 4=๋‚ด๋ถ€ WEB(ex:๊ณต...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "highlow2rat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null}, {"name": "defeatcnt", "type": "bigint", "description":...
CREATE TABLE `pc_poker_db`.`highlow2rat` ( `memberid` string COMMENT 'None', `matchcnt` bigint COMMENT 'None', `wincnt` bigint COMMENT 'None', `defeatcnt` bigint COMMENT 'None', `drawcnt` bigint COMMENT 'None', `joindate` bigint COMMENT 'None', `lastdate` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "laspokerrat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null}, {"name": "defeatcnt", "type": "bigint", "description":...
CREATE TABLE `pc_poker_db`.`laspokerrat` ( `memberid` string COMMENT 'None', `matchcnt` bigint COMMENT 'None', `wincnt` bigint COMMENT 'None', `defeatcnt` bigint COMMENT 'None', `drawcnt` bigint COMMENT 'None', `allincnt1` bigint COMMENT 'None', `winmoney` decimal(10,0) COMMENT 'None', `...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "pokerrankusermast", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "lastdate", "type": "bigint", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "gamepoint", "type": "bigint", "desc...
CREATE TABLE `pc_poker_db`.`pokerrankusermast` ( `memberid` string COMMENT 'None', `lastdate` bigint COMMENT 'None', `channelid` string COMMENT 'None', `gamepoint` bigint COMMENT 'None', `matchcnt` bigint COMMENT 'None', `reg` string COMMENT 'None', `rankseq` bigint COMMENT 'None', `regd...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "hoola3rat", "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 `pc_poker_db`.`hoola3rat` ( `memberid` string COMMENT 'None', `matchcnt` bigint COMMENT 'None', `wincnt` bigint COMMENT 'None', `defeatcnt` bigint COMMENT 'None', `drawcnt` bigint COMMENT 'None', `hoolacnt` bigint COMMENT 'None', `perfecthoolacnt` bigint COMMENT 'None', `low...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_delivery_hist", "description": "๋ฐฐ์†ก ๋กœ๊ทธ, ๊ตฌ๋งค ์ค‘๋ณต ์ง€๊ธ‰ ํ™•์ธ", "columns": [{"name": "delivery_seq", "type": "string", "description": "์•„์ดํ…œ ๋ฐฐ์†ก ์‹œํ€€์Šค ๋ฐฐ์—ด(hsp ์ƒ์„ฑ ์ค‘๋ณต์ง€๊ธ‰ ์ฒดํฌ ํ‚ค)"}, {"name": "product_id", "type": "string", "description": "์ง€๊ธ‰๋œ ์ƒํ’ˆ ID (classicpoker_store_product_mast.product_id...
CREATE TABLE `pc_poker_db`.`classicpoker_delivery_hist` ( `delivery_seq` string COMMENT '์•„์ดํ…œ ๋ฐฐ์†ก ์‹œํ€€์Šค ๋ฐฐ์—ด(hsp ์ƒ์„ฑ ์ค‘๋ณต์ง€๊ธ‰ ์ฒดํฌ ํ‚ค)', `product_id` string COMMENT '์ง€๊ธ‰๋œ ์ƒํ’ˆ ID (classicpoker_store_product_mast.product_id)', `sno` bigint COMMENT 'None', `device_id` string COMMENT 'None', `ci` string COMMENT 'None',...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_dice_gacha_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "gacha_id", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "reg_time", "type": "bigint", "descr...
CREATE TABLE `pc_poker_db`.`classicpoker_dice_gacha_hist` ( `seq` bigint COMMENT 'None', `gacha_id` string COMMENT 'None', `sno` bigint COMMENT 'None', `reg_time` bigint COMMENT 'None', `select` tinyint COMMENT '0: ๋กœ์šฐ 1: ํ•˜์ด', `val1` tinyint COMMENT 'None', `val2` tinyint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_fortune_tree", "description": null, "columns": [{"name": "game_no", "type": "bigint", "description": null}, {"name": "game_date", "type": "bigint", "description": null}, {"name": "count", "type": "tinyint", "description": null}, {"name": "start_time", "type": "bigint",...
CREATE TABLE `pc_poker_db`.`classicpoker_fortune_tree` ( `game_no` bigint COMMENT 'None', `game_date` bigint COMMENT 'None', `count` tinyint COMMENT 'None', `start_time` bigint COMMENT 'None', `mega_reward` bigint COMMENT 'None', `major_reward` bigint COMMENT 'None', `mini_bronze_reward` big...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_message_notice_mast", "description": null, "columns": [{"name": "notice_no", "type": "bigint", "description": null}, {"name": "title", "type": "string", "description": null}, {"name": "text", "type": "string", "description": null}, {"name": "link_type", "type": "tinyin...
CREATE TABLE `pc_poker_db`.`classicpoker_message_notice_mast` ( `notice_no` bigint COMMENT 'None', `title` string COMMENT 'None', `text` string COMMENT 'None', `link_type` tinyint COMMENT 'None', `link_value` string COMMENT 'None', `link_message` string COMMENT 'None', `webview_title` string...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_mystery_card", "description": null, "columns": [{"name": "game_no", "type": "bigint", "description": null}, {"name": "game_time", "type": "bigint", "description": null}, {"name": "game_type", "type": "tinyint", "description": "0:๋ธ”๋ž™๋ ˆ๋“œ 1:์Šค๋‹คํ•˜ํฌ 2:๋ธ”๋ž™๋ ˆ๋“œ์กฐ์ปค 3์Šค๋‹คํ•˜ํฌ์กฐ์ปค"}, {"name":...
CREATE TABLE `pc_poker_db`.`classicpoker_mystery_card` ( `game_no` bigint COMMENT 'None', `game_time` bigint COMMENT 'None', `game_type` tinyint COMMENT '0:๋ธ”๋ž™๋ ˆ๋“œ 1:์Šค๋‹คํ•˜ํฌ 2:๋ธ”๋ž™๋ ˆ๋“œ์กฐ์ปค 3์Šค๋‹คํ•˜ํฌ์กฐ์ปค', `spade_user_cnt` bigint COMMENT 'None', `diamond_user_cnt` bigint COMMENT 'None', `heart_user_cnt` bigint COM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_mystery_card_reward_mast", "description": null, "columns": [{"name": "game_type", "type": "tinyint", "description": "0:๋ธ”๋ž™๋ ˆ๋“œ 1:์Šค๋‹คํ•˜ํฌ 2:๋ธ”๋ž™๋ ˆ๋“œ์กฐ์ปค 3์Šค๋‹คํ•˜ํฌ์กฐ์ปค"}, {"name": "betting_type", "type": "tinyint", "description": "0:์ŠคํŽ˜์ด๋“œ 1: ๋‹ค์ด์•„ 2:ํ•˜ํŠธ 3:ํด๋กœ๋ฒ„ 4:๋ธ”๋ž™ 5:๋ ˆ๋“œ 6:์กฐ์ปค"}, {"name": "ticke...
CREATE TABLE `pc_poker_db`.`classicpoker_mystery_card_reward_mast` ( `game_type` tinyint COMMENT '0:๋ธ”๋ž™๋ ˆ๋“œ 1:์Šค๋‹คํ•˜ํฌ 2:๋ธ”๋ž™๋ ˆ๋“œ์กฐ์ปค 3์Šค๋‹คํ•˜ํฌ์กฐ์ปค', `betting_type` tinyint COMMENT '0:์ŠคํŽ˜์ด๋“œ 1: ๋‹ค์ด์•„ 2:ํ•˜ํŠธ 3:ํด๋กœ๋ฒ„ 4:๋ธ”๋ž™ 5:๋ ˆ๋“œ 6:์กฐ์ปค', `ticket_type` tinyint COMMENT '0:๋ธŒ๋ก ์ฆˆ 1:์‹ค๋ฒ„ 2: ๊ณจ๋“œ', `money` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_mystery_card_user_betting", "description": null, "columns": [{"name": "game_no", "type": "bigint", "description": null}, {"name": "betting_type", "type": "tinyint", "description": null}, {"name": "blonze_cnt", "type": "int", "description": null}, {"name": "silver_cnt",...
CREATE TABLE `pc_poker_db`.`classicpoker_mystery_card_user_betting` ( `game_no` bigint COMMENT 'None', `betting_type` tinyint COMMENT 'None', `blonze_cnt` int COMMENT 'None', `silver_cnt` int COMMENT 'None', `gold_cnt` int COMMENT 'None', `betting_time` bigint COMMENT 'None', `receive_reward...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_reward", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "reward_id", "type": "string", "description": null}, {"name": "device_id", "type": "string", "description": null}, {"name": "ci", "type": "string", "description":...
CREATE TABLE `pc_poker_db`.`classicpoker_reward` ( `sno` bigint COMMENT 'None', `reward_id` string COMMENT 'None', `device_id` string COMMENT 'None', `ci` string COMMENT 'None', `hid` string COMMENT 'None', `value` bigint COMMENT 'None', `update_date` bigint COMMENT 'None', `reg_date` bi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_store_product_mast", "description": null, "columns": [{"name": "product_id", "type": "string", "description": null}, {"name": "product_name", "type": "string", "description": null}, {"name": "product_category", "type": "tinyint", "description": "1: ์ŠคํŽ˜์…œ ํƒญ(ํ˜„์žฌ ๊ธฐํš์ƒ ์กด์žฌํ•˜์ง€ ์•Š์Œ...
CREATE TABLE `pc_poker_db`.`classicpoker_store_product_mast` ( `product_id` string COMMENT 'None', `product_name` string COMMENT 'None', `product_category` tinyint COMMENT '1: ์ŠคํŽ˜์…œ ํƒญ(ํ˜„์žฌ ๊ธฐํš์ƒ ์กด์žฌํ•˜์ง€ ์•Š์Œ) 2: ๋ณด์„ ํƒญ(ํ˜„์žฌ ๊ธฐํš์ƒ ์กด์žฌํ•˜์ง€ ์•Š์Œ) 3: ๋จธ๋‹ˆ์•„๋ฐ”ํƒ€ ํƒญ 4: ์•„์ดํ…œ ํƒญ 5: ํšŒ์›์ œ ํƒญ ', `product_category2` tinyint COMMENT 'None', `p...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_time_bonus_event", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "event_no", "type": "bigint", "description": null}, {"name": "receive_date", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "bigin...
CREATE TABLE `pc_poker_db`.`classicpoker_time_bonus_event` ( `sno` bigint COMMENT 'None', `event_no` bigint COMMENT 'None', `receive_date` bigint COMMENT 'None', `work_ymd` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "classicpoker_hist", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "event_id", "type": "string", "description": "๊ฐ€์œ„๋ฐ”์œ„๋ณด(Gacha),์ฃผ์‚ฌ์œ„(DiceGacha)"}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "str...
CREATE TABLE `pc_poker_db`.`classicpoker_hist` ( `id_seq` bigint COMMENT 'None', `event_id` string COMMENT '๊ฐ€์œ„๋ฐ”์œ„๋ณด(Gacha),์ฃผ์‚ฌ์œ„(DiceGacha)', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `nickname` string COMMENT 'None', `gw_address` string COMMENT 'None', `log_type` string COMMENT ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "poker_channellog", "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", "description": n...
CREATE TABLE `pc_poker_db`.`poker_channellog` ( `seq` bigint COMMENT 'None', `logdate` timestamp COMMENT 'None', `gameid` string COMMENT 'None', `subid` string COMMENT 'None', `channelid` string COMMENT 'None', `maxmember` int COMMENT 'None', `membercnt` int COMMENT 'None', `work_ymd` bi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "pkr_rank_cancelhist", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "rankseq", "type": "double", "description": null}, {"name": "regdate", "type": "timestamp", "description": null}, {"name": "gamepoint", "type": "double", "de...
CREATE TABLE `pc_poker_db`.`pkr_rank_cancelhist` ( `memberid` string COMMENT 'None', `rankseq` double COMMENT 'None', `regdate` timestamp COMMENT 'None', `gamepoint` double COMMENT 'None', `matchcnt` double COMMENT 'None', `logdate` timestamp COMMENT 'None', `i_seq` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "pkr_vip_userinfo", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "vipmonth", "type": "string", "description": null}, {"name": "vipgrade", "type": "string", "description": null}, {"name": "paymoney", "type": "double", "descrip...
CREATE TABLE `pc_poker_db`.`pkr_vip_userinfo` ( `memberid` string COMMENT 'None', `vipmonth` string COMMENT 'None', `vipgrade` string COMMENT 'None', `paymoney` double COMMENT 'None', `saving_coin` double COMMENT 'None', `saving_coin_plus` double COMMENT 'None', `month_number` int COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "poker_event", "description": null, "columns": [{"name": "event_date", "type": "timestamp", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "user_id", "type": "string", "description": null}, {"name": "extra_data", "type": "string", "descri...
CREATE TABLE `pc_poker_db`.`poker_event` ( `event_date` timestamp COMMENT 'None', `event_id` string COMMENT 'None', `user_id` string COMMENT 'None', `extra_data` string COMMENT 'None', `ival1` bigint COMMENT 'None', `ival2` bigint COMMENT 'None', `ival3` bigint COMMENT 'None', `last_date...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "poker_event_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "extra_data", "type": "string", "description": null}, {"name": "ival1", "type": "bigint", "description...
CREATE TABLE `pc_poker_db`.`poker_event_log` ( `id_seq` bigint COMMENT 'None', `event_id` string COMMENT 'None', `extra_data` string COMMENT 'None', `ival1` bigint COMMENT 'None', `ival2` bigint COMMENT 'None', `ival3` bigint COMMENT 'None', `log_date` timestamp COMMENT 'None', `log_type...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "poker_league_schedule", "description": null, "columns": [{"name": "seq_year_round", "type": "int", "description": null}, {"name": "game_start_date", "type": "timestamp", "description": null}, {"name": "game_end_date", "type": "timestamp", "description": null}, {"name": "calculate_s...
CREATE TABLE `pc_poker_db`.`poker_league_schedule` ( `seq_year_round` int COMMENT 'None', `game_start_date` timestamp COMMENT 'None', `game_end_date` timestamp COMMENT 'None', `calculate_start_date` timestamp COMMENT 'None', `calculate_end_date` timestamp COMMENT 'None', `active` string COMMENT ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "poker_league_user_mast", "description": null, "columns": [{"name": "seq_year_round", "type": "int", "description": null}, {"name": "member_id", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "member_no", "type": "str...
CREATE TABLE `pc_poker_db`.`poker_league_user_mast` ( `seq_year_round` int COMMENT 'None', `member_id` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `member_no` string COMMENT 'None', `nickname` string COMMENT 'None', `league_grade` int COMMENT 'None', `league_id` int COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "pc_room_score", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "score", "type": "bigint", "description": null}, {"name": "begin_at", "type": "timestamp", "description": null}, {"name": "end_at", "type": "timestamp", "description": ...
CREATE TABLE `pc_poker_db`.`pc_room_score` ( `seq` bigint COMMENT 'None', `score` bigint COMMENT 'None', `begin_at` timestamp COMMENT 'None', `end_at` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "pc_room_weight_range", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "level", "type": "int", "description": null}, {"name": "min_score", "type": "int", "description": null}, {"name": "max_score", "type": "int", "description": null...
CREATE TABLE `pc_poker_db`.`pc_room_weight_range` ( `seq` bigint COMMENT 'None', `level` int COMMENT 'None', `min_score` int COMMENT 'None', `max_score` int COMMENT 'None', `weight` int COMMENT 'None', `begin_at` timestamp COMMENT 'None', `end_at` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "event_user_point_history", "description": null, "columns": [{"name": "sequence", "type": "bigint", "description": null}, {"name": "amount", "type": "bigint", "description": null}, {"name": "event_round", "type": "int", "description": null}, {"name": "point_history_type", "type": "s...
CREATE TABLE `pc_poker_db`.`event_user_point_history` ( `sequence` bigint COMMENT 'None', `amount` bigint COMMENT 'None', `event_round` int COMMENT 'None', `point_history_type` string COMMENT 'None', `provider_key` string COMMENT 'None', `user_key` string COMMENT 'None', `event_key` string C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "baccarat_match_hist", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "room_create_date", "type": "timestamp", "description": null}, {"name": "channel_type", "type...
CREATE TABLE `pc_poker_db`.`baccarat_match_hist` ( `match_no` bigint COMMENT 'None', `log_date` timestamp COMMENT 'None', `room_create_date` timestamp COMMENT 'None', `channel_type` int COMMENT 'None', `room_id` int COMMENT 'None', `player_cards` string COMMENT 'None', `banker_cards` string ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "baccarat_user_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "match_no", "type": "bigint", "description": null}, {"name": "member_id", "type": "string", "description": null}, {"name": "member_no", "type": "string", "descript...
CREATE TABLE `pc_poker_db`.`baccarat_user_hist` ( `seq` bigint COMMENT 'None', `match_no` bigint COMMENT 'None', `member_id` string COMMENT 'None', `member_no` string COMMENT 'None', `nick_name` string COMMENT 'None', `log_date` timestamp COMMENT 'None', `channel_type` int COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "bigamestct_hist", "description": null, "columns": [{"name": "logdte", "type": "string", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "subid", "type": "string", "description": null}, {"name": "channelid", "type": "string", "description": ...
CREATE TABLE `pc_poker_db`.`bigamestct_hist` ( `logdte` string COMMENT 'None', `gameid` string COMMENT 'None', `subid` string COMMENT 'None', `channelid` string COMMENT 'None', `maxmember` bigint COMMENT 'None', `membercnt` bigint COMMENT 'None', `createdate` string COMMENT 'None', `curr...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "blackjack_match_hist", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "channel_type", "type": "int", "description": null}, {"name": "room_id", "type": "int", "des...
CREATE TABLE `pc_poker_db`.`blackjack_match_hist` ( `match_no` bigint COMMENT 'None', `log_date` timestamp COMMENT 'None', `channel_type` int COMMENT 'None', `room_id` int COMMENT 'None', `game_type` int COMMENT 'None', `room_option` bigint COMMENT 'None', `max_bet` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "blackjack_user_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "match_no", "type": "bigint", "description": null}, {"name": "member_id", "type": "string", "description": null}, {"name": "member_no", "type": "string", "descrip...
CREATE TABLE `pc_poker_db`.`blackjack_user_hist` ( `seq` bigint COMMENT 'None', `match_no` bigint COMMENT 'None', `member_id` string COMMENT 'None', `member_no` string COMMENT 'None', `nick_name` string COMMENT 'None', `log_date` timestamp COMMENT 'None', `channel_type` int COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "branch_cd", "description": null, "columns": [{"name": "branchcode", "type": "string", "description": null}, {"name": "branchname", "type": "string", "description": null}, {"name": "representative", "type": "string", "description": null}, {"name": "phone", "type": "string", "descrip...
CREATE TABLE `pc_poker_db`.`branch_cd` ( `branchcode` string COMMENT 'None', `branchname` string COMMENT 'None', `representative` string COMMENT 'None', `phone` string COMMENT 'None', `zip` string COMMENT 'None', `regno` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "branch_cd_lst", "description": null, "columns": [{"name": "branchcode", "type": "string", "description": null}, {"name": "zip1", "type": "string", "description": null}]}
CREATE TABLE `pc_poker_db`.`branch_cd_lst` ( `branchcode` string COMMENT 'None', `zip1` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "casino_asset_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "member_no", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "asset_type", "type": "tinyint", "descrip...
CREATE TABLE `pc_poker_db`.`casino_asset_hist` ( `seq` bigint COMMENT 'None', `member_no` string COMMENT 'None', `memberid` string COMMENT 'None', `asset_type` tinyint COMMENT 'None', `old_pay` bigint COMMENT 'None', `old_free` bigint COMMENT 'None', `new_pay` bigint COMMENT 'None', `new...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "casino_money_code", "description": null, "columns": [{"name": "money_code", "type": "string", "description": null}, {"name": "money_code_name", "type": "string", "description": null}, {"name": "description", "type": "string", "description": null}, {"name": "last_update_time", "type...
CREATE TABLE `pc_poker_db`.`casino_money_code` ( `money_code` string COMMENT 'None', `money_code_name` string COMMENT 'None', `description` string COMMENT 'None', `last_update_time` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "casino_rat", "description": null, "columns": [{"name": "member_no", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "pay_token", "type": "bigint", "description": null}, {"name": "free_token", "type": "bigint", "descripti...
CREATE TABLE `pc_poker_db`.`casino_rat` ( `member_no` string COMMENT 'None', `memberid` string COMMENT 'None', `pay_token` bigint COMMENT 'None', `free_token` bigint COMMENT 'None', `last_date` timestamp COMMENT 'None', `limit_token` bigint COMMENT 'None', `create_date` timestamp COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "cms_target_user_data", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "memberno", "type": "string", "description": null}, {"name": "regdate", "type": "timestamp", "description": null}, {"name": "lastdate", "type": "timestamp",...
CREATE TABLE `pc_poker_db`.`cms_target_user_data` ( `memberid` string COMMENT 'None', `memberno` string COMMENT 'None', `regdate` timestamp COMMENT 'None', `lastdate` timestamp COMMENT 'None', `clienttype` int COMMENT 'None', `moneyvolume` bigint COMMENT 'None', `matchcnt` bigint COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "laspokeruserhist_v2_tmp", "description": null, "columns": [{"name": "i_seq", "type": "bigint", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "rststring", "type": "string", "descrip...
CREATE TABLE `pc_poker_db`.`laspokeruserhist_v2_tmp` ( `i_seq` bigint COMMENT 'None', `seq` bigint COMMENT 'None', `memberid` string COMMENT 'None', `rststring` string COMMENT 'None', `logdate` timestamp COMMENT 'None', `crmcode` string COMMENT 'None', `grade` string COMMENT 'None', `ent...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "lasuddagamehist", "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": n...
CREATE TABLE `pc_poker_db`.`lasuddagamehist` ( `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', `dealermon...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "lasuddarat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null}, {"name": "defeatcnt", "type": "bigint", "description": ...
CREATE TABLE `pc_poker_db`.`lasuddarat` ( `memberid` string COMMENT 'None', `matchcnt` bigint COMMENT 'None', `wincnt` bigint COMMENT 'None', `defeatcnt` bigint COMMENT 'None', `allincnt` bigint COMMENT 'None', `lastdate` timestamp COMMENT 'None', `joindate` timestamp COMMENT 'None', `di...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "lasuddauserhist_v2", "description": null, "columns": [{"name": "i_seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "memberno", "type": "string", "description": null}, {"name": "rststring", "type": "string", "descrip...
CREATE TABLE `pc_poker_db`.`lasuddauserhist_v2` ( `i_seq` bigint COMMENT 'None', `memberid` string COMMENT 'None', `memberno` string COMMENT 'None', `rststring` string COMMENT 'None', `logdate` timestamp COMMENT 'None', `crmcode` string COMMENT 'None', `grade` string COMMENT 'None', `ent...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "pc_room_capsule_daily_result", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "crm", "type": "string", "description": null}, {"name": "pc_room_product", "type": "bigint", "description": null}, {"name": "day", "type": "timestamp", "...
CREATE TABLE `pc_poker_db`.`pc_room_capsule_daily_result` ( `seq` bigint COMMENT 'None', `crm` string COMMENT 'None', `pc_room_product` bigint COMMENT 'None', `day` timestamp COMMENT 'None', `use_total_cnt` bigint COMMENT 'None', `total_reward` bigint COMMENT 'None', `total_free_ticket_cnt` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "pc_room_capsule_user", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "crm", "type": "string", "description": null}, {"name": "pc_room_product", "type": "bigint", "description": null}, {"name": "day", "type": "timestamp", "descript...
CREATE TABLE `pc_poker_db`.`pc_room_capsule_user` ( `seq` bigint COMMENT 'None', `crm` string COMMENT 'None', `pc_room_product` bigint COMMENT 'None', `day` timestamp COMMENT 'None', `hangame_id` string COMMENT 'None', `user_total_reward` bigint COMMENT 'None', `user_total_ticket_cnt` bigint...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "pcbmast", "description": null, "columns": [{"name": "crmcode", "type": "string", "description": null}, {"name": "pcbname", "type": "string", "description": null}, {"name": "owner", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, ...
CREATE TABLE `pc_poker_db`.`pcbmast` ( `crmcode` string COMMENT 'None', `pcbname` string COMMENT 'None', `owner` string COMMENT 'None', `memberid` string COMMENT 'None', `pwd` string COMMENT 'None', `regnum` string COMMENT 'None', `jumin` string COMMENT 'None', `telnum` string COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "platinum_application", "description": null, "columns": [{"name": "crmcode", "type": "string", "description": null}, {"name": "month", "type": "timestamp", "description": null}, {"name": "bank_name", "type": "string", "description": null}, {"name": "bank_account", "type": "string", ...
CREATE TABLE `pc_poker_db`.`platinum_application` ( `crmcode` string COMMENT 'None', `month` timestamp COMMENT 'None', `bank_name` string COMMENT 'None', `bank_account` string COMMENT 'None', `bank_owner` string COMMENT 'None', `fund_amount` bigint COMMENT 'None', `status` string COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "procodet_from_biods", "description": null, "columns": [{"name": "procode", "type": "string", "description": null}, {"name": "codetitle", "type": "string", "description": null}, {"name": "histvalid", "type": "string", "description": null}, {"name": "cumulvalid", "type": "string", "d...
CREATE TABLE `pc_poker_db`.`procodet_from_biods` ( `procode` string COMMENT 'None', `codetitle` string COMMENT 'None', `histvalid` string COMMENT 'None', `cumulvalid` string COMMENT 'None', `openyn` string COMMENT 'None', `stdate` string COMMENT 'None', `procontent` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "tmp_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", "descri...
CREATE TABLE `pc_poker_db`.`tmp_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', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "uppadmin_hist", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "mg_lv", "type": "bigint", "description": null}, {"name": "bef_mg_lv", "type": "bigint", "description": null}, {"name": "workdate", "type": "string", "description": ...
CREATE TABLE `pc_poker_db`.`uppadmin_hist` ( `userid` string COMMENT 'None', `mg_lv` bigint COMMENT 'None', `bef_mg_lv` bigint COMMENT 'None', `workdate` string COMMENT 'None', `manager` string COMMENT 'None', `memo` string COMMENT 'None', `heal_status` string COMMENT 'None', `group_id` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "upplevel_hist", "description": null, "columns": [{"name": "workd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "mg_lv", "type": "bigint", "description": null}, {"name": "bef_mg_lv", "type": "bigint", "description": nul...
CREATE TABLE `pc_poker_db`.`upplevel_hist` ( `workd` string COMMENT 'None', `userid` string COMMENT 'None', `mg_lv` bigint COMMENT 'None', `bef_mg_lv` bigint COMMENT 'None', `manager` string COMMENT 'None', `start_lvdt` string COMMENT 'None', `group_id` string COMMENT 'None', `work_ymd` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "upplevel_mast", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "mg_lv", "type": "bigint", "description": null}, {"name": "start_lvdt", "type": "string", "description": null}, {"name": "updatedt", "type": "string", "description":...
CREATE TABLE `pc_poker_db`.`upplevel_mast` ( `userid` string COMMENT 'None', `mg_lv` bigint COMMENT 'None', `start_lvdt` string COMMENT 'None', `updatedt` string COMMENT 'None', `popup` string COMMENT 'None', `group_id` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "videopoker_user_hist", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "member_id", "type": "string", "description": null}, {"name": "member_no", "type": "string", "description": null}, {"name": "nick_name", "type": "string", "...
CREATE TABLE `pc_poker_db`.`videopoker_user_hist` ( `match_no` bigint COMMENT 'None', `member_id` string COMMENT 'None', `member_no` string COMMENT 'None', `nick_name` string COMMENT 'None', `log_date` timestamp COMMENT 'None', `device` string COMMENT 'None', `pre_pay_token` bigint COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "slot_ccu_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "machine_id", "type": "string", "description": null}, {"name": "pc_user_count", "type": "int", "descripti...
CREATE TABLE `pc_poker_db`.`slot_ccu_log` ( `seq` bigint COMMENT 'None', `log_date` timestamp COMMENT 'None', `machine_id` string COMMENT 'None', `pc_user_count` int COMMENT 'None', `classic_user_count` int COMMENT 'None', `work_ymd` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "slot_game_hist", "description": null, "columns": [{"name": "id", "type": "bigint", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "game_no", "type": "bigint", "description": null}, {"name": "member_id", "type": "string", "description"...
CREATE TABLE `pc_poker_db`.`slot_game_hist` ( `id` bigint COMMENT 'None', `log_date` timestamp COMMENT 'None', `game_no` bigint COMMENT 'None', `member_id` string COMMENT 'None', `member_no` string COMMENT 'None', `nick_name` string COMMENT 'None', `pre_pay_token` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "pc_poker_rat", "description": null, "columns": [{"name": "hid", "type": "string", "description": null}, {"name": "member_no", "type": "string", "description": null}, {"name": "joindate", "type": "timestamp", "description": null}, {"name": "logindate", "type": "timestamp", "descript...
CREATE TABLE `pc_poker_db`.`pc_poker_rat` ( `hid` string COMMENT 'None', `member_no` string COMMENT 'None', `joindate` timestamp COMMENT 'None', `logindate` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "guild", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "create_at", "type": "timestamp", "description": null}, {"name": "guild_name", "type": "string", "description": null}, {"name": "emblem_frame", "type": "int", "description...
CREATE TABLE `pc_poker_db`.`guild` ( `guild_id` bigint COMMENT 'None', `create_at` timestamp COMMENT 'None', `guild_name` string COMMENT 'None', `emblem_frame` int COMMENT 'None', `emblem_color` int COMMENT 'None', `emblem_object` int COMMENT 'None', `emblem_pattern` int COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "guild_action_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "log_date", "type": "timestamp", "description": null}, {"name": "action_type", "type": "string", "description": null}, {"name": "guild_id", "type": "bigint", "descri...
CREATE TABLE `pc_poker_db`.`guild_action_log` ( `seq` bigint COMMENT 'None', `log_date` timestamp COMMENT 'None', `action_type` string COMMENT 'None', `guild_id` bigint COMMENT 'None', `guild_name` string COMMENT 'None', `member_no` string COMMENT 'None', `nick_name` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "guild_asset", "description": null, "columns": [{"name": "round_no", "type": "int", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_name", "type": "string", "description": null}, {"name": "guild_money", "type": "bigint", "descriptio...
CREATE TABLE `pc_poker_db`.`guild_asset` ( `round_no` int COMMENT 'None', `guild_id` bigint COMMENT 'None', `guild_name` string COMMENT 'None', `guild_money` bigint COMMENT 'None', `city_dividend` bigint COMMENT 'None', `balanced_total_money` bigint COMMENT 'None', `guild_master_member_no` s...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "guild_chat", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "community_group", "type": "tinyint", "description": null}, {"name": "message_type", "type": "int", "descri...
CREATE TABLE `pc_poker_db`.`guild_chat` ( `seq` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `community_group` tinyint COMMENT 'None', `message_type` int COMMENT 'None', `guild_id` bigint COMMENT 'None', `guild_name` string COMMENT 'None', `member_id` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "guild_history", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "history_group", "type": "tinyint", "description": null}, {"name": "guild_id", "type": "bigint", "descri...
CREATE TABLE `pc_poker_db`.`guild_history` ( `seq` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `history_group` tinyint COMMENT 'None', `guild_id` bigint COMMENT 'None', `round_no` int COMMENT 'None', `history_type` int COMMENT 'None', `category` int COMMENT 'None', `histo...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "guild_members", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "member_no", "type": "string", "description": null}, {"name": "member_id", "type": "string", "description": null}, {"name": "nick_name", "type": "string", "descrip...
CREATE TABLE `pc_poker_db`.`guild_members` ( `guild_id` bigint COMMENT 'None', `member_no` string COMMENT 'None', `member_id` string COMMENT 'None', `nick_name` string COMMENT 'None', `join_date` timestamp COMMENT 'None', `grade` tinyint COMMENT 'None', `client_type` tinyint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "guild_point_contribute", "description": null, "columns": [{"name": "round_no", "type": "int", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "member_no", "type": "string", "description": null}, {"name": "amount", "type": "bigint", "descr...
CREATE TABLE `pc_poker_db`.`guild_point_contribute` ( `round_no` int COMMENT 'None', `guild_id` bigint COMMENT 'None', `member_no` string COMMENT 'None', `amount` bigint COMMENT 'None', `contribute_money` bigint COMMENT 'None', `reward_money` bigint COMMENT 'None', `received` tinyint COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "guild_schedule_mast", "description": null, "columns": [{"name": "round_no", "type": "int", "description": null}, {"name": "game_start_date", "type": "timestamp", "description": null}, {"name": "game_end_date", "type": "timestamp", "description": null}, {"name": "calculate_start_dat...
CREATE TABLE `pc_poker_db`.`guild_schedule_mast` ( `round_no` int COMMENT 'None', `game_start_date` timestamp COMMENT 'None', `game_end_date` timestamp COMMENT 'None', `calculate_start_date` timestamp COMMENT 'None', `calculate_end_date` timestamp COMMENT 'None', `actions_unavailable_start_date`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_poker_db", "table": "guild_war_asset", "description": null, "columns": [{"name": "round_no", "type": "int", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "city_id", "type": "int", "description"...
CREATE TABLE `pc_poker_db`.`guild_war_asset` ( `round_no` int COMMENT 'None', `guild_id` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `city_id` int COMMENT 'None', `challenge_state` tinyint COMMENT 'None', `challenge_auto_state` tinyint COMMENT 'None', `city_dividend` bigint C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "webboard_db", "table": "uppadmin_hist", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "mg_lv", "type": "double", "description": null}, {"name": "bef_mg_lv", "type": "double", "description": null}, {"name": "workdate", "type": "bigint", "description": ...
CREATE TABLE `webboard_db`.`uppadmin_hist` ( `userid` string COMMENT 'None', `mg_lv` double COMMENT 'None', `bef_mg_lv` double COMMENT 'None', `workdate` bigint COMMENT 'None', `manager` string COMMENT 'None', `memo` string COMMENT 'None', `heal_status` string COMMENT 'None', `group_id` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "webboard_db", "table": "upplevel_hist", "description": null, "columns": [{"name": "workd", "type": "bigint", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "mg_lv", "type": "double", "description": null}, {"name": "bef_mg_lv", "type": "double", "description": nul...
CREATE TABLE `webboard_db`.`upplevel_hist` ( `workd` bigint COMMENT 'None', `userid` string COMMENT 'None', `mg_lv` double COMMENT 'None', `bef_mg_lv` double COMMENT 'None', `manager` string COMMENT 'None', `start_lvdt` bigint COMMENT 'None', `group_id` string COMMENT 'None', `work_ymd` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "webboard_db", "table": "upplevel_mast", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "group_id", "type": "string", "description": null}, {"name": "mg_lv", "type": "double", "description": null}, {"name": "start_lvdt", "type": "bigint", "description":...
CREATE TABLE `webboard_db`.`upplevel_mast` ( `userid` string COMMENT 'None', `group_id` string COMMENT 'None', `mg_lv` double COMMENT 'None', `start_lvdt` bigint COMMENT 'None', `updatedt` bigint COMMENT 'None', `popup` string COMMENT 'None', `memberno` decimal(10,0) COMMENT 'None', `i_s...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_certi_d01", "description": null, "columns": [{"name": "certi_sys_cd", "type": "string", "description": null}, {"name": "idp_cd", "type": "string", "description": null}, {"name": "idp_userno", "type": "string", "description": null}, {"name": "gbase_app_id", "type": "st...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_certi_d01` ( `certi_sys_cd` string COMMENT 'None', `idp_cd` string COMMENT 'None', `idp_userno` string COMMENT 'None', `gbase_app_id` string COMMENT 'None', `idp_certi_dt` string COMMENT 'None', `userno` string COMMENT 'None', `mbr_stat_cd` string CO...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_game_user_d01_mblg", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "hgid_mapng_yn", "type": "s...
CREATE TABLE `mobile_gssudda_dw`.`dg_game_user_d01_mblg` ( `userno` string COMMENT 'None', `hg_userid` string COMMENT 'None', `hg_userno` bigint COMMENT 'None', `hgid_mapng_yn` string COMMENT 'None', `age_cd` string COMMENT 'None', `age_zn_cd` string COMMENT 'None', `sex_cd` string COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "db_prod_sale_hist", "description": null, "columns": [{"name": "work_hh", "type": "string", "description": null}, {"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "...
CREATE TABLE `mobile_gssudda_dw`.`db_prod_sale_hist` ( `work_hh` string COMMENT 'None', `pay_chnl_cd` string COMMENT 'None', `userid` string COMMENT 'None', `prod_seq` string COMMENT 'None', `pay_tp_cd` string COMMENT 'None', `pay_mns_cd` string COMMENT 'None', `atmt_pay_yn` string COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dc_prod_cd_mtr", "description": null, "columns": [{"name": "prod_seq", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "descrip...
CREATE TABLE `mobile_gssudda_dw`.`dc_prod_cd_mtr` ( `prod_seq` string COMMENT 'None', `prodid` string COMMENT 'None', `prod_nm` string COMMENT 'None', `sale_cd` string COMMENT 'None', `sale2_cd` string COMMENT 'None', `cpid` string COMMENT 'None', `cp_nm` string COMMENT 'None', `svc_seq`...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mbl_gssudda_evnt_hist", "description": null, "columns": [{"name": "evnt_id", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "log_tp_cd", "type": "string", "description": null}, {"name": "log_dt", "type": "string"...
CREATE TABLE `mobile_gssudda_dw`.`dg_mbl_gssudda_evnt_hist` ( `evnt_id` string COMMENT 'None', `userno` string COMMENT 'None', `log_tp_cd` string COMMENT 'None', `log_dt` string COMMENT 'None', `num_val1` bigint COMMENT 'None', `num_val2` bigint COMMENT 'None', `num_val3` bigint COMMENT 'Non...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_game_cm_user_d01_mblg", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "description": null}, {"name": "lst_game_dt", "type": "string", "description": null}, {"name": "cm_vit_dcnt", "type": "...
CREATE TABLE `mobile_gssudda_dw`.`dg_game_cm_user_d01_mblg` ( `userno` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst_game_dt` string COMMENT 'None', `cm_vit_dcnt` bigint COMMENT 'None', `cm_samt` double COMMENT 'None', `cm_ptm` bigint COMMENT 'None', `cm_conn_tcnt` bigint COMM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mbl_gssudda_mail_dsph_hist", "description": null, "columns": [{"name": "rgst_dt", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "dsph_info", "type": "string", "description": null}, {"name": "catg_info", "type": ...
CREATE TABLE `mobile_gssudda_dw`.`dg_mbl_gssudda_mail_dsph_hist` ( `rgst_dt` string COMMENT 'None', `userno` string COMMENT 'None', `dsph_info` string COMMENT 'None', `catg_info` string COMMENT 'None', `msg_data` string COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mbl_gssudda_user_mtr", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "tno", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint"...
CREATE TABLE `mobile_gssudda_dw`.`dg_mbl_gssudda_user_mtr` ( `userno` string COMMENT 'None', `hg_userid` string COMMENT 'None', `tno` string COMMENT 'None', `game_grd_cd` bigint COMMENT 'None', `join_dt` string COMMENT 'None', `lst_game_dt` string COMMENT 'None', `ci` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_game_dev_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "dev_key", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "desc...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_game_dev_d01` ( `game_cd` string COMMENT 'None', `dev_key` string COMMENT 'None', `os_cd` string COMMENT 'None', `nat_cd` string COMMENT 'None', `join_dt` string COMMENT 'None', `join_prd_cd` string COMMENT 'None', `lst_game_dt` string COMMENT 'None'...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_game_hist", "description": null, "columns": [{"name": "seq", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": null}, {"name": "svr_no", "type": "bigint", "description": null}, {"name": "room_no", "type": "bigint", "descripti...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_game_hist` ( `seq` string COMMENT 'None', `chnl_nm` string COMMENT 'None', `svr_no` bigint COMMENT 'None', `room_no` bigint COMMENT 'None', `scr_per_gmony` bigint COMMENT 'None', `plyr_cnt` bigint COMMENT 'None', `strt_dt` string COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_game_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "sngl_game_use_yn", "type": "st...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_game_user_d01` ( `userno` string COMMENT 'None', `st_cd` string COMMENT 'None', `hg_userid` string COMMENT 'None', `sngl_game_use_yn` string COMMENT 'None', `game_grd_tp_cd` string COMMENT 'None', `rat_join_dt` string COMMENT 'None', `join_prd_cd` st...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_game_user_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "mbr_stat_cd", "type": "string", "description": null}, {"name": "app_id", "type": "string", "...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_game_user_mtr` ( `st_cd` string COMMENT 'None', `userno` string COMMENT 'None', `mbr_stat_cd` string COMMENT 'None', `app_id` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst_login_dt` string COMMENT 'None', `nat_cd` string COMMENT 'None'...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_item_hld_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "item_tp_cd", "type": "string", "d...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_item_hld_mtr` ( `st_cd` string COMMENT 'None', `userno` string COMMENT 'None', `item_id` string COMMENT 'None', `item_tp_cd` string COMMENT 'None', `hld_cnt` bigint COMMENT 'None', `ltr_etc1` string COMMENT 'None', `num_etc1` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_item_mtr", "description": null, "columns": [{"name": "item_id", "type": "string", "description": null}, {"name": "item_nm", "type": "string", "description": null}, {"name": "item_tp_cd", "type": "string", "description": null}, {"name": "item_dtl_tp_cd", "type": "strin...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_item_mtr` ( `item_id` string COMMENT 'None', `item_nm` string COMMENT 'None', `item_tp_cd` string COMMENT 'None', `item_dtl_tp_cd` string COMMENT 'None', `item_add_info` string COMMENT 'None', `sale_prc` double COMMENT 'None', `use_psbl_tcnt` bigint ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_login_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "zone_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "game_no", "type": "bigint", "descr...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_login_hist` ( `log_dt` string COMMENT 'None', `zone_cd` string COMMENT 'None', `userno` string COMMENT 'None', `game_no` bigint COMMENT 'None', `mket_cd` string COMMENT 'None', `dev_key` string COMMENT 'None', `dev_mdl` string COMMENT 'None', `os...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_mony_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "description": null}, {"name": "pay_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "string", "de...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_mony_hist` ( `userno` string COMMENT 'None', `tp_cd` string COMMENT 'None', `pay_tp_cd` string COMMENT 'None', `chg_rsn_cd` string COMMENT 'None', `chg_cnt` bigint COMMENT 'None', `chg_amt` bigint COMMENT 'None', `st_cd` string COMMENT 'None', `g...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_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", "des...
CREATE TABLE `mobile_gssudda_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 '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_user_hist", "description": null, "columns": [{"name": "seq", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_user_hist` ( `seq` string COMMENT 'None', `userno` string COMMENT 'None', `st_cd` string COMMENT 'None', `chnl_nm` string COMMENT 'None', `plyr_cnt` bigint COMMENT 'None', `ptm_ss` double COMMENT 'None', `room_bos_yn` string COMMENT 'None', `bef_...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_user_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "desc...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_user_mtr` ( `st_cd` string COMMENT 'None', `userno` string COMMENT 'None', `hg_userid` string COMMENT 'None', `hg_userno` bigint COMMENT 'None', `sex_cd` string COMMENT 'None', `brt_dy` string COMMENT 'None', `join_dt` string COMMENT 'None', `lst...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_mblg_user_ply_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "game_no", "type": "bigint", "description": null}, {"name": "tdd_ptm", "type": "bigint", "description": null}, {"name": "tdd_conn_tcnt", "type": "bigin...
CREATE TABLE `mobile_gssudda_dw`.`dg_mblg_user_ply_hist` ( `userno` string COMMENT 'None', `game_no` bigint COMMENT 'None', `tdd_ptm` bigint COMMENT 'None', `tdd_conn_tcnt` bigint COMMENT 'None', `cm_ptm` bigint COMMENT 'None', `work_ymd` string COMMENT 'None', `game_cd` string COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_po_rstct_user_d01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "custno", "type": "bigint", "description": null}, {"name": "etc_hld_mony", "type": "double", "description": null}, {"name": "fchg_hld_mony", "type": "do...
CREATE TABLE `mobile_gssudda_dw`.`dg_po_rstct_user_d01` ( `userid` string COMMENT 'None', `custno` bigint COMMENT 'None', `etc_hld_mony` double COMMENT 'None', `fchg_hld_mony` double COMMENT 'None', `rstct_yn` string COMMENT 'None', `rels_yn` string COMMENT 'None', `lst_game_dt` string COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "dg_po_rstct_user_hist", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "los_rstct_mony", "type": "double", "...
CREATE TABLE `mobile_gssudda_dw`.`dg_po_rstct_user_hist` ( `userid` string COMMENT 'None', `log_dt` string COMMENT 'None', `ci` string COMMENT 'None', `los_rstct_mony` double COMMENT 'None', `work_ymd` string COMMENT 'None', `game_cd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "sg_cmbck_cntu_use_sd02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "strt_ymd", "type": "string", "description": null}, {"name": "rettn_tp_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "b...
CREATE TABLE `mobile_gssudda_dw`.`sg_cmbck_cntu_use_sd02` ( `game_cd` string COMMENT 'None', `strt_ymd` string COMMENT 'None', `rettn_tp_cd` string COMMENT 'None', `dd_use_cyc` bigint COMMENT 'None', `os_cd` string COMMENT 'None', `dd_ucnt` bigint COMMENT 'None', `work_ymd` string COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "sg_game_cntu_use_sd02", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "string", "description": null}, {"name": "nat_cd", "type": "string"...
CREATE TABLE `mobile_gssudda_dw`.`sg_game_cntu_use_sd02` ( `strt_ymd` string COMMENT 'None', `game_cd` string COMMENT 'None', `dd_use_cyc` string COMMENT 'None', `nat_cd` string COMMENT 'None', `dd_ucnt` bigint COMMENT 'None', `dd_pcnt` bigint COMMENT 'None', `dd_ptm` bigint COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "sg_game_cntu_use_sd03", "description": null, "columns": [{"name": "join_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "string", "description": null}, {"name": "dd_ucnt", "type": "bigint...
CREATE TABLE `mobile_gssudda_dw`.`sg_game_cntu_use_sd03` ( `join_ymd` string COMMENT 'None', `game_cd` string COMMENT 'None', `dd_use_cyc` string COMMENT 'None', `dd_ucnt` bigint COMMENT 'None', `work_ymd` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "sg_game_dev_cntu_use_sd01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "str...
CREATE TABLE `mobile_gssudda_dw`.`sg_game_dev_cntu_use_sd01` ( `strt_ymd` string COMMENT 'None', `game_cd` string COMMENT 'None', `dd_use_cyc` bigint COMMENT 'None', `nat_cd` string COMMENT 'None', `os_cd` string COMMENT 'None', `dd_ucnt` bigint COMMENT 'None', `work_ymd` string COMMENT 'Non...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "sg_game_mblg_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, {"name": "age_zn_cd", "type": "string", "descr...
CREATE TABLE `mobile_gssudda_dw`.`sg_game_mblg_sd01` ( `game_cd` string COMMENT 'None', `st_cd` string COMMENT 'None', `sex_cd` string COMMENT 'None', `age_zn_cd` string COMMENT 'None', `hg_id_yn` string COMMENT 'None', `game_grd_tp_cd` string COMMENT 'None', `pcnt_secn_cd` string COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "sg_game_wkly_user_sw01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, {"name": "age_zn_cd", "type": "string", "description": null}, {"name": "lv_secn_cd", "type": "strin...
CREATE TABLE `mobile_gssudda_dw`.`sg_game_wkly_user_sw01` ( `game_cd` string COMMENT 'None', `sex_cd` string COMMENT 'None', `age_zn_cd` string COMMENT 'None', `lv_secn_cd` string COMMENT 'None', `wkly_ptm_zn_cd` string COMMENT 'None', `wkly_ucnt` bigint COMMENT 'None', `wkly_new_ucnt` bigin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "mobile_gssudda_dw", "table": "sg_mbl_gssudda_fre_chag_sd01", "description": null, "columns": [{"name": "game_grd_cd", "type": "string", "description": null}, {"name": "vdo_vw_ucnt", "type": "bigint", "description": null}, {"name": "vdo_vw_tcnt", "type": "bigint", "description": null}, {"name": "fre_chag_p...
CREATE TABLE `mobile_gssudda_dw`.`sg_mbl_gssudda_fre_chag_sd01` ( `game_grd_cd` string COMMENT 'None', `vdo_vw_ucnt` bigint COMMENT 'None', `vdo_vw_tcnt` bigint COMMENT 'None', `fre_chag_prpt_ucnt` bigint COMMENT 'None', `fre_chag_prpt_tcnt` bigint COMMENT 'None', `work_ymd` string COMMENT 'None...