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": "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": n... | CREATE TABLE `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',
`pushcnt` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "description"... | CREATE TABLE `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": "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", "description"... | CREATE TABLE `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 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": "bigint"... | CREATE TABLE `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": "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", "descript... | CREATE TABLE `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 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "descriptio... | CREATE TABLE `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',
`game_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "descri... | CREATE TABLE `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 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "type"... | CREATE TABLE `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": "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": "bigint... | CREATE TABLE `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_prpt_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "type"... | CREATE TABLE `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` timesta... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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": "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", "descrip... | CREATE TABLE `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 COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "de... | CREATE TABLE `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 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": "tim... | CREATE TABLE `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": "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}, {"name"... | CREATE TABLE `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": "gostop_db", "table": "ng_achievement_main_mast", "description": null, "columns": [{"name": "main_index", "type": "int", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "game_type", "type": "string", "description": null}, {"name": "required_type", "type": "int", "des... | CREATE TABLE `gostop_db`.`ng_achievement_main_mast` (
`main_index` int 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 'None',
`move_info` string COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": nul... | CREATE TABLE `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": "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", "descr... | CREATE TABLE `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 COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "descript... | CREATE TABLE `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": "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": nu... | CREATE TABLE `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',
`commisio... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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": "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 `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": "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_category", "type": ... | CREATE TABLE `gostop_db`.`ng_arena_pokiball_info_default` (
`game_type` int COMMENT 'None',
`arena_no` int COMMENT 'None',
`reward_quantity` int COMMENT 'None',
`reward_category` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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_day",... | CREATE TABLE `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` tinyi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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": "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", "typ... | CREATE TABLE `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": "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": "tinyin... | CREATE TABLE `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` stri... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "ty... | CREATE TABLE `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": "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": "st... | CREATE TABLE `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` tinyi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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": "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 `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` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "de... | CREATE TABLE `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 COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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": "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": null},... | CREATE TABLE `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": "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", "de... | CREATE TABLE `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": "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": null}... | CREATE TABLE `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` string C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": "time... | CREATE TABLE `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": "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": "time... | CREATE TABLE `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": "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", "d... | CREATE TABLE `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": "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": null}... | CREATE TABLE `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` time... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": "ci"... | CREATE TABLE `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` timestamp... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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` bigint C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "descriptio... | CREATE TABLE `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 CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "description... | CREATE TABLE `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 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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": "gostop_db", "table": "ng_exchange_userdata", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "last_exchange_date", "type": "timestamp", "description": null}, {"name": "reset_date", "type": "bigint", "description": null}, {"name": "ticket_use", "type": "int... | CREATE TABLE `gostop_db`.`ng_exchange_userdata` (
`sno` bigint COMMENT 'None',
`last_exchange_date` timestamp COMMENT 'None',
`reset_date` bigint COMMENT 'None',
`ticket_use` int COMMENT 'None',
`ticket_free_remain` int COMMENT 'None',
`ticket_free_use` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "des... | CREATE TABLE `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 COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "descrip... | CREATE TABLE `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": "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", "d... | CREATE TABLE `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": "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": "bigint"... | CREATE TABLE `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": "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", "descr... | CREATE TABLE `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": "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", "description":... | CREATE TABLE `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',
`playercou... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": "int... | CREATE TABLE `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 COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "de... | CREATE TABLE `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 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "typ... | CREATE TABLE `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',
`ac... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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": "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": "string... | CREATE TABLE `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` t... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "descript... | CREATE TABLE `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 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": "content", "type": "string", "descri... | CREATE TABLE `gostop_db`.`ng_gift_box_minigame_ticket` (
`gift_id` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`item_id` string COMMENT 'None',
`content` string COMMENT 'None',
`expire_date` timestamp COMMENT 'None',
`checked` tinyint COMMENT 'None',
`reason` int COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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',
`expire... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": nul... | CREATE TABLE `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',
`checke... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": "bigint",... | CREATE TABLE `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 COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "desc... | CREATE TABLE `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 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "descri... | CREATE TABLE `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": "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": "tinyint",... | CREATE TABLE `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": "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": null},... | CREATE TABLE `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_days... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "desc... | CREATE TABLE `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 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "description... | CREATE TABLE `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',
`lobb... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_mgostop_game_result_user_log", "description": null, "columns": [{"name": "sequence_index", "type": "bigint", "description": null}, {"name": "match_no", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "game_type", "type": "in... | CREATE TABLE `gostop_db`.`ng_mgostop_game_result_user_log` (
`sequence_index` bigint COMMENT 'None',
`match_no` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`game_type` int COMMENT 'None',
`nickname` string COMMENT 'None',
`cafe_id` bigint COMMENT 'None',
`opp1_sno` bigint COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "desc... | CREATE TABLE `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 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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": "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 `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 COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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 `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": "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 `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": "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", "description"... | CREATE TABLE `gostop_db`.`ng_pokiball_userdata` (
`sno` bigint COMMENT 'None',
`playno` int COMMENT 'None',
`day_playno` int COMMENT 'None',
`last_date` timestamp COMMENT 'None',
`ball_reset_date` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_pokimission", "description": null, "columns": [{"name": "pmid", "type": "int", "description": null}, {"name": "dayormonth", "type": "tinyint", "description": null}, {"name": "summery", "type": "string", "description": null}, {"name": "game_type", "type": "string", "description": n... | CREATE TABLE `gostop_db`.`ng_pokimission` (
`pmid` int COMMENT 'None',
`dayormonth` tinyint COMMENT 'None',
`summery` string COMMENT 'None',
`game_type` string COMMENT 'None',
`maxcnt` int COMMENT 'None',
`pokiball` int COMMENT 'None',
`money` bigint COMMENT 'None',
`jewel` int COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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}, {"nam... | CREATE TABLE `gostop_db`.`ng_pokimission_daily` (
`dailykey` int COMMENT 'None',
`pmid1` int COMMENT 'None',
`pmid2` int COMMENT 'None',
`pmid3` int COMMENT 'None',
`pmid4` int COMMENT 'None',
`pmid5` int COMMENT 'None',
`pmid6` int COMMENT 'None',
`pmid7` int COMMENT 'None',
`pmid8`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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": null},... | CREATE TABLE `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` int... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "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", "descripti... | CREATE TABLE `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": "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": null},... | CREATE TABLE `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": "gostop_db", "table": "ng_product_bundle", "description": null, "columns": [{"name": "bundle_seq", "type": "bigint", "description": null}, {"name": "product_id_1", "type": "int", "description": null}, {"name": "product_id_2", "type": "int", "description": null}, {"name": "product_id_3", "type": "int", "des... | CREATE TABLE `gostop_db`.`ng_product_bundle` (
`bundle_seq` bigint COMMENT 'None',
`product_id_1` int COMMENT 'None',
`product_id_2` int COMMENT 'None',
`product_id_3` int COMMENT 'None',
`product_id_4` int COMMENT 'None',
`product_id_5` int COMMENT 'None',
`product_id_6` int COMMENT 'None'
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_product_market_code", "description": null, "columns": [{"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "market_code", "type": "int", "description": null}, {"name": "market_product_code", "type": "stri... | CREATE TABLE `gostop_db`.`ng_product_market_code` (
`product_id` int COMMENT 'None',
`item_id` string COMMENT 'None',
`market_code` int COMMENT 'None',
`market_product_code` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_product_period_bonus", "description": null, "columns": [{"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "item_code", "type": "int", "description": null}, {"name": "period_time", "type": "int", "descri... | CREATE TABLE `gostop_db`.`ng_product_period_bonus` (
`product_id` int COMMENT 'None',
`item_id` string COMMENT 'None',
`item_code` int COMMENT 'None',
`period_time` int COMMENT 'None',
`item_quantity` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_product_target", "description": null, "columns": [{"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "sell_target", "type": "int", "description": null}, {"name": "sell_target2", "type": "int", "descripti... | CREATE TABLE `gostop_db`.`ng_product_target` (
`product_id` int COMMENT 'None',
`item_id` string COMMENT 'None',
`sell_target` int COMMENT 'None',
`sell_target2` int COMMENT 'None',
`target_min_money` bigint COMMENT 'None',
`target_max_money` bigint COMMENT 'None',
`target_min_jewel` bigint ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_purchase_account", "description": null, "columns": [{"name": "account_seq", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "product_id", "type": "int", "description": null}, {"name": "item_id", "type": "string", "descriptio... | CREATE TABLE `gostop_db`.`ng_purchase_account` (
`account_seq` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`product_id` int COMMENT 'None',
`item_id` string COMMENT 'None',
`purchase_date` timestamp COMMENT 'None',
`market_code` int COMMENT 'None',
`price` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_rat", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "account_type", "type": "tinyint", "description": null}, {"name": "hno", "type": "bigint", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name":... | CREATE TABLE `gostop_db`.`ng_rat` (
`sno` bigint COMMENT 'None',
`account_type` tinyint COMMENT 'None',
`hno` bigint COMMENT 'None',
`hid` string COMMENT 'None',
`nickname` string COMMENT 'None',
`ball` bigint COMMENT 'None',
`game_money` bigint COMMENT 'None',
`safe` bigint COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_restriction_user_log", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "loss_money", "type": "bigint", "description": null}, {"name": "store_type", "type": "int", "des... | CREATE TABLE `gostop_db`.`ng_restriction_user_log` (
`sno` bigint COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`loss_money` bigint COMMENT 'None',
`store_type` int COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_send_item_user", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "reward_type", "type": "int", "description": null}, {"name": "reward_item_id", "type": "string", "description"... | CREATE TABLE `gostop_db`.`ng_send_item_user` (
`idx` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`reward_type` int COMMENT 'None',
`reward_item_id` string COMMENT 'None',
`reward_product_id` int COMMENT 'None',
`reward_quantity` bigint COMMENT 'None',
`bip_category` int COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_service_pause", "description": null, "columns": [{"name": "seq_no", "type": "int", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "pause_date", "type": "timestamp", "description": null}, {"name": "pause_desc", "type": "string", "desc... | CREATE TABLE `gostop_db`.`ng_service_pause` (
`seq_no` int COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`pause_date` timestamp COMMENT 'None',
`pause_desc` string COMMENT 'None',
`name` string COMMENT 'None',
`lobby_type` int COMMENT 'None',
`lobby_id` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_slide_notice", "description": null, "columns": [{"name": "id_seq", "type": "int", "description": null}, {"name": "notice_type", "type": "tinyint", "description": null}, {"name": "notice_title", "type": "string", "description": null}, {"name": "notice_contents", "type": "string", "... | CREATE TABLE `gostop_db`.`ng_slide_notice` (
`id_seq` int COMMENT 'None',
`notice_type` tinyint COMMENT 'None',
`notice_title` string COMMENT 'None',
`notice_contents` string COMMENT 'None',
`notice_url` string COMMENT 'None',
`notice_begin_date` timestamp COMMENT 'None',
`notice_end_date` t... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_subscription", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "purchasetoken", "type": "string", "description": null}, {"name": "subscriptionid", "type": "string", "description": null}, {"name": "starttimemillis", "type": "bigint"... | CREATE TABLE `gostop_db`.`ng_subscription` (
`sno` bigint COMMENT 'None',
`purchasetoken` string COMMENT 'None',
`subscriptionid` string COMMENT 'None',
`starttimemillis` bigint COMMENT 'None',
`expirytimemillis` bigint COMMENT 'None',
`autorenewing` string COMMENT 'None',
`rewardcount` tiny... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_sudda_game_result_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "card_rule", "type": "int", "description": null}, {"name": "bet_rule", "type": "int", "description": null}, {"name": "seed", "type": "bigint", "descriptio... | CREATE TABLE `gostop_db`.`ng_sudda_game_result_log` (
`match_no` bigint COMMENT 'None',
`card_rule` int COMMENT 'None',
`bet_rule` int COMMENT 'None',
`seed` bigint COMMENT 'None',
`rematch_cnt` int COMMENT 'None',
`last_rematch_type` int COMMENT 'None',
`rematch_win_to_win_cnt` int COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_sudda_game_result_user_log", "description": null, "columns": [{"name": "match_no", "type": "bigint", "description": null}, {"name": "match_count", "type": "int", "description": null}, {"name": "rematch_type", "type": "tinyint", "description": null}, {"name": "final_match", "type":... | CREATE TABLE `gostop_db`.`ng_sudda_game_result_user_log` (
`match_no` bigint COMMENT 'None',
`match_count` int COMMENT 'None',
`rematch_type` tinyint COMMENT 'None',
`final_match` tinyint COMMENT 'None',
`sno` bigint COMMENT 'None',
`nickname` string COMMENT 'None',
`cafe_id` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_thrillup_log", "description": null, "columns": [{"name": "id_seq", "type": "bigint", "description": null}, {"name": "sno1", "type": "bigint", "description": null}, {"name": "sno2", "type": "bigint", "description": null}, {"name": "game_count", "type": "int", "description": null}, ... | CREATE TABLE `gostop_db`.`ng_thrillup_log` (
`id_seq` bigint COMMENT 'None',
`sno1` bigint COMMENT 'None',
`sno2` bigint COMMENT 'None',
`game_count` int COMMENT 'None',
`thrillup_seed` bigint COMMENT 'None',
`thrillup` tinyint COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`work_y... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_time_bonus", "description": null, "columns": [{"name": "id_seq", "type": "int", "description": null}, {"name": "begin_datetime", "type": "timestamp", "description": null}, {"name": "end_datetime", "type": "timestamp", "description": null}, {"name": "reward_category", "type": "int"... | CREATE TABLE `gostop_db`.`ng_time_bonus` (
`id_seq` int COMMENT 'None',
`begin_datetime` timestamp COMMENT 'None',
`end_datetime` timestamp COMMENT 'None',
`reward_category` int COMMENT 'None',
`reward_quantity` bigint COMMENT 'None',
`reward_product_id` int COMMENT 'None',
`gift_box_save_da... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_tournament_rank_new", "description": null, "columns": [{"name": "tournament_id", "type": "bigint", "description": null}, {"name": "sno", "type": "bigint", "description": null}, {"name": "rank", "type": "int", "description": null}, {"name": "nickname", "type": "string", "descriptio... | CREATE TABLE `gostop_db`.`ng_tournament_rank_new` (
`tournament_id` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`rank` int COMMENT 'None',
`nickname` string COMMENT 'None',
`avatar_img` string COMMENT 'None',
`last_round_no` tinyint COMMENT 'None',
`round_play_points` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_tournament_rank_reward_new", "description": null, "columns": [{"name": "joun_count", "type": "int", "description": null}, {"name": "rank", "type": "int", "description": null}, {"name": "max_player", "type": "int", "description": null}, {"name": "reward_prize_rate", "type": "int", ... | CREATE TABLE `gostop_db`.`ng_tournament_rank_reward_new` (
`joun_count` int COMMENT 'None',
`rank` int COMMENT 'None',
`max_player` int COMMENT 'None',
`reward_prize_rate` int COMMENT 'None',
`reward_item_id` string COMMENT 'None',
`reward_product_id` int COMMENT 'None',
`reward_quantity` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gostop_db", "table": "ng_tournament_round_new", "description": null, "columns": [{"name": "schedule_id", "type": "bigint", "description": null}, {"name": "channel_id", "type": "int", "description": null}, {"name": "round_no", "type": "tinyint", "description": null}, {"name": "seed", "type": "bigint", "des... | CREATE TABLE `gostop_db`.`ng_tournament_round_new` (
`schedule_id` bigint COMMENT 'None',
`channel_id` int COMMENT 'None',
`round_no` tinyint COMMENT 'None',
`seed` bigint COMMENT 'None',
`play_count` tinyint COMMENT 'None',
`min_play_money` bigint COMMENT 'None',
`max_play_money` bigint COM... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.