instruction
stringclasses
1 value
input
stringlengths
130
7.08k
output
stringlengths
66
4.67k
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "member_mission_achv", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "missionid", "type": "int", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "lastdate", "type": "timestamp", "desc...
CREATE TABLE `pc_gostop_db`.`member_mission_achv` ( `memberid` string COMMENT 'None', `missionid` int COMMENT 'None', `gameid` string COMMENT 'None', `lastdate` timestamp COMMENT 'None', `maxbuycnt` int COMMENT 'None', `lastbuydate` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "msduelgogamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description":...
CREATE TABLE `pc_gostop_db`.`msduelgogamehist` ( `seq` bigint COMMENT 'None', `logdate` timestamp COMMENT 'None', `channelid` string COMMENT 'None', `roomid` int COMMENT 'None', `privateyn` string COMMENT 'None', `roomprop` string COMMENT 'None', `unitmoney` bigint COMMENT 'None', `valid...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "msduelgorat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null}, {"name": "defeatcnt", "type": "bigint", "description"...
CREATE TABLE `pc_gostop_db`.`msduelgorat` ( `memberid` string COMMENT 'None', `matchcnt` bigint COMMENT 'None', `wincnt` bigint COMMENT 'None', `defeatcnt` bigint COMMENT 'None', `drawcnt` bigint COMMENT 'None', `daycnt` bigint COMMENT 'None', `lastdate` timestamp COMMENT 'None', `pushcn...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "msduelgouserhist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "scorelog", "type": "string", "descripti...
CREATE TABLE `pc_gostop_db`.`msduelgouserhist` ( `seq` bigint COMMENT 'None', `logdate` timestamp COMMENT 'None', `memberid` string COMMENT 'None', `scorelog` string COMMENT 'None', `beginmoney` double COMMENT 'None', `beginlentmoney` double COMMENT 'None', `changemoney` double COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ndgo_stdm_tnmt_mbr", "description": null, "columns": [{"name": "mbr_id", "type": "string", "description": null}, {"name": "tnmt_no", "type": "bigint", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "stdm_id", "type": "string", "descripti...
CREATE TABLE `pc_gostop_db`.`ndgo_stdm_tnmt_mbr` ( `mbr_id` string COMMENT 'None', `tnmt_no` bigint COMMENT 'None', `chnl_id` string COMMENT 'None', `stdm_id` string COMMENT 'None', `tnmt_strt_mony` bigint COMMENT 'None', `tnmt_end_mony` bigint COMMENT 'None', `go_real_mony` bigint COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ndgo_tnmt", "description": null, "columns": [{"name": "tnmt_no", "type": "bigint", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "tnmt_max_prpt_prsn_cnt", "type": "bigint", "description": null}, {"name": "tnmt_start_ymdt", "type": "bigi...
CREATE TABLE `pc_gostop_db`.`ndgo_tnmt` ( `tnmt_no` bigint COMMENT 'None', `chnl_id` string COMMENT 'None', `tnmt_max_prpt_prsn_cnt` bigint COMMENT 'None', `tnmt_start_ymdt` bigint COMMENT 'None', `mod_ymdt` bigint COMMENT 'None', `mod_emp_id` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ndgo_tnmt_chnl_mtsc", "description": null, "columns": [{"name": "mbr_id", "type": "string", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "vic_cnt", "type": "bigint", "description": null}, {"name": "lst_prpt_rank", "type": "int", "descr...
CREATE TABLE `pc_gostop_db`.`ndgo_tnmt_chnl_mtsc` ( `mbr_id` string COMMENT 'None', `chnl_id` string COMMENT 'None', `vic_cnt` bigint COMMENT 'None', `lst_prpt_rank` int COMMENT 'None', `hiest_rank` int COMMENT 'None', `mod_ymdt` timestamp COMMENT 'None', `fst_prpt_ymdt` timestamp COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ndgo_tnmt_game_log", "description": null, "columns": [{"name": "game_seq", "type": "bigint", "description": null}, {"name": "tnmt_no", "type": "double", "description": null}, {"name": "chnl_id", "type": "string", "description": null}, {"name": "stdm_id", "type": "string", "descrip...
CREATE TABLE `pc_gostop_db`.`ndgo_tnmt_game_log` ( `game_seq` bigint COMMENT 'None', `tnmt_no` double COMMENT 'None', `chnl_id` string COMMENT 'None', `stdm_id` string COMMENT 'None', `room_no` bigint COMMENT 'None', `rnd_no` bigint COMMENT 'None', `unit_money` double COMMENT 'None', `ga...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ndgo_tnmt_game_mbr", "description": null, "columns": [{"name": "game_seq", "type": "bigint", "description": null}, {"name": "mbr_id", "type": "string", "description": null}, {"name": "strt_money", "type": "double", "description": null}, {"name": "chg_money", "type": "double", "des...
CREATE TABLE `pc_gostop_db`.`ndgo_tnmt_game_mbr` ( `game_seq` bigint COMMENT 'None', `mbr_id` string COMMENT 'None', `strt_money` double COMMENT 'None', `chg_money` double COMMENT 'None', `lst_money` double COMMENT 'None', `scr_calc_cont` string COMMENT 'None', `conn_ip_addr` string COMMENT ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ndgo_tnmt_mbrby_vic_cbrt_stats", "description": null, "columns": [{"name": "mbr_id", "type": "string", "description": null}, {"name": "cmltn_cbrt_cnt", "type": "int", "description": null}, {"name": "tsdd_cbrt_cnt", "type": "int", "description": null}, {"name": "lst_cbrt_ymdt", "ty...
CREATE TABLE `pc_gostop_db`.`ndgo_tnmt_mbrby_vic_cbrt_stats` ( `mbr_id` string COMMENT 'None', `cmltn_cbrt_cnt` int COMMENT 'None', `tsdd_cbrt_cnt` int COMMENT 'None', `lst_cbrt_ymdt` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ndgo_tnmt_mtsc", "description": null, "columns": [{"name": "mbr_id", "type": "string", "description": null}, {"name": "mod_ymdt", "type": "timestamp", "description": null}, {"name": "fst_prpt_ymdt", "type": "timestamp", "description": null}, {"name": "tnmt_cmltn_wpt", "type": "big...
CREATE TABLE `pc_gostop_db`.`ndgo_tnmt_mtsc` ( `mbr_id` string COMMENT 'None', `mod_ymdt` timestamp COMMENT 'None', `fst_prpt_ymdt` timestamp COMMENT 'None', `tnmt_cmltn_wpt` bigint COMMENT 'None', `tnmt_cmltn_go_money` bigint COMMENT 'None', `lst_prpt_chnl_id` string COMMENT 'None', `lst_pr...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ndgo_tnmt_vic_cbrt_cment", "description": null, "columns": [{"name": "cbrt_cment_seq", "type": "double", "description": null}, {"name": "mbr_id", "type": "string", "description": null}, {"name": "tnmt_stdm_finl_seq", "type": "int", "description": null}, {"name": "cbrt_wrg_cd", "ty...
CREATE TABLE `pc_gostop_db`.`ndgo_tnmt_vic_cbrt_cment` ( `cbrt_cment_seq` double COMMENT 'None', `mbr_id` string COMMENT 'None', `tnmt_stdm_finl_seq` int COMMENT 'None', `cbrt_wrg_cd` string COMMENT 'None', `exps_yn` string COMMENT 'None', `reg_ymdt` timestamp COMMENT 'None', `del_ymdt` time...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ndgo_tnmt_wpt", "description": null, "columns": [{"name": "chnl_id", "type": "string", "description": null}, {"name": "rank", "type": "int", "description": null}, {"name": "wpt", "type": "int", "description": null}]}
CREATE TABLE `pc_gostop_db`.`ndgo_tnmt_wpt` ( `chnl_id` string COMMENT 'None', `rank` int COMMENT 'None', `wpt` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_account_grade", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "grade", "type": "tinyint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "modify_date", "type": "timestamp", "desc...
CREATE TABLE `pc_gostop_db`.`ng_account_grade` ( `sno` bigint COMMENT 'None', `grade` tinyint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `modify_date` timestamp COMMENT 'None', `cash_amount` bigint COMMENT 'None', `jewel_amount` bigint COMMENT 'None', `last_bill_date` timestamp COM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_account_grade_info", "description": null, "columns": [{"name": "group_id", "type": "int", "description": null}, {"name": "grade", "type": "tinyint", "description": null}, {"name": "measure_category", "type": "tinyint", "description": null}, {"name": "min_point", "type": "int", ...
CREATE TABLE `pc_gostop_db`.`ng_account_grade_info` ( `group_id` int COMMENT 'None', `grade` tinyint COMMENT 'None', `measure_category` tinyint COMMENT 'None', `min_point` int COMMENT 'None', `max_point` int COMMENT 'None', `jewel_discount_rate` int COMMENT 'None', `product_id` int COMMENT '...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_account_grade_info_group", "description": null, "columns": [{"name": "group_id", "type": "int", "description": null}, {"name": "begin_date", "type": "timestamp", "description": null}, {"name": "end_date", "type": "timestamp", "description": null}, {"name": "reg_date", "type": "...
CREATE TABLE `pc_gostop_db`.`ng_account_grade_info_group` ( `group_id` int COMMENT 'None', `begin_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `reg_date` timestamp COMMENT 'None', `amender` string COMMENT 'None', `modify_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_achievement", "description": null, "columns": [{"name": "acid", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "acindex", "type": "int", "description": null}, {"name": "acgtype", "type": "int", "description": null}, {"na...
CREATE TABLE `pc_gostop_db`.`ng_achievement` ( `acid` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `acindex` int COMMENT 'None', `acgtype` int COMMENT 'None', `acgcount` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_achievement_main_mast", "description": null, "columns": [{"name": "main_index", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "game_type", "type": "string", "descri...
CREATE TABLE `pc_gostop_db`.`ng_achievement_main_mast` ( `main_index` int COMMENT 'None', `name` string COMMENT 'None', `type` string COMMENT 'None', `game_type` string COMMENT 'None', `required_type` int COMMENT 'None', `update_date` timestamp COMMENT 'None', `create_date` timestamp COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_achievement_master", "description": null, "columns": [{"name": "acmid", "type": "int", "description": null}, {"name": "json", "type": "string", "description": null}, {"name": "ver", "type": "string", "description": null}, {"name": "regdate", "type": "timestamp", "description": ...
CREATE TABLE `pc_gostop_db`.`ng_achievement_master` ( `acmid` int COMMENT 'None', `json` string COMMENT 'None', `ver` string COMMENT 'None', `regdate` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_achievement_sub_mast", "description": null, "columns": [{"name": "main_index", "type": "int", "description": null}, {"name": "sub_index", "type": "int", "description": null}, {"name": "required", "type": "bigint", "description": null}, {"name": "reward_type", "type": "int", "de...
CREATE TABLE `pc_gostop_db`.`ng_achievement_sub_mast` ( `main_index` int COMMENT 'None', `sub_index` int COMMENT 'None', `required` bigint COMMENT 'None', `reward_type` int COMMENT 'None', `reward_category` int COMMENT 'None', `reward_quantity` bigint COMMENT 'None', `reward_product_id` int ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_achievement_userdata", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "main_index", "type": "int", "description": null}, {"name": "last_sub_index", "type": "int", "description": null}, {"name": "count", "type": "bigint", "descr...
CREATE TABLE `pc_gostop_db`.`ng_achievement_userdata` ( `sno` bigint COMMENT 'None', `main_index` int COMMENT 'None', `last_sub_index` int COMMENT 'None', `count` bigint COMMENT 'None', `update_date` timestamp COMMENT 'None', `create_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_arena_info", "description": null, "columns": [{"name": "game_type", "type": "int", "description": null}, {"name": "arena_no", "type": "int", "description": null}, {"name": "seed", "type": "bigint", "description": null}, {"name": "thrillup_seed", "type": "bigint", "description":...
CREATE TABLE `pc_gostop_db`.`ng_arena_info` ( `game_type` int COMMENT 'None', `arena_no` int COMMENT 'None', `seed` bigint COMMENT 'None', `thrillup_seed` bigint COMMENT 'None', `min_money` bigint COMMENT 'None', `max_money` bigint COMMENT 'None', `arena_group` int COMMENT 'None', `commi...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_arena_mast", "description": null, "columns": [{"name": "game_type", "type": "int", "description": null}, {"name": "group_no", "type": "bigint", "description": null}, {"name": "player_level", "type": "int", "description": null}]}
CREATE TABLE `pc_gostop_db`.`ng_arena_mast` ( `game_type` int COMMENT 'None', `group_no` bigint COMMENT 'None', `player_level` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_arena_mission", "description": null, "columns": [{"name": "game_type", "type": "int", "description": null}, {"name": "seed", "type": "bigint", "description": null}, {"name": "game_mission", "type": "string", "description": null}]}
CREATE TABLE `pc_gostop_db`.`ng_arena_mission` ( `game_type` int COMMENT 'None', `seed` bigint COMMENT 'None', `game_mission` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_arena_pokiball_info", "description": null, "columns": [{"name": "seq_id", "type": "int", "description": null}, {"name": "group_id", "type": "int", "description": null}, {"name": "game_type", "type": "int", "description": null}, {"name": "begin_date", "type": "timestamp", "descr...
CREATE TABLE `pc_gostop_db`.`ng_arena_pokiball_info` ( `seq_id` int COMMENT 'None', `group_id` int COMMENT 'None', `game_type` int COMMENT 'None', `begin_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `arena_no` int COMMENT 'None', `reward_quantity` int COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_arena_pokiball_info_default", "description": null, "columns": [{"name": "game_type", "type": "int", "description": null}, {"name": "arena_no", "type": "int", "description": null}, {"name": "reward_quantity", "type": "int", "description": null}, {"name": "reward_play_count", "ty...
CREATE TABLE `pc_gostop_db`.`ng_arena_pokiball_info_default` ( `game_type` int COMMENT 'None', `arena_no` int COMMENT 'None', `reward_quantity` int COMMENT 'None', `reward_play_count` int COMMENT 'None', `reward_category` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_attendance", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "attendance_day", "type": "tinyint", "description": null}, {"name": "last_attendance_date", "type": "timestamp", "description": null}, {"name": "attendance_continue_da...
CREATE TABLE `pc_gostop_db`.`ng_attendance` ( `sno` bigint COMMENT 'None', `attendance_day` tinyint COMMENT 'None', `last_attendance_date` timestamp COMMENT 'None', `attendance_continue_day` tinyint COMMENT 'None', `attendance_continue_max_day` tinyint COMMENT 'None', `attendance_regular_day` ti...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_attendance_comeback", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "attendance_day", "type": "int", "description": null}, {"name": "last_attendance_date", "type": "timestamp", "description": null}, {"name": "reg_date", "type"...
CREATE TABLE `pc_gostop_db`.`ng_attendance_comeback` ( `sno` bigint COMMENT 'None', `attendance_day` int COMMENT 'None', `last_attendance_date` timestamp COMMENT 'None', `reg_date` timestamp COMMENT 'None', `reward_group_id` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_attendance_newbie", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "attendance_day", "type": "int", "description": null}, {"name": "last_attendance_date", "type": "timestamp", "description": null}, {"name": "reward_group_id", "...
CREATE TABLE `pc_gostop_db`.`ng_attendance_newbie` ( `sno` bigint COMMENT 'None', `attendance_day` int COMMENT 'None', `last_attendance_date` timestamp COMMENT 'None', `reward_group_id` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_attendance_reward", "description": null, "columns": [{"name": "id_seq", "type": "int", "description": null}, {"name": "begin_date", "type": "timestamp", "description": null}, {"name": "end_date", "type": "timestamp", "description": null}, {"name": "attendance_day", "type": "tin...
CREATE TABLE `pc_gostop_db`.`ng_attendance_reward` ( `id_seq` int COMMENT 'None', `begin_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `attendance_day` tinyint COMMENT 'None', `reward_category` int COMMENT 'None', `reward_quantity` bigint COMMENT 'None', `registrant` s...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_attendance_reward_default", "description": null, "columns": [{"name": "id_seq", "type": "int", "description": null}, {"name": "attendance_day", "type": "tinyint", "description": null}, {"name": "reward_category", "type": "int", "description": null}, {"name": "reward_quantity", ...
CREATE TABLE `pc_gostop_db`.`ng_attendance_reward_default` ( `id_seq` int COMMENT 'None', `attendance_day` tinyint COMMENT 'None', `reward_category` int COMMENT 'None', `reward_quantity` bigint COMMENT 'None', `reward_product_id` int COMMENT 'None', `attendance_type` tinyint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_attendance_reward_group", "description": null, "columns": [{"name": "group_id", "type": "int", "description": null}, {"name": "begin_date", "type": "timestamp", "description": null}, {"name": "end_date", "type": "timestamp", "description": null}, {"name": "registrant", "type": ...
CREATE TABLE `pc_gostop_db`.`ng_attendance_reward_group` ( `group_id` int COMMENT 'None', `begin_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `registrant` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `amender` string COMMENT 'None', `attendance_type` ti...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_banned_word", "description": null, "columns": [{"name": "banned_word", "type": "string", "description": null}, {"name": "registrant", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}]}
CREATE TABLE `pc_gostop_db`.`ng_banned_word` ( `banned_word` string COMMENT 'None', `registrant` string COMMENT 'None', `reg_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_change_item_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "change_type", "type": "int", "description...
CREATE TABLE `pc_gostop_db`.`ng_change_item_log` ( `id_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `nickname` string COMMENT 'None', `change_type` int COMMENT 'None', `item_id` string COMMENT 'None', `category` int COMMENT 'None', `before` bigint COMMENT 'None', `change` big...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_coin_collection_reward", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "group_id", "type": "int", "description": null}, {"name": "coin_count", "type": "int", "description": null}, {"name": "reward_category", "type": "int", ...
CREATE TABLE `pc_gostop_db`.`ng_coin_collection_reward` ( `id_seq` bigint COMMENT 'None', `group_id` int COMMENT 'None', `coin_count` int COMMENT 'None', `reward_category` int COMMENT 'None', `reward_product_id` int COMMENT 'None', `reward_count` bigint COMMENT 'None', `reg_date` timestamp C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_coin_collection_reward_group", "description": null, "columns": [{"name": "group_id", "type": "int", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "last_modified_date", "type": "timestamp", "description": null}, {"name": "amender"...
CREATE TABLE `pc_gostop_db`.`ng_coin_collection_reward_group` ( `group_id` int COMMENT 'None', `reg_date` timestamp COMMENT 'None', `last_modified_date` timestamp COMMENT 'None', `amender` string COMMENT 'None', `begin_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_common_code", "description": null, "columns": [{"name": "category", "type": "int", "description": null}, {"name": "code", "type": "int", "description": null}, {"name": "code_name", "type": "string", "description": null}, {"name": "code_tag", "type": "string", "description": nul...
CREATE TABLE `pc_gostop_db`.`ng_common_code` ( `category` int COMMENT 'None', `code` int COMMENT 'None', `code_name` string COMMENT 'None', `code_tag` string COMMENT 'None', `desc` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_config_mast", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "config_type", "type": "string", "description": null}, {"name": "config_name", "type": "string", "description": null}, {"name": "start_date", "type": "timestamp", ...
CREATE TABLE `pc_gostop_db`.`ng_config_mast` ( `id_seq` bigint COMMENT 'None', `config_type` string COMMENT 'None', `config_name` string COMMENT 'None', `start_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `data` string COMMENT 'None', `active` boolean COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_coupon_item", "description": null, "columns": [{"name": "seq_id", "type": "int", "description": null}, {"name": "item_code", "type": "string", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "category", "type": "int", "description": nu...
CREATE TABLE `pc_gostop_db`.`ng_coupon_item` ( `seq_id` int COMMENT 'None', `item_code` string COMMENT 'None', `item_id` string COMMENT 'None', `category` int COMMENT 'None', `cnt` bigint COMMENT 'None', `save_days` int COMMENT 'None', `message` string COMMENT 'None', `description` strin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_custom_int_storage", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "custom_key", "type": "int", "description": null}, {"name": "custom_value", "type": "bigint", "description": null}, {"name": "last_update_datetime", "type": "t...
CREATE TABLE `pc_gostop_db`.`ng_custom_int_storage` ( `sno` bigint COMMENT 'None', `custom_key` int COMMENT 'None', `custom_value` bigint COMMENT 'None', `last_update_datetime` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_custom_str_storage", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "custom_key", "type": "int", "description": null}, {"name": "custom_value", "type": "string", "description": null}, {"name": "last_update_datetime", "type": "t...
CREATE TABLE `pc_gostop_db`.`ng_custom_str_storage` ( `sno` bigint COMMENT 'None', `custom_key` int COMMENT 'None', `custom_value` string COMMENT 'None', `last_update_datetime` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_daily_money_limit", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "today_change_money", "type": "bigint", "description": null}, {"name": "login_date", "type": "timestamp",...
CREATE TABLE `pc_gostop_db`.`ng_daily_money_limit` ( `sno` bigint COMMENT 'None', `ci` string COMMENT 'None', `today_change_money` bigint COMMENT 'None', `login_date` timestamp COMMENT 'None', `restriction_datetime` timestamp COMMENT 'None', `last_reset_datetime` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_device", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "device_id", "type": "string", "description": null}, {"name": "os_name", "type": "string", "description": null}, {"name": "major_ver", "type": "tinyint", "description": nu...
CREATE TABLE `pc_gostop_db`.`ng_device` ( `sno` bigint COMMENT 'None', `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', `hid` string COMMENT 'None', `last_date` t...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_diapause", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "tno", "type": "string", "description": null}, {"name": "...
CREATE TABLE `pc_gostop_db`.`ng_diapause` ( `seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `tno` string COMMENT 'None', `ci` string COMMENT 'None', `last_date` timestamp COMMENT 'None', `notice_date` timestamp COMMENT 'None', `diapause_date` timest...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_event", "description": null, "columns": [{"name": "event_id", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "event_date", "type": "timestamp", "description": null}...
CREATE TABLE `pc_gostop_db`.`ng_event` ( `event_id` string COMMENT 'None', `sno` bigint COMMENT 'None', `hid` string COMMENT 'None', `event_date` timestamp COMMENT 'None', `nickname` string COMMENT 'None', `last_date` timestamp COMMENT 'None', `ival1` bigint COMMENT 'None', `ival2` bigin...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_event_inventory", "description": null, "columns": [{"name": "inventory_id", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "descrip...
CREATE TABLE `pc_gostop_db`.`ng_event_inventory` ( `inventory_id` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `product_id` int COMMENT 'None', `item_id` string COMMENT 'None', `income_date` timestamp COMMENT 'None', `expire_date` timestamp COMMENT 'None', `last_access_date` timestamp...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_event_mast", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "game_type", "type": "string", "description": null}, {"name": "event_type", "type": "string", "descript...
CREATE TABLE `pc_gostop_db`.`ng_event_mast` ( `id_seq` bigint COMMENT 'None', `event_id` string COMMENT 'None', `game_type` string COMMENT 'None', `event_type` string COMMENT 'None', `event_sub_type` string COMMENT 'None', `event_name` string COMMENT 'None', `min_version` string COMMENT 'Non...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_event_mast_revision", "description": null, "columns": [{"name": "event_id", "type": "string", "description": null}, {"name": "revision", "type": "int", "description": null}, {"name": "revision_type", "type": "string", "description": null}, {"name": "extra_data", "type": "string...
CREATE TABLE `pc_gostop_db`.`ng_event_mast_revision` ( `event_id` string COMMENT 'None', `revision` int COMMENT 'None', `revision_type` string COMMENT 'None', `extra_data` string COMMENT 'None', `script` string COMMENT 'None', `register` string COMMENT 'None', `reg_date` timestamp COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_event_non_restored_gacha_info", "description": null, "columns": [{"name": "event_id", "type": "string", "description": null}, {"name": "event_date", "type": "timestamp", "description": null}, {"name": "version", "type": "bigint", "description": null}, {"name": "reward_1", "type...
CREATE TABLE `pc_gostop_db`.`ng_event_non_restored_gacha_info` ( `event_id` string COMMENT 'None', `event_date` timestamp COMMENT 'None', `version` bigint COMMENT 'None', `reward_1` int COMMENT 'None', `reward_2` int COMMENT 'None', `reward_3` int COMMENT 'None', `reward_4` int COMMENT 'None...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_event_non_restored_gacha_userdata", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "event_id", "type": "string", "description": null}, {"name": "event_date", "type": "timestamp", "description": null}, {"name": "version", "type"...
CREATE TABLE `pc_gostop_db`.`ng_event_non_restored_gacha_userdata` ( `seq` bigint COMMENT 'None', `event_id` string COMMENT 'None', `event_date` timestamp COMMENT 'None', `version` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `nickname` string COMMENT 'None', `reward_index` int COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_exchange_pokiball_mast", "description": null, "columns": [{"name": "seq_id", "type": "int", "description": null}, {"name": "fee_ball", "type": "bigint", "description": null}, {"name": "reward_money", "type": "bigint", "description": null}]}
CREATE TABLE `pc_gostop_db`.`ng_exchange_pokiball_mast` ( `seq_id` int COMMENT 'None', `fee_ball` bigint COMMENT 'None', `reward_money` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_exchange_userdata", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "exchange_point", "type": "int", "description": null}, {"name": "last_exchange_date", "type": "timestamp", "description": null}]}
CREATE TABLE `pc_gostop_db`.`ng_exchange_userdata` ( `sno` bigint COMMENT 'None', `exchange_point` int COMMENT 'None', `last_exchange_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_floating_banner", "description": null, "columns": [{"name": "id_seq", "type": "int", "description": null}, {"name": "begin_date", "type": "timestamp", "description": null}, {"name": "end_date", "type": "timestamp", "description": null}, {"name": "game_type", "type": "string", "...
CREATE TABLE `pc_gostop_db`.`ng_floating_banner` ( `id_seq` int COMMENT 'None', `begin_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `game_type` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `exposure` tinyint COMMENT 'None', `display_position` tinyint CO...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_follower", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "friend_sno", "type": "bigint", "description": null}, {"name": "friend_nickname", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "desc...
CREATE TABLE `pc_gostop_db`.`ng_follower` ( `sno` bigint COMMENT 'None', `friend_sno` bigint COMMENT 'None', `friend_nickname` string COMMENT 'None', `reg_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_friend_follower", "description": null, "columns": [{"name": "follower_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "follower_sno", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp",...
CREATE TABLE `pc_gostop_db`.`ng_friend_follower` ( `follower_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `follower_sno` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_friendly_match_invitation", "description": null, "columns": [{"name": "ivtid", "type": "bigint", "description": null}, {"name": "created", "type": "timestamp", "description": null}, {"name": "expiration", "type": "timestamp", "description": null}, {"name": "host", "type": "bigi...
CREATE TABLE `pc_gostop_db`.`ng_friendly_match_invitation` ( `ivtid` bigint COMMENT 'None', `created` timestamp COMMENT 'None', `expiration` timestamp COMMENT 'None', `host` bigint COMMENT 'None', `guest` bigint COMMENT 'None', `state` int COMMENT 'None', `fmrsession` string COMMENT 'None' )...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_friendly_match_record", "description": null, "columns": [{"name": "fmid", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "started", "type": "timestamp", "description": null}, {"name": "finished", "type": "timestamp", "de...
CREATE TABLE `pc_gostop_db`.`ng_friendly_match_record` ( `fmid` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `started` timestamp COMMENT 'None', `finished` timestamp COMMENT 'None', `opponent` bigint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_friendly_match_room", "description": null, "columns": [{"name": "fmrid", "type": "bigint", "description": null}, {"name": "fmrsession", "type": "string", "description": null}, {"name": "roomno", "type": "int", "description": null}, {"name": "lobbyid", "type": "int", "descriptio...
CREATE TABLE `pc_gostop_db`.`ng_friendly_match_room` ( `fmrid` bigint COMMENT 'None', `fmrsession` string COMMENT 'None', `roomno` int COMMENT 'None', `lobbyid` int COMMENT 'None', `expiration` timestamp COMMENT 'None', `host` bigint COMMENT 'None', `guest` bigint COMMENT 'None', `player...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_friends_roulette_play_hist", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "before_roulette", "type": "int", "description": null}, {"name": "after_roulette", "type": "...
CREATE TABLE `pc_gostop_db`.`ng_friends_roulette_play_hist` ( `id_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `before_roulette` int COMMENT 'None', `after_roulette` int COMMENT 'None', `prize` bigint COMMENT 'None', `consecutive` tinyint COMMENT 'None', `result_date` timestamp C...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_friends_roulette_user_hist", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "give_type", "type": "tinyint", "description": null}, {"name": "gift_id", "type": "bigint", ...
CREATE TABLE `pc_gostop_db`.`ng_friends_roulette_user_hist` ( `id_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `give_type` tinyint COMMENT 'None', `gift_id` bigint COMMENT 'None', `before_count` bigint COMMENT 'None', `quantity` bigint COMMENT 'None', `after_count` bigint COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_functional_product_inventory", "description": null, "columns": [{"name": "inventory_id", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "product_id", "type": "int", "description": null}, {"name": "functional_category", "...
CREATE TABLE `pc_gostop_db`.`ng_functional_product_inventory` ( `inventory_id` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `product_id` int COMMENT 'None', `functional_category` tinyint COMMENT 'None', `last_update_date` timestamp COMMENT 'None', `reg_date` timestamp COMMENT 'None', ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_functional_property", "description": null, "columns": [{"name": "category", "type": "tinyint", "description": null}, {"name": "multi", "type": "tinyint", "description": null}, {"name": "last_update_date", "type": "timestamp", "description": null}, {"name": "recommend_product_id...
CREATE TABLE `pc_gostop_db`.`ng_functional_property` ( `category` tinyint COMMENT 'None', `multi` tinyint COMMENT 'None', `last_update_date` timestamp COMMENT 'None', `recommend_product_id` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_game_friend", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "friend_sno", "type": "bigint", "description": null}, {"name": "friend_nickname", "type": "string", "description": null}, {"name": "friend_phone_number", "type": "str...
CREATE TABLE `pc_gostop_db`.`ng_game_friend` ( `sno` bigint COMMENT 'None', `friend_sno` bigint COMMENT 'None', `friend_nickname` string COMMENT 'None', `friend_phone_number` string COMMENT 'None', `phone_name` string COMMENT 'None', `last_send_gacha_date` timestamp COMMENT 'None', `day_game...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_game_play_log", "description": null, "columns": [{"name": "gameid", "type": "bigint", "description": null}, {"name": "sunidx", "type": "int", "description": null}, {"name": "decklog", "type": "string", "description": null}, {"name": "sno1", "type": "bigint", "description": null...
CREATE TABLE `pc_gostop_db`.`ng_game_play_log` ( `gameid` bigint COMMENT 'None', `sunidx` int COMMENT 'None', `decklog` string COMMENT 'None', `sno1` bigint COMMENT 'None', `playlog1` string COMMENT 'None', `sno2` bigint COMMENT 'None', `playlog2` string COMMENT 'None', `reg_date` timest...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_game_result_user_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "opp_sno", "type": "bigint", "descr...
CREATE TABLE `pc_gostop_db`.`ng_game_result_user_log` ( `match_no` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `nickname` string COMMENT 'None', `opp_sno` bigint COMMENT 'None', `interim_money` bigint COMMENT 'None', `dealer_money` bigint COMMENT 'None', `change_money` bigint COMMENT...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_gift_box_minigame_ticket", "description": null, "columns": [{"name": "gift_id", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "minigame_id", "type": "int", "de...
CREATE TABLE `pc_gostop_db`.`ng_gift_box_minigame_ticket` ( `gift_id` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `item_id` string COMMENT 'None', `minigame_id` int COMMENT 'None', `minigame_grade` tinyint COMMENT 'None', `content` string COMMENT 'None', `expire_date` timestamp COMME...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_gift_box_term_item", "description": null, "columns": [{"name": "gift_id", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "category", "type": "int", "description...
CREATE TABLE `pc_gostop_db`.`ng_gift_box_term_item` ( `gift_id` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `item_id` string COMMENT 'None', `category` int COMMENT 'None', `terms_of_use` int COMMENT 'None', `game_money` bigint COMMENT 'None', `content` string COMMENT 'None', `exp...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_gift_box_wealth", "description": null, "columns": [{"name": "gift_id", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "category", "type": "int", "description": ...
CREATE TABLE `pc_gostop_db`.`ng_gift_box_wealth` ( `gift_id` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `item_id` string COMMENT 'None', `category` int COMMENT 'None', `quantity` bigint COMMENT 'None', `content` string COMMENT 'None', `expire_date` timestamp COMMENT 'None', `che...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_gift_coupon_inventory", "description": null, "columns": [{"name": "inventory_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "item_id", "type": "string...
CREATE TABLE `pc_gostop_db`.`ng_gift_coupon_inventory` ( `inventory_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `item_id` string COMMENT 'None', `product_id` int COMMENT 'None', `expire_date` timestamp COMMENT 'None', `reason` int COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_gift_inventory", "description": null, "columns": [{"name": "inventory_id", "type": "bigint", "description": null}, {"name": "from_sno", "type": "bigint", "description": null}, {"name": "from_gift_box_id", "type": "bigint", "description": null}, {"name": "to_sno", "type": "bigin...
CREATE TABLE `pc_gostop_db`.`ng_gift_inventory` ( `inventory_id` bigint COMMENT 'None', `from_sno` bigint COMMENT 'None', `from_gift_box_id` bigint COMMENT 'None', `to_sno` bigint COMMENT 'None', `to_gift_box_id` bigint COMMENT 'None', `item_id` string COMMENT 'None', `product_id` int COMMEN...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_item_inventory", "description": null, "columns": [{"name": "inventory_id", "type": "bigint", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "expire_date", "type": "timestamp", "d...
CREATE TABLE `pc_gostop_db`.`ng_item_inventory` ( `inventory_id` bigint COMMENT 'None', `item_id` string COMMENT 'None', `sno` bigint COMMENT 'None', `expire_date` timestamp COMMENT 'None', `item_category` int COMMENT 'None', `is_using` tinyint COMMENT 'None', `is_default` tinyint COMMENT 'N...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_item_mast", "description": null, "columns": [{"name": "item_id", "type": "string", "description": null}, {"name": "item_name", "type": "string", "description": null}, {"name": "item_category", "type": "int", "description": null}, {"name": "item_image_index", "type": "int", "des...
CREATE TABLE `pc_gostop_db`.`ng_item_mast` ( `item_id` string COMMENT 'None', `item_name` string COMMENT 'None', `item_category` int COMMENT 'None', `item_image_index` int COMMENT 'None', `item_image_name` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_item_minigame_ticket", "description": null, "columns": [{"name": "ticket_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "minigame_id", "type": "int", "description": null}, {"name": "minigame_grade", "type": "tinyin...
CREATE TABLE `pc_gostop_db`.`ng_item_minigame_ticket` ( `ticket_id` int COMMENT 'None', `item_id` string COMMENT 'None', `minigame_id` int COMMENT 'None', `minigame_grade` tinyint COMMENT 'None', `title` string COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_item_product", "description": null, "columns": [{"name": "shop_id", "type": "int", "description": null}, {"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "tag", "type": "tinyint", "description": nul...
CREATE TABLE `pc_gostop_db`.`ng_item_product` ( `shop_id` int COMMENT 'None', `product_id` int COMMENT 'None', `item_id` string COMMENT 'None', `tag` tinyint COMMENT 'None', `price` bigint COMMENT 'None', `discount_price` bigint COMMENT 'None', `price_type` tinyint COMMENT 'None', `use_d...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_item_product_bonus", "description": null, "columns": [{"name": "bonus_seq", "type": "bigint", "description": null}, {"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "category", "type": "tinyint", "d...
CREATE TABLE `pc_gostop_db`.`ng_item_product_bonus` ( `bonus_seq` bigint COMMENT 'None', `product_id` int COMMENT 'None', `item_id` string COMMENT 'None', `category` tinyint COMMENT 'None', `display_count` bigint COMMENT 'None', `real_count` bigint COMMENT 'None', `pay_count` int COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_lobby_list", "description": null, "columns": [{"name": "lobby_id", "type": "int", "description": null}, {"name": "lobby_type", "type": "int", "description": null}, {"name": "max_user_count", "type": "int", "description": null}, {"name": "current_user_count", "type": "int", "des...
CREATE TABLE `pc_gostop_db`.`ng_lobby_list` ( `lobby_id` int COMMENT 'None', `lobby_type` int COMMENT 'None', `max_user_count` int COMMENT 'None', `current_user_count` int COMMENT 'None', `keep_alive_datetime` timestamp COMMENT 'None', `abnormal_flag` string COMMENT 'None', `init_datetime` t...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_login_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "login_date", "type": "timestamp", "description": null}, {"name": "login_result", "type": "string", "descript...
CREATE TABLE `pc_gostop_db`.`ng_login_log` ( `id_seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `login_date` timestamp COMMENT 'None', `login_result` string COMMENT 'None', `os_name` string COMMENT 'None', `reg_date` timestamp COMMENT 'None', `lobby_type` int COMMENT 'None', `l...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_luckypot_info", "description": null, "columns": [{"name": "group_no", "type": "int", "description": null}, {"name": "play_count_date", "type": "timestamp", "description": null}, {"name": "play_count", "type": "bigint", "description": null}, {"name": "luckypot_prize_money", "typ...
CREATE TABLE `pc_gostop_db`.`ng_luckypot_info` ( `group_no` int COMMENT 'None', `play_count_date` timestamp COMMENT 'None', `play_count` bigint COMMENT 'None', `luckypot_prize_money` bigint COMMENT 'None', `luckypot_setting_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_medal_gacha_event_summary", "description": null, "columns": [{"name": "event_date", "type": "timestamp", "description": null}, {"name": "version", "type": "bigint", "description": null}, {"name": "dia", "type": "int", "description": null}, {"name": "platinum", "type": "int", "d...
CREATE TABLE `pc_gostop_db`.`ng_medal_gacha_event_summary` ( `event_date` timestamp COMMENT 'None', `version` bigint COMMENT 'None', `dia` int COMMENT 'None', `platinum` int COMMENT 'None', `gold` int COMMENT 'None', `avatar` int COMMENT 'None', `emoticon` int COMMENT 'None', `normal` in...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_medal_gacha_event_userdata", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "event_date", "type": "timestamp", "description": null}, {"name": "version", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", ...
CREATE TABLE `pc_gostop_db`.`ng_medal_gacha_event_userdata` ( `seq` bigint COMMENT 'None', `event_date` timestamp COMMENT 'None', `version` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `medal_type` int COMMENT 'None', `reg_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_minigame_diceboard_phase1_info_default", "description": null, "columns": [{"name": "grade", "type": "tinyint", "description": null}, {"name": "reward_money", "type": "int", "description": null}, {"name": "group", "type": "tinyint", "description": null}, {"name": "count", "type"...
CREATE TABLE `pc_gostop_db`.`ng_minigame_diceboard_phase1_info_default` ( `grade` tinyint COMMENT 'None', `reward_money` int COMMENT 'None', `group` tinyint COMMENT 'None', `count` tinyint COMMENT 'None', `percent` double COMMENT 'None', `onemore_jewel` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_notice", "description": null, "columns": [{"name": "id_seq", "type": "int", "description": null}, {"name": "notice_type", "type": "tinyint", "description": null}, {"name": "notice_category", "type": "tinyint", "description": null}, {"name": "notice_title", "type": "string", "de...
CREATE TABLE `pc_gostop_db`.`ng_notice` ( `id_seq` int COMMENT 'None', `notice_type` tinyint COMMENT 'None', `notice_category` tinyint COMMENT 'None', `notice_title` string COMMENT 'None', `notice_contents` string COMMENT 'None', `notice_begin_date` timestamp COMMENT 'None', `notice_end_date...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_notice_target_person", "description": null, "columns": [{"name": "notice_id", "type": "int", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "target_end_date", "type": "timestamp", "description": null}]}
CREATE TABLE `pc_gostop_db`.`ng_notice_target_person` ( `notice_id` int COMMENT 'None', `sno` bigint COMMENT 'None', `target_end_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_play_level_info", "description": null, "columns": [{"name": "level", "type": "int", "description": null}, {"name": "points", "type": "int", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "last_update_date", "type": "timestamp", "d...
CREATE TABLE `pc_gostop_db`.`ng_play_level_info` ( `level` int COMMENT 'None', `points` int COMMENT 'None', `reg_date` timestamp COMMENT 'None', `last_update_date` timestamp COMMENT 'None', `amender` string COMMENT 'None', `reward_money` int COMMENT 'None', `reward_poki_ball` int COMMENT 'No...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_play_level_user", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "points", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "last_update_date", "type": "timestamp"...
CREATE TABLE `pc_gostop_db`.`ng_play_level_user` ( `sno` bigint COMMENT 'None', `points` bigint COMMENT 'None', `reg_date` timestamp COMMENT 'None', `last_update_date` timestamp COMMENT 'None', `last_reward` int COMMENT 'None', `last_reward_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_play_user", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "friend_sno", "type": "bigint", "description": null}, {"name": "change_money", "type": "bigint", "description": null}, {"name": "last_date", "type": "timestamp", "descr...
CREATE TABLE `pc_gostop_db`.`ng_play_user` ( `sno` bigint COMMENT 'None', `friend_sno` bigint COMMENT 'None', `change_money` bigint COMMENT 'None', `last_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_poki_gacha", "description": null, "columns": [{"name": "gacha_no", "type": "int", "description": null}, {"name": "gacha_kind", "type": "tinyint", "description": null}, {"name": "percent", "type": "int", "description": null}, {"name": "prize_item", "type": "string", "description...
CREATE TABLE `pc_gostop_db`.`ng_poki_gacha` ( `gacha_no` int COMMENT 'None', `gacha_kind` tinyint COMMENT 'None', `percent` int COMMENT 'None', `prize_item` string COMMENT 'None', `prize_quantity` bigint COMMENT 'None', `administrator` string COMMENT 'None', `last_update_date` timestamp COMM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_poki_gacha_event", "description": null, "columns": [{"name": "event_id", "type": "int", "description": null}, {"name": "gacha_no", "type": "int", "description": null}, {"name": "gacha_kind", "type": "tinyint", "description": null}, {"name": "percent", "type": "int", "descriptio...
CREATE TABLE `pc_gostop_db`.`ng_poki_gacha_event` ( `event_id` int COMMENT 'None', `gacha_no` int COMMENT 'None', `gacha_kind` tinyint COMMENT 'None', `percent` int COMMENT 'None', `prize_item` string COMMENT 'None', `prize_quantity` bigint COMMENT 'None', `administrator` string COMMENT 'Non...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_poki_present_mast", "description": null, "columns": [{"name": "present_date", "type": "timestamp", "description": null}, {"name": "present_no", "type": "int", "description": null}, {"name": "interval_minute", "type": "int", "description": null}, {"name": "tag", "type": "tinyint...
CREATE TABLE `pc_gostop_db`.`ng_poki_present_mast` ( `present_date` timestamp COMMENT 'None', `present_no` int COMMENT 'None', `interval_minute` int COMMENT 'None', `tag` tinyint COMMENT 'None', `immediately_open_egg` int COMMENT 'None', `group_id` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_poki_present_mast_default", "description": null, "columns": [{"name": "present_no", "type": "int", "description": null}, {"name": "interval_minute", "type": "int", "description": null}, {"name": "tag", "type": "tinyint", "description": null}]}
CREATE TABLE `pc_gostop_db`.`ng_poki_present_mast_default` ( `present_no` int COMMENT 'None', `interval_minute` int COMMENT 'None', `tag` tinyint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_poki_present_reward", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "present_date", "type": "timestamp", "description": null}, {"name": "present_no", "type": "tinyint", "description": null}, {"name": "reward_category", "typ...
CREATE TABLE `pc_gostop_db`.`ng_poki_present_reward` ( `id_seq` bigint COMMENT 'None', `present_date` timestamp COMMENT 'None', `present_no` tinyint COMMENT 'None', `reward_category` int COMMENT 'None', `reward_quantity` bigint COMMENT 'None', `reward_id` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_poki_present_reward_default", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "present_no", "type": "tinyint", "description": null}, {"name": "reward_category", "type": "int", "description": null}, {"name": "reward_quantity",...
CREATE TABLE `pc_gostop_db`.`ng_poki_present_reward_default` ( `id_seq` bigint COMMENT 'None', `present_no` tinyint COMMENT 'None', `reward_category` int COMMENT 'None', `reward_quantity` bigint COMMENT 'None', `reward_id` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_poki_present_user", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "reward_no", "type": "tinyint", "description": null}, {"name": "reward_receive_time", "type": "timestamp", "description": null}]}
CREATE TABLE `pc_gostop_db`.`ng_poki_present_user` ( `sno` bigint COMMENT 'None', `reward_no` tinyint COMMENT 'None', `reward_receive_time` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_pokiball_userdata", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "playno", "type": "int", "description": null}, {"name": "day_playno", "type": "int", "description": null}, {"name": "last_date", "type": "timestamp", "descripti...
CREATE TABLE `pc_gostop_db`.`ng_pokiball_userdata` ( `sno` bigint COMMENT 'None', `playno` int COMMENT 'None', `day_playno` int COMMENT 'None', `last_date` timestamp COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_pokimission", "description": null, "columns": [{"name": "pmid", "type": "int", "description": null}, {"name": "dayormonth", "type": "tinyint", "description": null}, {"name": "desc", "type": "string", "description": null}, {"name": "summery", "type": "string", "description": nul...
CREATE TABLE `pc_gostop_db`.`ng_pokimission` ( `pmid` int COMMENT 'None', `dayormonth` tinyint COMMENT 'None', `desc` string COMMENT 'None', `summery` string COMMENT 'None', `game_type` string COMMENT 'None', `maxcnt` int COMMENT 'None', `pokiball` int COMMENT 'None', `money` bigint COMM...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_pokimission_daily", "description": null, "columns": [{"name": "dailykey", "type": "int", "description": null}, {"name": "pmid1", "type": "int", "description": null}, {"name": "pmid2", "type": "int", "description": null}, {"name": "pmid3", "type": "int", "description": null}, {"...
CREATE TABLE `pc_gostop_db`.`ng_pokimission_daily` ( `dailykey` int COMMENT 'None', `pmid1` int COMMENT 'None', `pmid2` int COMMENT 'None', `pmid3` int COMMENT 'None', `desc` string COMMENT 'None', `pmid4` int COMMENT 'None', `pmid5` int COMMENT 'None', `pmid6` int COMMENT 'None', `p...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_pokimission_daily_event", "description": null, "columns": [{"name": "dailykey", "type": "int", "description": null}, {"name": "pmid1", "type": "int", "description": null}, {"name": "pmid2", "type": "int", "description": null}, {"name": "pmid3", "type": "int", "description": nul...
CREATE TABLE `pc_gostop_db`.`ng_pokimission_daily_event` ( `dailykey` int COMMENT 'None', `pmid1` int COMMENT 'None', `pmid2` int COMMENT 'None', `pmid3` int COMMENT 'None', `desc` string COMMENT 'None', `apply_date` timestamp COMMENT 'None', `end_date` timestamp COMMENT 'None', `pmid6` ...
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_pokimission_ranking", "description": null, "columns": [{"name": "year", "type": "int", "description": null}, {"name": "monthlykey", "type": "int", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "completetime", "type": "timestamp", "descri...
CREATE TABLE `pc_gostop_db`.`ng_pokimission_ranking` ( `year` int COMMENT 'None', `monthlykey` int COMMENT 'None', `sno` bigint COMMENT 'None', `completetime` timestamp COMMENT 'None', `senduser` tinyint COMMENT 'None', `rank` int COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_pokimission_userdata", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "missionkey", "type": "int", "description": null}, {"name": "pmid", "type": "int", "description": nul...
CREATE TABLE `pc_gostop_db`.`ng_pokimission_userdata` ( `seq` bigint COMMENT 'None', `sno` bigint COMMENT 'None', `missionkey` int COMMENT 'None', `pmid` int COMMENT 'None', `count` int COMMENT 'None', `finishtime` timestamp COMMENT 'None', `completed` tinyint COMMENT 'None' );
Write a SQL CREATE TABLE script based on the given schema information.
{"database": "pc_gostop_db", "table": "ng_pokimission_weekly_ranking", "description": null, "columns": [{"name": "startdate", "type": "timestamp", "description": null}, {"name": "weeklykey", "type": "int", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "pmid", "type": "int", "des...
CREATE TABLE `pc_gostop_db`.`ng_pokimission_weekly_ranking` ( `startdate` timestamp COMMENT 'None', `weeklykey` int COMMENT 'None', `sno` bigint COMMENT 'None', `pmid` int COMMENT 'None', `completetime` timestamp COMMENT 'None', `rank` int COMMENT 'None', `sendreward` tinyint COMMENT 'None' ...