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": "gunsup_db", "table": "logginggenericprofileevents", "description": null, "columns": [{"name": "eventid", "type": "int", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventtype", "type": "string... | CREATE TABLE `gunsup_db`.`logginggenericprofileevents` (
`eventid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`eventtype` string COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingupgradeevents", "description": null, "columns": [{"name": "eventid", "type": "int", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "itemid", "type": "smallint", "desc... | CREATE TABLE `gunsup_db`.`loggingupgradeevents` (
`eventid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`itemid` smallint COMMENT 'None',
`completed` tinyint COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "battlepassseasons", "description": null, "columns": [{"name": "battlepassseasonid", "type": "int", "description": null}, {"name": "battlepassconfigname", "type": "string", "description": null}, {"name": "startdate", "type": "bigint", "description": null}, {"name": "duration", "type":... | CREATE TABLE `gunsup_db`.`battlepassseasons` (
`battlepassseasonid` int COMMENT 'None',
`battlepassconfigname` string COMMENT 'None',
`startdate` bigint COMMENT 'None',
`duration` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingallianceevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "int", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "allianceid", "type": "st... | CREATE TABLE `gunsup_db`.`loggingallianceevents` (
`inventoryeventid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`allianceid` string COMMENT 'None',
`event` string COMMENT 'None',
`currentscore` tinyint COMMENT 'None',
`currentrank` tinyint C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventoryalliancesevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsource... | CREATE TABLE `gunsup_db`.`logginginventoryalliancesevents` (
`inventoryeventid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` bigint COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcate... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventorybattlepassevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourc... | CREATE TABLE `gunsup_db`.`logginginventorybattlepassevents` (
`inventoryeventid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` bigint COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcat... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventorymailevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", ... | CREATE TABLE `gunsup_db`.`logginginventorymailevents` (
`inventoryeventid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` bigint COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcategory`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingstoreanalyticsevents", "description": null, "columns": [{"name": "eventid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventtype", "type": "str... | CREATE TABLE `gunsup_db`.`loggingstoreanalyticsevents` (
`eventid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`eventtype` string COMMENT 'None',
`storepackageid` int COMMENT 'None',
`time` bigint COMMENT 'None',
`work_ymd` bigint COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "profilebattlepasses", "description": null, "columns": [{"name": "profilebattlepassid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "battlepassseasonid", "type": "int", "description": null}, {"name": "battlepassconfign... | CREATE TABLE `gunsup_db`.`profilebattlepasses` (
`profilebattlepassid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`battlepassseasonid` int COMMENT 'None',
`battlepassconfigname` string COMMENT 'None',
`freerewardsstatus` bigint COMMENT 'None',
`premiumrewardsstatus` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_dw", "table": "db_prod_sale_hist", "description": null, "columns": [{"name": "work_hh", "type": "string", "description": null}, {"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "descript... | CREATE TABLE `gunsup_dw`.`db_prod_sale_hist` (
`work_hh` string COMMENT 'None',
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`pay_mns_cd` string COMMENT 'None',
`atmt_pay_yn` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_dw", "table": "dc_prod_cd_mtr", "description": null, "columns": [{"name": "prod_seq", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description": n... | CREATE TABLE `gunsup_dw`.`dc_prod_cd_mtr` (
`prod_seq` string COMMENT 'None',
`prodid` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`sale2_cd` string COMMENT 'None',
`cpid` string COMMENT 'None',
`cp_nm` string COMMENT 'None',
`svc_seq` string ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_dw", "table": "sg_gunsup_lifecycle_inven_sd01", "description": null, "columns": [{"name": "join_ymd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "play_pass_date", "type": "bigint", "description": null}, {"name": "user_cnt", "type": "b... | CREATE TABLE `gunsup_dw`.`sg_gunsup_lifecycle_inven_sd01` (
`join_ymd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`play_pass_date` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`real_pass_date` double COMMENT 'None',
`samt` double COMMENT 'None',
`cc_lev` double COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_dw", "table": "sg_gunsup_lifecycle_prchs_sd01", "description": null, "columns": [{"name": "data_sct", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "gunsup_join_ymd", "type": "string", "description": null}, {"name": "gunsup_join_pass_dat... | CREATE TABLE `gunsup_dw`.`sg_gunsup_lifecycle_prchs_sd01` (
`data_sct` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`gunsup_join_ymd` string COMMENT 'None',
`gunsup_join_pass_date` bigint COMMENT 'None',
`cmbk_usr_last_login_ymd` string COMMENT 'None',
`cmbk_usr_last_login_pass_date` b... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_mart", "table": "db_guns_sale_hist_history", "description": null, "columns": [{"name": "profileid", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "samt", "type": "double", "description": null}, {"name": "work_ymd", "type": "string", "de... | CREATE TABLE `gunsup_mart`.`db_guns_sale_hist_history` (
`profileid` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`samt` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_mart", "table": "dg_guns_battle_hist_history", "description": null, "columns": [{"name": "game_mode", "type": "string", "description": null}, {"name": "game_stage", "type": "string", "description": null}, {"name": "startdt", "type": "string", "description": null}, {"name": "enddt", "type": "string"... | CREATE TABLE `gunsup_mart`.`dg_guns_battle_hist_history` (
`game_mode` string COMMENT 'None',
`game_stage` string COMMENT 'None',
`startdt` string COMMENT 'None',
`enddt` string COMMENT 'None',
`attacker_base_lv` bigint COMMENT 'None',
`defender_base_lv` bigint COMMENT 'None',
`battle_result... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_mart", "table": "dg_guns_mony_hist_history", "description": null, "columns": [{"name": "profileid", "type": "string", "description": null}, {"name": "item_nm", "type": "string", "description": null}, {"name": "chg_tp_cd", "type": "string", "description": null}, {"name": "chg_mony", "type": "bigint"... | CREATE TABLE `gunsup_mart`.`dg_guns_mony_hist_history` (
`profileid` string COMMENT 'None',
`item_nm` string COMMENT 'None',
`chg_tp_cd` string COMMENT 'None',
`chg_mony` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_mart", "table": "sg_guns_battle_sd01_history", "description": null, "columns": [{"name": "shard_battle_result_id", "type": "string", "description": null}, {"name": "item_nm", "type": "string", "description": null}, {"name": "item_use_cnt", "type": "bigint", "description": null}, {"name": "work_ymd"... | CREATE TABLE `gunsup_mart`.`sg_guns_battle_sd01_history` (
`shard_battle_result_id` string COMMENT 'None',
`item_nm` string COMMENT 'None',
`item_use_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_mart", "table": "sg_guns_cntu_sale_sd01_history", "description": null, "columns": [{"name": "nat_cd", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "description": null}, {"name": "join_elps_dcnt", "type": "bigint", "description": null}, {"name": "samt", "type": "doub... | CREATE TABLE `gunsup_mart`.`sg_guns_cntu_sale_sd01_history` (
`nat_cd` string COMMENT 'None',
`join_dt` string COMMENT 'None',
`join_elps_dcnt` bigint COMMENT 'None',
`samt` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_mart", "table": "sg_guns_mony_hld_sd01_history", "description": null, "columns": [{"name": "item_nm", "type": "string", "description": null}, {"name": "hld_qty", "type": "bigint", "description": null}, {"name": "hld_ucnt", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string... | CREATE TABLE `gunsup_mart`.`sg_guns_mony_hld_sd01_history` (
`item_nm` string COMMENT 'None',
`hld_qty` bigint COMMENT 'None',
`hld_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_mart", "table": "sg_guns_cntu_vst_sd01_history", "description": null, "columns": [{"name": "nat_cd", "type": "string", "description": null}, {"name": "join_dt", "type": "string", "description": null}, {"name": "join_elps_dcnt", "type": "bigint", "description": null}, {"name": "visit_ucnt", "type": ... | CREATE TABLE `gunsup_mart`.`sg_guns_cntu_vst_sd01_history` (
`nat_cd` string COMMENT 'None',
`join_dt` string COMMENT 'None',
`join_elps_dcnt` bigint COMMENT 'None',
`visit_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_mart", "table": "dg_guns_mony_hld_mtr_master", "description": null, "columns": [{"name": "profileid", "type": "string", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "item_nm", "type": "string", "description": null}, {"name": "hld_qty", "type": "bigint",... | CREATE TABLE `gunsup_mart`.`dg_guns_mony_hld_mtr_master` (
`profileid` string COMMENT 'None',
`item_id` string COMMENT 'None',
`item_nm` string COMMENT 'None',
`hld_qty` bigint COMMENT 'None',
`lst_login_dt` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_game_mblg_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, {"name": "age_zn_cd", "type": "string", "descri... | CREATE TABLE `mobile_gostop_dw`.`sg_game_mblg_sd01` (
`game_cd` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`hg_id_yn` string COMMENT 'None',
`game_grd_tp_cd` string COMMENT 'None',
`pcnt_secn_cd` string COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_mony_sd01", "description": null, "columns": [{"name": "tp_cd", "type": "string", "description": null}, {"name": "pay_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "string", "description": null}, {"name": "game_grd_cd", "type": "bigint",... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_mony_sd01` (
`tp_cd` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`game_grd_cd` bigint COMMENT 'None',
`ltr_etc1` string COMMENT 'None',
`ltr_etc2` string COMMENT 'None',
`ltr_etc3` string COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_msduelgo_game_sd01", "description": null, "columns": [{"name": "unit_mony", "type": "bigint", "description": null}, {"name": "game_use_tm_zn", "type": "bigint", "description": null}, {"name": "conn_end_yn", "type": "string", "description": null}, {"name": "dev_mdl", "t... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_msduelgo_game_sd01` (
`unit_mony` bigint COMMENT 'None',
`game_use_tm_zn` bigint COMMENT 'None',
`conn_end_yn` string COMMENT 'None',
`dev_mdl` string COMMENT 'None',
`ntwk_tp` string COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`game_tp_cd` big... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_msduelgo_mony_hld_sd01", "description": null, "columns": [{"name": "lst_game_prd_cd", "type": "string", "description": null}, {"name": "mony_hld_ucnt", "type": "bigint", "description": null}, {"name": "mony", "type": "bigint", "description": null}, {"name": "egg_hld_uc... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_msduelgo_mony_hld_sd01` (
`lst_game_prd_cd` string COMMENT 'None',
`mony_hld_ucnt` bigint COMMENT 'None',
`mony` bigint COMMENT 'None',
`egg_hld_ucnt` bigint COMMENT 'None',
`egg` bigint COMMENT 'None',
`safe_mony_hld_ucnt` bigint COMMENT 'None',
`saf... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_msduelgo_rltt_sd01", "description": null, "columns": [{"name": "out_in_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "string", "description": null}, {"name": "prod_id", "type": "string", "description": null}, {"name": "sumry_lv", "type"... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_msduelgo_rltt_sd01` (
`out_in_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`prod_id` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`chg_mony` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_msduelgo_rsr_sd01", "description": null, "columns": [{"name": "rsr_ucnt", "type": "bigint", "description": null}, {"name": "rsr_cust_cnt", "type": "bigint", "description": null}, {"name": "act_ucnt", "type": "bigint", "description": null}, {"name": "ret_cust_cnt", "typ... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_msduelgo_rsr_sd01` (
`rsr_ucnt` bigint COMMENT 'None',
`rsr_cust_cnt` bigint COMMENT 'None',
`act_ucnt` bigint COMMENT 'None',
`ret_cust_cnt` bigint COMMENT 'None',
`los_rstct_mony` double COMMENT 'None',
`game_type` bigint COMMENT 'None',
`work_ymd` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_msduelgo_svc_sd01", "description": null, "columns": [{"name": "svc_tp_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "cnt", "type": "bigint", "description": null}, {"name": "svc_dtl_lcs_cd", "type": "strin... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_msduelgo_svc_sd01` (
`svc_tp_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`svc_dtl_lcs_cd` string COMMENT 'None',
`svc_dtl_mcls_nm` string COMMENT 'None',
`svc_dtl_scls_nm` string COMMENT 'None',
`sumry_lv` big... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_msduelgo_user_lv_sd01", "description": null, "columns": [{"name": "game_grd_cd", "type": "string", "description": null}, {"name": "game_tp_cd", "type": "string", "description": null}, {"name": "unit_mony", "type": "bigint", "description": null}, {"name": "ucnt", "type"... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_msduelgo_user_lv_sd01` (
`game_grd_cd` string COMMENT 'None',
`game_tp_cd` string COMMENT 'None',
`unit_mony` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`gmony` bigint COMMENT 'None',
`ball` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_msduelgo_user_sd01", "description": null, "columns": [{"name": "unit_mony", "type": "bigint", "description": null}, {"name": "sumry_lv", "type": "int", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "user_pcnt", "type": "bigint"... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_msduelgo_user_sd01` (
`unit_mony` bigint COMMENT 'None',
`sumry_lv` int COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`allin_ucnt` bigint COMMENT 'None',
`allin_tcnt` bigint COMMENT 'None',
`win_mony` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_game_user_d01_mblg", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "hgid_mapng_yn", "type": "st... | CREATE TABLE `mobile_gostop_dw`.`dg_game_user_d01_mblg` (
`userno` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`hg_userno` bigint COMMENT 'None',
`hgid_mapng_yn` string COMMENT 'None',
`age_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_go_rsr_hist", "description": null, "columns": [{"name": "rsr_seq", "type": "bigint", "description": null}, {"name": "rsr_bss_key", "type": "bigint", "description": null}, {"name": "id_tp_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "desc... | CREATE TABLE `mobile_gostop_dw`.`dg_go_rsr_hist` (
`rsr_seq` bigint COMMENT 'None',
`rsr_bss_key` bigint COMMENT 'None',
`id_tp_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`rsr_dt` string COMMENT 'None',
`ci` string COMMENT 'None',
`los_rstct_mony` double COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_game_user_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "mbr_stat_cd", "type": "string", "description": null}, {"name": "app_id", "type": "string", "d... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_game_user_mtr` (
`st_cd` string COMMENT 'None',
`userno` string COMMENT 'None',
`mbr_stat_cd` string COMMENT 'None',
`app_id` string COMMENT 'None',
`join_dt` string COMMENT 'None',
`lst_login_dt` string COMMENT 'None',
`nat_cd` string COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_msduelgo_game_hist", "description": null, "columns": [{"name": "game_seq", "type": "bigint", "description": null}, {"name": "unit_mony", "type": "bigint", "description": null}, {"name": "game_strt_dt", "type": "string", "description": null}, {"name": "game_end_dt", "ty... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_msduelgo_game_hist` (
`game_seq` bigint COMMENT 'None',
`unit_mony` bigint COMMENT 'None',
`game_strt_dt` string COMMENT 'None',
`game_end_dt` string COMMENT 'None',
`ptm_ss` bigint COMMENT 'None',
`game_tp_cd` int COMMENT 'None',
`speed` int COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_msduelgo_rltt_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "out_in_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_msduelgo_rltt_hist` (
`log_dt` string COMMENT 'None',
`userno` string COMMENT 'None',
`out_in_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`prod_id` string COMMENT 'None',
`game_mony` bigint COMMENT 'None',
`chg_rltt_cnt` bigint C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_msduelgo_user_hist", "description": null, "columns": [{"name": "game_seq", "type": "bigint", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "opnt_userno", "type": "string", "description": null}, {"name": "intrm_setl_mony", "ty... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_msduelgo_user_hist` (
`game_seq` bigint COMMENT 'None',
`userno` string COMMENT 'None',
`opnt_userno` string COMMENT 'None',
`intrm_setl_mony` bigint COMMENT 'None',
`dealr_mony` bigint COMMENT 'None',
`chg_mony` bigint COMMENT 'None',
`bef_mony` bigi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_msduelgo_user_mtr", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "acnt_tp_cd", "type": "int", "description": null}, {"name": "egg", "type": "bigint", "description": null}, {"name": "ball", "type": "bigint", "descr... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_msduelgo_user_mtr` (
`userno` string COMMENT 'None',
`acnt_tp_cd` int COMMENT 'None',
`egg` bigint COMMENT 'None',
`ball` bigint COMMENT 'None',
`gmony` bigint COMMENT 'None',
`safe_mony` bigint COMMENT 'None',
`cm_pcnt` int COMMENT 'None',
`cm_wi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_go_los_cnfg_d01", "description": null, "columns": [{"name": "ci", "type": "string", "description": null}, {"name": "id_tp_cd", "type": "string", "description": null}, {"name": "los_rstct_mony", "type": "double", "description": null}, {"name": "cm_los_mony", "type": "double"... | CREATE TABLE `mobile_gostop_dw`.`dg_go_los_cnfg_d01` (
`ci` string COMMENT 'None',
`id_tp_cd` string COMMENT 'None',
`los_rstct_mony` double COMMENT 'None',
`cm_los_mony` double COMMENT 'None',
`cnfg_dt` string COMMENT 'None',
`lost_dt` string COMMENT 'None',
`work_ymd` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_go_los_cnfg_hist", "description": null, "columns": [{"name": "cnfg_seq", "type": "bigint", "description": null}, {"name": "cnfg_dt", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "id_tp_cd", "type": "string", "descri... | CREATE TABLE `mobile_gostop_dw`.`dg_go_los_cnfg_hist` (
`cnfg_seq` bigint COMMENT 'None',
`cnfg_dt` string COMMENT 'None',
`ci` string COMMENT 'None',
`id_tp_cd` string COMMENT 'None',
`los_rstct_mony` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_game_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "sngl_game_use_yn", "type": "str... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_game_user_d01` (
`userno` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`sngl_game_use_yn` string COMMENT 'None',
`game_grd_tp_cd` string COMMENT 'None',
`rat_join_dt` string COMMENT 'None',
`join_prd_cd` str... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_mony_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "description": null}, {"name": "pay_tp_cd", "type": "string", "description": null}, {"name": "chg_rsn_cd", "type": "string", "des... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_mony_hist` (
`userno` string COMMENT 'None',
`tp_cd` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`chg_rsn_cd` string COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`chg_amt` bigint COMMENT 'None',
`st_cd` string COMMENT 'None',
`ga... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "db_endp_sale_d01", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "descr... | CREATE TABLE `mobile_gostop_dw`.`db_endp_sale_d01` (
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`samt` double COMMENT 'None',
`nsamt` double COMMENT 'None',
`sale_cnt` bigint COMMENT 'None',
`userno... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "db_game_payr_mtr", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "fst_pay_ymd", "type": "string", "description": null}, {"name": "lst_pay_ymd", "type": "strin... | CREATE TABLE `mobile_gostop_dw`.`db_game_payr_mtr` (
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`fst_pay_ymd` string COMMENT 'None',
`lst_pay_ymd` string COMMENT 'None',
`userno` bigint COMMENT 'None',
`custno` bigint COMMENT 'None',
`prod_seq` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "db_prod_sale_hist", "description": null, "columns": [{"name": "work_hh", "type": "string", "description": null}, {"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "d... | CREATE TABLE `mobile_gostop_dw`.`db_prod_sale_hist` (
`work_hh` string COMMENT 'None',
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`pay_mns_cd` string COMMENT 'None',
`atmt_pay_yn` string COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dc_game_app_mapng_mtr", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "tc_pjt_id", "type": "string", "description": null}, {"name": "ta_app_key", "type": "string", "description": null}, {"name": "appgd_app_key", "type": "... | CREATE TABLE `mobile_gostop_dw`.`dc_game_app_mapng_mtr` (
`game_cd` string COMMENT 'None',
`tc_pjt_id` string COMMENT 'None',
`ta_app_key` string COMMENT 'None',
`appgd_app_key` string COMMENT 'None',
`log_crash_app_key` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dc_grp_cd_d01", "description": null, "columns": [{"name": "grp_cd", "type": "string", "description": null}, {"name": "grp_nm", "type": "string", "description": null}, {"name": "grp_eng_nm", "type": "string", "description": null}, {"name": "cd_len", "type": "string", "descripti... | CREATE TABLE `mobile_gostop_dw`.`dc_grp_cd_d01` (
`grp_cd` string COMMENT 'None',
`grp_nm` string COMMENT 'None',
`grp_eng_nm` string COMMENT 'None',
`cd_len` string COMMENT 'None',
`cd_tp_cd` string COMMENT 'None',
`grp_scls_cd` string COMMENT 'None',
`grp_mcls_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dc_prod_cd_mtr", "description": null, "columns": [{"name": "prod_seq", "type": "string", "description": null}, {"name": "prodid", "type": "string", "description": null}, {"name": "prod_nm", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "descript... | CREATE TABLE `mobile_gostop_dw`.`dc_prod_cd_mtr` (
`prod_seq` string COMMENT 'None',
`prodid` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`sale2_cd` string COMMENT 'None',
`cpid` string COMMENT 'None',
`cp_nm` string COMMENT 'None',
`svc_seq` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_login_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "zone_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "game_no", "type": "bigint", "descri... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_login_hist` (
`log_dt` string COMMENT 'None',
`zone_cd` string COMMENT 'None',
`userno` string COMMENT 'None',
`game_no` bigint COMMENT 'None',
`mket_cd` string COMMENT 'None',
`dev_key` string COMMENT 'None',
`dev_mdl` string COMMENT 'None',
`os_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "description": null}, {"name": "sex_cd", "type": "string", "desc... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_user_d01` (
`userno` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`hg_userno` bigint COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_cd` string COMMENT 'None',
`join_prd_cd` string COMMENT 'None',
`lst_login_prd_cd` string COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_user_mtr", "description": null, "columns": [{"name": "st_cd", "type": "string", "description": null}, {"name": "userno", "type": "string", "description": null}, {"name": "hg_userid", "type": "string", "description": null}, {"name": "hg_userno", "type": "bigint", "descr... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_user_mtr` (
`st_cd` string COMMENT 'None',
`userno` string COMMENT 'None',
`hg_userid` string COMMENT 'None',
`hg_userno` bigint COMMENT 'None',
`sex_cd` string COMMENT 'None',
`brt_dy` string COMMENT 'None',
`join_dt` string COMMENT 'None',
`lst_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_user_ply_hist", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "game_no", "type": "bigint", "description": null}, {"name": "tdd_ptm", "type": "bigint", "description": null}, {"name": "tdd_conn_tcnt", "type": "bigint... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_user_ply_hist` (
`userno` string COMMENT 'None',
`game_no` bigint COMMENT 'None',
`tdd_ptm` bigint COMMENT 'None',
`tdd_conn_tcnt` bigint COMMENT 'None',
`cm_ptm` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_user_adid_mapng_d01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "log_dt", "type": "string", "descr... | CREATE TABLE `mobile_gostop_dw`.`dg_user_adid_mapng_d01` (
`game_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`adid` string COMMENT 'None',
`log_dt` string COMMENT 'None',
`idp_cd` string COMMENT 'None',
`idp_userno` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`a... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "md_tbl_d01", "description": null, "columns": [{"name": "dbname", "type": "string", "description": null}, {"name": "tbl_nm", "type": "string", "description": null}, {"name": "entt_nm", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": ... | CREATE TABLE `mobile_gostop_dw`.`md_tbl_d01` (
`dbname` string COMMENT 'None',
`tbl_nm` string COMMENT 'None',
`entt_nm` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`tbl_tp_cd` string COMMENT 'None',
`tbl_stat_cd` string COMMENT 'None',
`work_hh` string COMMENT 'None',
`sms_c... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_cmbck_cntu_use_sd02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "strt_ymd", "type": "string", "description": null}, {"name": "rettn_tp_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "bi... | CREATE TABLE `mobile_gostop_dw`.`sg_cmbck_cntu_use_sd02` (
`game_cd` string COMMENT 'None',
`strt_ymd` string COMMENT 'None',
`rettn_tp_cd` string COMMENT 'None',
`dd_use_cyc` bigint COMMENT 'None',
`os_cd` string COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_game_cntu_use_sd02", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "dd_use_cyc", "type": "string", "description": null}, {"name": "nat_cd", "type": "string",... | CREATE TABLE `mobile_gostop_dw`.`sg_game_cntu_use_sd02` (
`strt_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`dd_use_cyc` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`dd_pcnt` bigint COMMENT 'None',
`dd_ptm` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_login_sd01", "description": null, "columns": [{"name": "zone_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, {"name": "hsp_ver", "type": "string", "descri... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_login_sd01` (
`zone_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`hsp_ver` string COMMENT 'None',
`game_clnt_ver` string COMMENT 'None',
`ntwk_tp` string COMMENT 'None',
`telecom` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_lv_rch_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "join_ymd", "type": "string", "description": null}, {"name": "join_elps_dcnt", "type": "bigint", "description": null}, {"name": "lv_cd", "type": "string"... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_lv_rch_sd01` (
`game_cd` string COMMENT 'None',
`join_ymd` string COMMENT 'None',
`join_elps_dcnt` bigint COMMENT 'None',
`lv_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`mket_cd` string COMMENT 'None',
`os_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_std_indr_sd02", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "descrip... | CREATE TABLE `mobile_gostop_dw`.`sg_std_indr_sd02` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`hgid_mapng_yn` string COMMENT 'None',
`mket_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dm_mbr_ci_game_sale_d01", "description": null, "columns": [{"name": "rep_game_cd", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "fst_pay_ymd", "type": "string", "description": null}, {"name": "lst_pay_ymd", "type": "st... | CREATE TABLE `mobile_gostop_dw`.`dm_mbr_ci_game_sale_d01` (
`rep_game_cd` string COMMENT 'None',
`ci` string COMMENT 'None',
`fst_pay_ymd` string COMMENT 'None',
`lst_pay_ymd` string COMMENT 'None',
`cm_pay_amt` double COMMENT 'None',
`cm_pay_cnt` bigint COMMENT 'None',
`pay_cnt` bigint COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_game_wkly_user_sw01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, {"name": "age_zn_cd", "type": "string", "description": null}, {"name": "lv_secn_cd", "type": "string... | CREATE TABLE `mobile_gostop_dw`.`sg_game_wkly_user_sw01` (
`game_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`lv_secn_cd` string COMMENT 'None',
`wkly_ptm_zn_cd` string COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`wkly_new_ucnt` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_certi_d01", "description": null, "columns": [{"name": "certi_sys_cd", "type": "string", "description": null}, {"name": "idp_cd", "type": "string", "description": null}, {"name": "idp_userno", "type": "string", "description": null}, {"name": "gbase_app_id", "type": "str... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_certi_d01` (
`certi_sys_cd` string COMMENT 'None',
`idp_cd` string COMMENT 'None',
`idp_userno` string COMMENT 'None',
`gbase_app_id` string COMMENT 'None',
`idp_certi_dt` string COMMENT 'None',
`userno` string COMMENT 'None',
`mbr_stat_cd` string COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_msduelgo_regulation_hist", "description": null, "columns": [{"name": "los_rstct_mony", "type": "string", "description": null}, {"name": "rstct_chg_cnt", "type": "bigint", "description": null}, {"name": "rstct_ucnt", "type": "bigint", "description": null}, {"name": "work_ymd... | CREATE TABLE `mobile_gostop_dw`.`dg_msduelgo_regulation_hist` (
`los_rstct_mony` string COMMENT 'None',
`rstct_chg_cnt` bigint COMMENT 'None',
`rstct_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "db_endp_sale_hist", "description": null, "columns": [{"name": "pay_chnl_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "sale_cd", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "d... | CREATE TABLE `mobile_gostop_dw`.`db_endp_sale_hist` (
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`samt` double COMMENT 'None',
`nsamt` double COMMENT 'None',
`sale_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_msduelgo_cafe_user_sd01", "description": null, "columns": [{"name": "unit_mony", "type": "bigint", "description": null}, {"name": "sumry_lv", "type": "int", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "user_pcnt", "type": "bi... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_msduelgo_cafe_user_sd01` (
`unit_mony` bigint COMMENT 'None',
`sumry_lv` int COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`allin_ucnt` bigint COMMENT 'None',
`allin_tcnt` bigint COMMENT 'None',
`win_mony` bigint COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "dg_mblg_msduelgo_vip_user_d01", "description": null, "columns": [{"name": "userno", "type": "string", "description": null}, {"name": "pre_point", "type": "bigint", "description": null}, {"name": "now_point", "type": "bigint", "description": null}, {"name": "pre_mileage", "type... | CREATE TABLE `mobile_gostop_dw`.`dg_mblg_msduelgo_vip_user_d01` (
`userno` string COMMENT 'None',
`pre_point` bigint COMMENT 'None',
`now_point` bigint COMMENT 'None',
`pre_mileage` bigint COMMENT 'None',
`now_mileage` bigint COMMENT 'None',
`play_point` bigint COMMENT 'None',
`gift_box_buy_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_mblg_msduelgo_vip_user_sd01", "description": null, "columns": [{"name": "unit_mony", "type": "bigint", "description": null}, {"name": "game_type", "type": "bigint", "description": null}, {"name": "vip_grade", "type": "string", "description": null}, {"name": "los_mony", "typ... | CREATE TABLE `mobile_gostop_dw`.`sg_mblg_msduelgo_vip_user_sd01` (
`unit_mony` bigint COMMENT 'None',
`game_type` bigint COMMENT 'None',
`vip_grade` string COMMENT 'None',
`los_mony` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`mony` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_dw", "table": "sg_game_msduelgo_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "st_cd", "type": "string", "description": null}, {"name": "sex_cd", "type": "string", "description": null}, {"name": "age_zn_cd", "type": "string", "de... | CREATE TABLE `mobile_gostop_dw`.`sg_game_msduelgo_sd01` (
`game_cd` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd` string COMMENT 'None',
`hg_id_yn` string COMMENT 'None',
`game_grd_tp_cd` string COMMENT 'None',
`pcnt_secn_cd` string COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_mart", "table": "gostop_game_hist", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "nickname", "type": "string", "description": null}, {"name": "hid", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": nu... | CREATE TABLE `mobile_gostop_mart`.`gostop_game_hist` (
`sno` bigint COMMENT 'None',
`nickname` string COMMENT 'None',
`hid` string COMMENT 'None',
`ci` string COMMENT 'None',
`reg_dt` string COMMENT 'None',
`seed` double COMMENT 'None',
`loss_mony` double COMMENT 'None',
`dealer_mony` do... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_mart", "table": "gostop_purchase_hist", "description": null, "columns": [{"name": "sno", "type": "bigint", "description": null}, {"name": "item_id", "type": "string", "description": null}, {"name": "item_name", "type": "string", "description": null}, {"name": "market_code", "type": "string",... | CREATE TABLE `mobile_gostop_mart`.`gostop_purchase_hist` (
`sno` bigint COMMENT 'None',
`item_id` string COMMENT 'None',
`item_name` string COMMENT 'None',
`market_code` string COMMENT 'None',
`real_money_price` double COMMENT 'None',
`work_dt` timestamp COMMENT 'None',
`work_hh` string COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gostop_mart", "table": "gostop_monthly_game_hist", "description": null, "columns": [{"name": "work_dt", "type": "timestamp", "description": null}, {"name": "pre_month_ymd", "type": "string", "description": null}, {"name": "sales", "type": "bigint", "description": null}, {"name": "pu", "type": "bigi... | CREATE TABLE `mobile_gostop_mart`.`gostop_monthly_game_hist` (
`work_dt` timestamp COMMENT 'None',
`pre_month_ymd` string COMMENT 'None',
`sales` bigint COMMENT 'None',
`pu` bigint COMMENT 'None',
`cm_uv` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`losmony` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "_sequences", "description": null, "columns": [{"name": "name", "type": "string", "description": null}, {"name": "next", "type": "bigint", "description": null}]} | CREATE TABLE `pc_gostop_db`.`_sequences` (
`name` string COMMENT 'None',
`next` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "doublegogamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description":... | CREATE TABLE `pc_gostop_db`.`doublegogamehist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`channelid` string COMMENT 'None',
`roomid` int COMMENT 'None',
`privateyn` string COMMENT 'None',
`roomprop` string COMMENT 'None',
`unitmoney` bigint COMMENT 'None',
`valid... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "doublegorat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null}, {"name": "defeatcnt", "type": "bigint", "description"... | CREATE TABLE `pc_gostop_db`.`doublegorat` (
`memberid` string COMMENT 'None',
`matchcnt` bigint COMMENT 'None',
`wincnt` bigint COMMENT 'None',
`defeatcnt` bigint COMMENT 'None',
`drawcnt` bigint COMMENT 'None',
`daycnt` bigint COMMENT 'None',
`lastdate` timestamp COMMENT 'None',
`pushcn... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "doublegouserhist", "description": null, "columns": [{"name": "logdate", "type": "timestamp", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "scorelog", "type": "string", "descripti... | CREATE TABLE `pc_gostop_db`.`doublegouserhist` (
`logdate` timestamp COMMENT 'None',
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`scorelog` string COMMENT 'None',
`beginmoney` double COMMENT 'None',
`beginlentmoney` double COMMENT 'None',
`changemoney` double COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "duelgo_tnmt_seq", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}]} | CREATE TABLE `pc_gostop_db`.`duelgo_tnmt_seq` (
`seq` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "duelgogamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description": n... | CREATE TABLE `pc_gostop_db`.`duelgogamehist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`channelid` string COMMENT 'None',
`roomid` int COMMENT 'None',
`privateyn` string COMMENT 'None',
`roomprop` string COMMENT 'None',
`unitmoney` bigint COMMENT 'None',
`validco... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "duelgorat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null}, {"name": "defeatcnt", "type": "bigint", "description": ... | CREATE TABLE `pc_gostop_db`.`duelgorat` (
`memberid` string COMMENT 'None',
`matchcnt` bigint COMMENT 'None',
`wincnt` bigint COMMENT 'None',
`defeatcnt` bigint COMMENT 'None',
`drawcnt` bigint COMMENT 'None',
`daycnt` bigint COMMENT 'None',
`lastdate` timestamp COMMENT 'None',
`pushcnt`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "duelgouserhist", "description": null, "columns": [{"name": "logdate", "type": "timestamp", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "scorelog", "type": "string", "description... | CREATE TABLE `pc_gostop_db`.`duelgouserhist` (
`logdate` timestamp COMMENT 'None',
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`scorelog` string COMMENT 'None',
`beginmoney` double COMMENT 'None',
`beginlentmoney` double COMMENT 'None',
`changemoney` double COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "dxgostopgamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description":... | CREATE TABLE `pc_gostop_db`.`dxgostopgamehist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`channelid` string COMMENT 'None',
`roomid` int COMMENT 'None',
`privateyn` string COMMENT 'None',
`roomprop` string COMMENT 'None',
`unitmoney` bigint COMMENT 'None',
`valid... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "dxgostopuserhist", "description": null, "columns": [{"name": "logdate", "type": "timestamp", "description": null}, {"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "scorelog", "type": "string", "descripti... | CREATE TABLE `pc_gostop_db`.`dxgostopuserhist` (
`logdate` timestamp COMMENT 'None',
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`scorelog` string COMMENT 'None',
`beginmoney` double COMMENT 'None',
`beginlentmoney` double COMMENT 'None',
`changemoney` double COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "eva_giftinfo", "description": null, "columns": [{"name": "giftcode", "type": "double", "description": null}, {"name": "moduleid", "type": "string", "description": null}, {"name": "giftinfo", "type": "string", "description": null}, {"name": "giftoption", "type": "string", "descript... | CREATE TABLE `pc_gostop_db`.`eva_giftinfo` (
`giftcode` double COMMENT 'None',
`moduleid` string COMMENT 'None',
`giftinfo` string COMMENT 'None',
`giftoption` string COMMENT 'None',
`supplycnt` double COMMENT 'None',
`i_seq` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "eva_giftmast", "description": null, "columns": [{"name": "giftcode", "type": "double", "description": null}, {"name": "eventcode", "type": "double", "description": null}, {"name": "eventno", "type": "double", "description": null}, {"name": "giftgroup", "type": "double", "descripti... | CREATE TABLE `pc_gostop_db`.`eva_giftmast` (
`giftcode` double COMMENT 'None',
`eventcode` double COMMENT 'None',
`eventno` double COMMENT 'None',
`giftgroup` double COMMENT 'None',
`giftname` string COMMENT 'None',
`gifttype` string COMMENT 'None',
`giftinfo` string COMMENT 'None',
`win... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gamemoneyhist", "description": null, "columns": [{"name": "eventcode", "type": "string", "description": null}, {"name": "eventitle", "type": "string", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "gameid", "type": "string", "descripti... | CREATE TABLE `pc_gostop_db`.`gamemoneyhist` (
`eventcode` string COMMENT 'None',
`eventitle` string COMMENT 'None',
`memberid` string COMMENT 'None',
`gameid` string COMMENT 'None',
`eventmoney` bigint COMMENT 'None',
`premoney` bigint COMMENT 'None',
`aftermoney` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gamevert", "description": null, "columns": [{"name": "gameid", "type": "string", "description": null}, {"name": "subid", "type": "string", "description": null}, {"name": "version", "type": "double", "description": null}, {"name": "regdate", "type": "timestamp", "description": null... | CREATE TABLE `pc_gostop_db`.`gamevert` (
`gameid` string COMMENT 'None',
`subid` string COMMENT 'None',
`version` double COMMENT 'None',
`regdate` timestamp COMMENT 'None',
`clientver` double COMMENT 'None',
`chnlsvrver` timestamp COMMENT 'None',
`roomsvrver` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gomoneyrecharget", "description": null, "columns": [{"name": "ip", "type": "string", "description": null}, {"name": "allincnt", "type": "bigint", "description": null}, {"name": "lastdate", "type": "timestamp", "description": null}, {"name": "gammoney", "type": "bigint", "descripti... | CREATE TABLE `pc_gostop_db`.`gomoneyrecharget` (
`ip` string COMMENT 'None',
`allincnt` bigint COMMENT 'None',
`lastdate` timestamp COMMENT 'None',
`gammoney` bigint COMMENT 'None',
`matchday` int COMMENT 'None',
`code` string COMMENT 'None',
`grade` int COMMENT 'None',
`i_seq` bigint CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostop_concurrent_user_hist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "subid", "type": "string", "des... | CREATE TABLE `pc_gostop_db`.`gostop_concurrent_user_hist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`gameid` string COMMENT 'None',
`subid` string COMMENT 'None',
`channelid` string COMMENT 'None',
`membercnt_1` int COMMENT 'None',
`membercnt_2` int COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostop_member_info", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "memberno", "type": "bigint", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "sp2sno", "type": "bigint", "description"... | CREATE TABLE `pc_gostop_db`.`gostop_member_info` (
`memberid` string COMMENT 'None',
`memberno` bigint COMMENT 'None',
`ci` string COMMENT 'None',
`sp2sno` bigint COMMENT 'None',
`regdate` timestamp COMMENT 'None',
`moddate` timestamp COMMENT 'None',
`crc32key` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostop_overmoney", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "overmoney", "type": "bigint", "description": null}, {"name": "maxmoney", "type": "bigint", "descriptio... | CREATE TABLE `pc_gostop_db`.`gostop_overmoney` (
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`overmoney` bigint COMMENT 'None',
`maxmoney` bigint COMMENT 'None',
`gameid` string COMMENT 'None',
`joindate` timestamp COMMENT 'None',
`status` tinyint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostop_resource", "description": null, "columns": [{"name": "seq", "type": "int", "description": null}, {"name": "title", "type": "string", "description": null}, {"name": "html", "type": "string", "description": null}, {"name": "update_date", "type": "timestamp", "description": nu... | CREATE TABLE `pc_gostop_db`.`gostop_resource` (
`seq` int COMMENT 'None',
`title` string COMMENT 'None',
`html` string COMMENT 'None',
`update_date` timestamp COMMENT 'None',
`admin_id` string COMMENT 'None',
`expose_start_date` timestamp COMMENT 'None',
`expose_end_date` timestamp COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostop_resource_channel", "description": null, "columns": [{"name": "seq", "type": "int", "description": null}, {"name": "game_id", "type": "string", "description": null}, {"name": "channel_id", "type": "string", "description": null}, {"name": "priority", "type": "int", "descripti... | CREATE TABLE `pc_gostop_db`.`gostop_resource_channel` (
`seq` int COMMENT 'None',
`game_id` string COMMENT 'None',
`channel_id` string COMMENT 'None',
`priority` int COMMENT 'None',
`expose_yn` string COMMENT 'None',
`channel_desc` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostop_runtime_data", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "game_id", "type": "string", "description": null}, {"name": "runtime_target", "type": "int", "description": null}, {"name": "runtime_data", "type": "string", "de... | CREATE TABLE `pc_gostop_db`.`gostop_runtime_data` (
`idx` bigint COMMENT 'None',
`game_id` string COMMENT 'None',
`runtime_target` int COMMENT 'None',
`runtime_data` string COMMENT 'None',
`runtime_data_desc` string COMMENT 'None',
`start_date` timestamp COMMENT 'None',
`end_date` timestamp ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostop_user_restriction_law_ci", "description": null, "columns": [{"name": "ci_or_sno", "type": "string", "description": null}, {"name": "restrict_check_date", "type": "string", "description": null}, {"name": "money_change", "type": "bigint", "description": null}, {"name": "reg_da... | CREATE TABLE `pc_gostop_db`.`gostop_user_restriction_law_ci` (
`ci_or_sno` string COMMENT 'None',
`restrict_check_date` string COMMENT 'None',
`money_change` bigint COMMENT 'None',
`reg_datetime` timestamp COMMENT 'None',
`last_update_datetime` timestamp COMMENT 'None',
`extra_data` string COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostophbstat", "description": null, "columns": [{"name": "regdate", "type": "string", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "availablecnt", "type": "bigint", "description": null}, {"name": "reqcnt", "type": "bigint", "descript... | CREATE TABLE `pc_gostop_db`.`gostophbstat` (
`regdate` string COMMENT 'None',
`channelid` string COMMENT 'None',
`availablecnt` bigint COMMENT 'None',
`reqcnt` bigint COMMENT 'None',
`ansyescnt` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostoprat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "memberno", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": n... | CREATE TABLE `pc_gostop_db`.`gostoprat` (
`memberid` string COMMENT 'None',
`memberno` string COMMENT 'None',
`matchcnt` bigint COMMENT 'None',
`wincnt` bigint COMMENT 'None',
`defeatcnt` bigint COMMENT 'None',
`drawcnt` bigint COMMENT 'None',
`disconncnt` bigint COMMENT 'None',
`rating`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gostopsinglerat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null}, {"name": "defeatcnt", "type": "bigint", "descript... | CREATE TABLE `pc_gostop_db`.`gostopsinglerat` (
`memberid` string COMMENT 'None',
`matchcnt` bigint COMMENT 'None',
`wincnt` bigint COMMENT 'None',
`defeatcnt` bigint COMMENT 'None',
`drawcnt` bigint COMMENT 'None',
`baborobotmoney1` bigint COMMENT 'None',
`baborobotmoney2` bigint COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gssuddagamehist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "logdate", "type": "timestamp", "description": null}, {"name": "channelid", "type": "string", "description": null}, {"name": "roomid", "type": "int", "description": ... | CREATE TABLE `pc_gostop_db`.`gssuddagamehist` (
`seq` bigint COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`channelid` string COMMENT 'None',
`roomid` int COMMENT 'None',
`privateyn` string COMMENT 'None',
`validcode` string COMMENT 'None',
`playercnt` int COMMENT 'None',
`dealermo... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gssuddarat", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "matchcnt", "type": "bigint", "description": null}, {"name": "wincnt", "type": "bigint", "description": null}, {"name": "defeatcnt", "type": "bigint", "description":... | CREATE TABLE `pc_gostop_db`.`gssuddarat` (
`memberid` string COMMENT 'None',
`matchcnt` bigint COMMENT 'None',
`wincnt` bigint COMMENT 'None',
`defeatcnt` bigint COMMENT 'None',
`drawcnt` bigint COMMENT 'None',
`kwangddang38cnt` bigint COMMENT 'None',
`joindate` timestamp COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gssuddauserhist", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "memberid", "type": "string", "description": null}, {"name": "rststring", "type": "string", "description": null}, {"name": "logdate", "type": "timestamp", "descripti... | CREATE TABLE `pc_gostop_db`.`gssuddauserhist` (
`seq` bigint COMMENT 'None',
`memberid` string COMMENT 'None',
`rststring` string COMMENT 'None',
`logdate` timestamp COMMENT 'None',
`crmcode` string COMMENT 'None',
`grade` string COMMENT 'None',
`enterchannel` timestamp COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "gst_archrivalinfo", "description": null, "columns": [{"name": "memberid", "type": "string", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "archrivalinfo", "type": "string", "description": null}, {"name": "lastdt", "type": "timestamp", "d... | CREATE TABLE `pc_gostop_db`.`gst_archrivalinfo` (
`memberid` string COMMENT 'None',
`gameid` string COMMENT 'None',
`archrivalinfo` string COMMENT 'None',
`lastdt` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_gostop_db", "table": "levelbase", "description": null, "columns": [{"name": "gameid", "type": "string", "description": null}, {"name": "srat", "type": "double", "description": null}, {"name": "slevel", "type": "string", "description": null}, {"name": "nlevel", "type": "double", "description": null}, {"... | CREATE TABLE `pc_gostop_db`.`levelbase` (
`gameid` string COMMENT 'None',
`srat` double COMMENT 'None',
`slevel` string COMMENT 'None',
`nlevel` double COMMENT 'None',
`starting` double COMMENT 'None',
`nexting` double COMMENT 'None',
`div` double COMMENT 'None',
`startmoney` bigint COMM... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.