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": "bip_dw", "table": "sg_po_rnk_sd01", "description": null, "columns": [{"name": "rnk_no", "type": "bigint", "description": null}, {"name": "rnk_aply_ucnt", "type": "bigint", "description": null}, {"name": "rnk_canc_ucnt", "type": "bigint", "description": null}, {"name": "game_ucnt", "type": "bigint", "descr... | CREATE TABLE `bip_dw`.`sg_po_rnk_sd01` (
`rnk_no` bigint COMMENT 'None',
`rnk_aply_ucnt` bigint COMMENT 'None',
`rnk_canc_ucnt` bigint COMMENT 'None',
`game_ucnt` bigint COMMENT 'None',
`get_pnt` bigint COMMENT 'None',
`exht_pnt` bigint COMMENT 'None',
`canc_in_pnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_po_rstct_user_sd01", "description": null, "columns": [{"name": "ucnt", "type": "bigint", "description": null}, {"name": "cust_cnt", "type": "bigint", "description": null}, {"name": "act_ucnt", "type": "bigint", "description": null}, {"name": "ret_ucnt", "type": "bigint", "description... | CREATE TABLE `bip_dw`.`sg_po_rstct_user_sd01` (
`ucnt` bigint COMMENT 'None',
`cust_cnt` bigint COMMENT 'None',
`act_ucnt` bigint COMMENT 'None',
`ret_ucnt` bigint COMMENT 'None',
`game_cd` string COMMENT 'None',
`tdd_rstct_cnt` bigint COMMENT 'None',
`los_rstct_mony` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_po_rstct_user_sd02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "los_rstct_mony", "type": "double", "description": null}, {"name": "user_rstct_cnt", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "... | CREATE TABLE `bip_dw`.`sg_po_rstct_user_sd02` (
`game_cd` string COMMENT 'None',
`los_rstct_mony` double COMMENT 'None',
`user_rstct_cnt` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_po_upp_lv_chg_sd01", "description": null, "columns": [{"name": "lv", "type": "bigint", "description": null}, {"name": "lv_chg_tp_cd", "type": "string", "description": null}, {"name": "lv_chg_path_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "descrip... | CREATE TABLE `bip_dw`.`sg_po_upp_lv_chg_sd01` (
`lv` bigint COMMENT 'None',
`lv_chg_tp_cd` string COMMENT 'None',
`lv_chg_path_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_po_upp_objr_sd01", "description": null, "columns": [{"name": "lv", "type": "bigint", "description": null}, {"name": "objr_cnt", "type": "bigint", "description": null}, {"name": "tdd_ucnt", "type": "bigint", "description": null}, {"name": "pc_po_ucnt", "type": "bigint", "description":... | CREATE TABLE `bip_dw`.`sg_po_upp_objr_sd01` (
`lv` bigint COMMENT 'None',
`objr_cnt` bigint COMMENT 'None',
`tdd_ucnt` bigint COMMENT 'None',
`pc_po_ucnt` bigint COMMENT 'None',
`mbl_po_ucnt` bigint COMMENT 'None',
`pc_go_ucnt` bigint COMMENT 'None',
`mbl_go_ucnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_po_v1_objr_game_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "cm_objr_cnt", "type": "bigint", "description": null}, {"name": "tot_hld_mony", "type": "double", "description": null}, {"name": "game_tdd_ucnt", "type": "bigi... | CREATE TABLE `bip_dw`.`sg_po_v1_objr_game_sd01` (
`game_cd` string COMMENT 'None',
`cm_objr_cnt` bigint COMMENT 'None',
`tot_hld_mony` double COMMENT 'None',
`game_tdd_ucnt` bigint COMMENT 'None',
`game_win_pcnt` bigint COMMENT 'None',
`game_los_pcnt` bigint COMMENT 'None',
`game_win_mony` d... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_po_v1_objr_game_sd02", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_tp_cd", "type": "string", "description": null}, {"name": "user_tp_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "descri... | CREATE TABLE `bip_dw`.`sg_po_v1_objr_game_sd02` (
`game_cd` string COMMENT 'None',
`game_tp_cd` string COMMENT 'None',
`user_tp_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`tcnt` bigint COMMENT 'None',
`pcnt` bigint COMMENT 'None',
`mony` double COMMENT 'None',
`work_ymd` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_po_v1_objr_game_sd03", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "game_tp_cd", "type": "string", "description": null}, {"name": "user_tp_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "descri... | CREATE TABLE `bip_dw`.`sg_po_v1_objr_game_sd03` (
`game_cd` string COMMENT 'None',
`game_tp_cd` string COMMENT 'None',
`user_tp_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`tcnt` bigint COMMENT 'None',
`pcnt` bigint COMMENT 'None',
`mony` double COMMENT 'None',
`work_ymd` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_po_vip_user_sd01", "description": null, "columns": [{"name": "vip_grd_cd", "type": "string", "description": null}, {"name": "cm_ucnt", "type": "bigint", "description": null}, {"name": "tdd_ucnt", "type": "bigint", "description": null}, {"name": "tot_crncy_amt", "type": "double", "des... | CREATE TABLE `bip_dw`.`sg_po_vip_user_sd01` (
`vip_grd_cd` string COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`tdd_ucnt` bigint COMMENT 'None',
`tot_crncy_amt` double COMMENT 'None',
`net_crncy_amt` double COMMENT 'None',
`tdd_game_ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_cntu_sw01", "description": null, "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "end_ymd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "description": null}, {"name": "wkly_use_cyc", "type": "string", "descr... | CREATE TABLE `bip_dw`.`sg_std_indr_cntu_sw01` (
`strt_ymd` string COMMENT 'None',
`end_ymd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`wkly_use_cyc` string COMMENT 'None',
`wkly_ucnt` bigint COMMENT 'None',
`wkly_pcnt` bigint COMMENT 'None',
`wkly_ptm` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_endp_sale_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "cat1", "type": "string", "descriptio... | CREATE TABLE `bip_dw`.`sg_std_indr_endp_sale_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`cat1` string COMMENT 'None',
`cat2` string COMMENT 'None',
`cat3` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`lcls_nm` str... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_endp_sale_sd01_mbl", "description": null, "columns": [{"name": "org_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "mket_nm", "type": "string", "description": null}, {"name": "org_nm", "type": "string", "descr... | CREATE TABLE `bip_dw`.`sg_std_indr_endp_sale_sd01_mbl` (
`org_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`mket_nm` string COMMENT 'None',
`org_nm` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`pu` bigint COMMENT 'None',
`sale_cnt` bigint COMMENT 'None',
`samt`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_endp_sale_sw01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "cat1", "type": "string", "descriptio... | CREATE TABLE `bip_dw`.`sg_std_indr_endp_sale_sw01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`cat1` string COMMENT 'None',
`cat2` string COMMENT 'None',
`cat3` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`lcls_nm` str... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_game_pu_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "game_cd", "type": "string", "descripti... | CREATE TABLE `bip_dw`.`sg_std_indr_game_pu_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcls_nm` string COMMENT 'None',
`game_nm` string COMMENT 'None',
`uv` bi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_new_pu_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "fst_prod_seq", "type": "string", "descr... | CREATE TABLE `bip_dw`.`sg_std_indr_new_pu_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`fst_prod_seq` string COMMENT 'None',
`fst_game_grd_cd` string COMMENT 'None',
`fst_samt` double COMMENT 'None',
`lcls_nm` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_new_user_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "new_user_cnt", "type": "bigint", "description": null}, {"name": "join8d_vit_cnt", "type": "bigint... | CREATE TABLE `bip_dw`.`sg_std_indr_new_user_sd01` (
`game_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`new_user_cnt` bigint COMMENT 'None',
`join8d_vit_cnt` bigint COMMENT 'None',
`join8d_samt` double COMMENT 'None',
`join31d_samt` double COMMENT 'None',
`infl_chnl_cd` string ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_org_sale_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "cat1", "type": "string", "description... | CREATE TABLE `bip_dw`.`sg_std_indr_org_sale_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`cat1` string COMMENT 'None',
`cat2` string COMMENT 'None',
`cat3` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`lcls_nm` stri... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_org_sale_sw01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "cat1", "type": "string", "description... | CREATE TABLE `bip_dw`.`sg_std_indr_org_sale_sw01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`cat1` string COMMENT 'None',
`cat2` string COMMENT 'None',
`cat3` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`lcls_nm` stri... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_sale_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "description"... | CREATE TABLE `bip_dw`.`sg_std_indr_sale_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcls_nm` string COMMENT 'None',
`org_nm` string COMMENT 'None',
`nsamt` double COMMENT 'None',
`pcb_nsamt` d... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "mcls_cd", "type": "string", "description": null}, {"name": "org_cd", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "description": nul... | CREATE TABLE `bip_dw`.`sg_std_indr_sd01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcls_nm` string COMMENT 'None',
`game_nm` string COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`uv_cnt` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_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", "description": nul... | CREATE TABLE `bip_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',
`org_cd... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_sw01", "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": "org_cd", "type": "string", "description": nul... | CREATE TABLE `bip_dw`.`sg_std_indr_sw01` (
`lcls_cd` string COMMENT 'None',
`mcls_cd` string COMMENT 'None',
`game_cd` string COMMENT 'None',
`org_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcls_nm` string COMMENT 'None',
`game_nm` string COMMENT 'None',
`avg_uv` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_std_indr_user_sd01", "description": null, "columns": [{"name": "lcls_cd", "type": "string", "description": null}, {"name": "idp_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "description":... | CREATE TABLE `bip_dw`.`sg_std_indr_user_sd01` (
`lcls_cd` string COMMENT 'None',
`idp_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`uv_cnt` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`wkly_ucnt`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sm_mbr_ci_sd01", "description": null, "columns": [{"name": "mbr_tp_cd", "type": "string", "description": null}, {"name": "sumry_lv", "type": "bigint", "description": null}, {"name": "cm_ci", "type": "bigint", "description": null}, {"name": "cm_pu", "type": "bigint", "description": null}... | CREATE TABLE `bip_dw`.`sm_mbr_ci_sd01` (
`mbr_tp_cd` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`cm_ci` bigint COMMENT 'None',
`cm_pu` bigint COMMENT 'None',
`new_ci` bigint COMMENT 'None',
`login_ci` bigint COMMENT 'None',
`act_ci` bigint COMMENT 'None',
`slp_yn` string CO... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "ss_appgd_app_sd01", "description": null, "columns": [{"name": "app_key", "type": "string", "description": null}, {"name": "os_cd", "type": "string", "description": null}, {"name": "dev_cnt", "type": "bigint", "description": null}, {"name": "adid_cnt", "type": "bigint", "description": nu... | CREATE TABLE `bip_dw`.`ss_appgd_app_sd01` (
`app_key` string COMMENT 'None',
`os_cd` string COMMENT 'None',
`dev_cnt` bigint COMMENT 'None',
`adid_cnt` bigint COMMENT 'None',
`act_3m_adid_cnt` bigint COMMENT 'None',
`act_1m_adid_cnt` bigint COMMENT 'None',
`cm_adid_cnt` bigint COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "ss_appgd_app_sd02", "description": null, "columns": [{"name": "sumry_lv", "type": "string", "description": null}, {"name": "app_key", "type": "string", "description": null}, {"name": "tdd_adid_cnt", "type": "bigint", "description": null}, {"name": "mm1_act_adid_cnt", "type": "bigint", "... | CREATE TABLE `bip_dw`.`ss_appgd_app_sd02` (
`sumry_lv` string COMMENT 'None',
`app_key` string COMMENT 'None',
`tdd_adid_cnt` bigint COMMENT 'None',
`mm1_act_adid_cnt` bigint COMMENT 'None',
`mm3_act_adid_cnt` bigint COMMENT 'None',
`app_list_gth_tdd_adid_cnt` bigint COMMENT 'None',
`app_lis... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "ss_appgd_exec_sd01", "description": null, "columns": [{"name": "app_cnt", "type": "bigint", "description": null}, {"name": "dev_cnt", "type": "bigint", "description": null}, {"name": "adid_cnt", "type": "bigint", "description": null}, {"name": "cm_adid_cnt", "type": "bigint", "descripti... | CREATE TABLE `bip_dw`.`ss_appgd_exec_sd01` (
`app_cnt` bigint COMMENT 'None',
`dev_cnt` bigint COMMENT 'None',
`adid_cnt` bigint COMMENT 'None',
`cm_adid_cnt` bigint COMMENT 'None',
`act_3m_adid_cnt` bigint COMMENT 'None',
`act_1m_adid_cnt` bigint COMMENT 'None',
`svc_tp_cd` string COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "vi_sg_mis_game_sd01", "description": null, "columns": [{"name": "game_nm", "type": "string", "description": null}, {"name": "lcls_nm", "type": "string", "description": null}, {"name": "mcu", "type": "bigint", "description": null}, {"name": "cm_ucnt", "type": "bigint", "description": nul... | CREATE TABLE `bip_dw`.`vi_sg_mis_game_sd01` (
`game_nm` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`mcu` bigint COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`mm_cm_ucnt` bigint COMMENT 'None',
`tdd_ucnt` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`samt` dou... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "vi_sg_mis_game_user_sd01", "description": null, "columns": [{"name": "lcls_nm", "type": "string", "description": null}, {"name": "tdd_ucnt", "type": "bigint", "description": null}, {"name": "new_ucnt", "type": "bigint", "description": null}, {"name": "pu", "type": "bigint", "description... | CREATE TABLE `bip_dw`.`vi_sg_mis_game_user_sd01` (
`lcls_nm` string COMMENT 'None',
`tdd_ucnt` bigint COMMENT 'None',
`new_ucnt` bigint COMMENT 'None',
`pu` bigint COMMENT 'None',
`tdd_nsamt` double COMMENT 'None',
`tdd_samt` double COMMENT 'None',
`mm_cm_nsamt` double COMMENT 'None',
`m... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "bigamestct", "description": null, "columns": [{"name": "logdte", "type": "string", "description": null}, {"name": "gameid", "type": "string", "description": null}, {"name": "maxcnt", "type": "bigint", "description": null}, {"name": "maxdate", "type": "string", "description": null}, {"na... | CREATE TABLE `bip_dw`.`bigamestct` (
`logdte` string COMMENT 'None',
`gameid` string COMMENT 'None',
`maxcnt` bigint COMMENT 'None',
`maxdate` string COMMENT 'None',
`mincnt` bigint COMMENT 'None',
`sumcnt` bigint COMMENT 'None',
`chccnt` bigint COMMENT 'None',
`maxlcnt` bigint COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "db_adid_sale_d01", "description": null, "columns": [{"name": "org_cd", "type": "string", "description": null}, {"name": "adid", "type": "string", "description": null}, {"name": "sale_cnt", "type": "bigint", "description": null}, {"name": "samt", "type": "double", "description": null}, {... | CREATE TABLE `bip_dw`.`db_adid_sale_d01` (
`org_cd` string COMMENT 'None',
`adid` string COMMENT 'None',
`sale_cnt` bigint COMMENT 'None',
`samt` double COMMENT 'None',
`cupn_amt` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "db_b2b_evnt_user_d01", "description": null, "columns": [{"name": "evnt_cd", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "gmony", "type": "double", "description": null}, {"name": "endp_qty", "type": "double", "description": ... | CREATE TABLE `bip_dw`.`db_b2b_evnt_user_d01` (
`evnt_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`gmony` double COMMENT 'None',
`endp_qty` double COMMENT 'None',
`samt` double COMMENT 'None',
`enty_tcnt` bigint COMMENT 'None',
`sex_cd` string COMMENT 'None',
`age_zn_cd` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "db_coin_chag_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": "pay_tp_cd", "type": "string", "descriptio... | CREATE TABLE `bip_dw`.`db_coin_chag_hist` (
`work_hh` string COMMENT 'None',
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`pay_tp_cd` string COMMENT 'None',
`pay_mns_cd` string COMMENT 'None',
`atmt_pay_yn` string COMMENT 'None',
`st_cd` string COMMENT 'None',
`ch... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_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", "description... | CREATE TABLE `bip_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_cnt` bigin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "dc_prod_cp", "description": null, "columns": [{"name": "cpid", "type": "string", "description": null}, {"name": "inhousefg", "type": "string", "description": null}, {"name": "partitionkey", "type": "string", "description": null}]} | CREATE TABLE `bip_dw`.`dc_prod_cp` (
`cpid` string COMMENT 'None',
`inhousefg` string COMMENT 'None',
`partitionkey` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "dg_mblg_game_user_d01_for_upp", "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": "strin... | CREATE TABLE `bip_dw`.`dg_mblg_game_user_d01_for_upp` (
`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` strin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_bdki_high_rnk_game_sw01", "description": null, "columns": [{"name": "chnl_nm", "type": "string", "description": null}, {"name": "game_mode", "type": "string", "description": null}, {"name": "sumry_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "descri... | CREATE TABLE `bip_dw`.`sg_bdki_high_rnk_game_sw01` (
`chnl_nm` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`sumry_lv` bigint COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`user_pcnt` bigint COMMENT 'None',
`allin_tcnt` bigint COMMENT 'None',
`los_mony` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "bip_dw", "table": "sg_mony_chg_sd01", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "out_in_tp_cd", "type": "string", "description": null}, {"name": "mony_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "description": ... | CREATE TABLE `bip_dw`.`sg_mony_chg_sd01` (
`game_cd` string COMMENT 'None',
`out_in_tp_cd` string COMMENT 'None',
`mony_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`chg_mony` double COMMENT 'None',
`chg_cnt` bigint COMMENT 'None',
`mm_cm_ucnt` bigint COMMENT 'None',
`mm_cm_c... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_mart", "table": "gssudda_weekly_report_graph_history", "description": "매일 데이터가 적재 되며 해당일에 주차별로 전월 데이터와 비교한 데이터 차이가 집계되어있는 테이블\n사용 리포트 : https://self.game.dighty.com/dashboard/257, https://self.game.dighty.com/dashboard/258", "columns": [{"name": "type", "type": "string", "description": "집... | CREATE TABLE `mobile_gssudda_mart`.`gssudda_weekly_report_graph_history` (
`type` string COMMENT '집계 기준명',
`work_dt` timestamp COMMENT '작업 날짜 (yyyy-mm-dd hh24:mi:ss)',
`value` double COMMENT '집계 값',
`base_dt` timestamp COMMENT '비교 기준 날짜 (yyyy-mm-dd hh24:mi:ss)',
`base_ymd` string COMMENT '비교 기준 날짜 (... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_mart", "table": "gssudda_weekly_report_history", "description": "매일 데이터가 적재 되며 해당일에 전주 데이터와 비교한 데이터 차이가 집계되어있는 테이블\n사용 리포트 : https://self.game.dighty.com/dashboard/257, https://self.game.dighty.com/dashboard/258", "columns": [{"name": "work_dt", "type": "timestamp", "description": "작업 날짜 (... | CREATE TABLE `mobile_gssudda_mart`.`gssudda_weekly_report_history` (
`work_dt` timestamp COMMENT '작업 날짜 (yyyy-mm-dd hh24:mi:ss)',
`grp` string COMMENT '집계 그룹 (유통, AU, NRU, 판수, Sales)',
`type` string COMMENT '집계 기준명',
`nw` double COMMENT '당일 값',
`pt` double COMMENT 'nw/ bf-1',
`bf` double COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_mart", "table": "bip_gssudda_daily_hist_history", "description": null, "columns": [{"name": "work_dt", "type": "timestamp", "description": null}, {"name": "log_dt", "type": "string", "description": null}, {"name": "seq", "type": "string", "description": null}, {"name": "userno", "type": "st... | CREATE TABLE `mobile_gssudda_mart`.`bip_gssudda_daily_hist_history` (
`work_dt` timestamp COMMENT 'None',
`log_dt` string COMMENT 'None',
`seq` string COMMENT 'None',
`userno` string COMMENT 'None',
`game_mode` string COMMENT 'None',
`ci` string COMMENT 'None',
`game_knd_cd` bigint COMMENT '... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_mart", "table": "bip_gssudda_daily_monthly_history", "description": null, "columns": [{"name": "work_dt", "type": "timestamp", "description": null}, {"name": "v_ymd_1month_bef", "type": "string", "description": null}, {"name": "monthly_samt", "type": "double", "description": null}, {"name":... | CREATE TABLE `mobile_gssudda_mart`.`bip_gssudda_daily_monthly_history` (
`work_dt` timestamp COMMENT 'None',
`v_ymd_1month_bef` string COMMENT 'None',
`monthly_samt` double COMMENT 'None',
`monthly_pu` bigint COMMENT 'None',
`sact` bigint COMMENT 'None',
`snew_act` bigint COMMENT 'None',
`ch... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_mart", "table": "gssudda_vip_history", "description": null, "columns": [{"name": "game_no", "type": "int", "description": null}, {"name": "grade", "type": "int", "description": null}, {"name": "grade_nm", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "descriptio... | CREATE TABLE `mobile_gssudda_mart`.`gssudda_vip_history` (
`game_no` int COMMENT 'None',
`grade` int COMMENT 'None',
`grade_nm` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`in_mileage` bigint COMMENT 'None',
`out_mileage` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_mart", "table": "gssudda_weekly_report_graph_history_tmp", "description": null, "columns": [{"name": "type", "type": "string", "description": null}, {"name": "work_dt", "type": "timestamp", "description": null}, {"name": "value", "type": "double", "description": null}, {"name": "base_dt", "... | CREATE TABLE `mobile_gssudda_mart`.`gssudda_weekly_report_graph_history_tmp` (
`type` string COMMENT 'None',
`work_dt` timestamp COMMENT 'None',
`value` double COMMENT 'None',
`base_dt` timestamp COMMENT 'None',
`base_ymd` string COMMENT 'None',
`weekofthemonth` bigint COMMENT 'None',
`work_... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "mobile_gssudda_mart", "table": "pu_amt_group_sm01", "description": null, "columns": [{"name": "user_group", "type": "string", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "sum_amt", "type": "double", "description": null}, {"name": "min_amt", "type": "double", "desc... | CREATE TABLE `mobile_gssudda_mart`.`pu_amt_group_sm01` (
`user_group` string COMMENT 'None',
`pu` bigint COMMENT 'None',
`sum_amt` double COMMENT 'None',
`min_amt` double COMMENT 'None',
`max_amt` double COMMENT 'None',
`work_ym` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "sg_pc_poker_daily_user_hist", "description": null, "columns": [{"name": "work_y", "type": "string", "description": null}, {"name": "work_ymday", "type": "string", "description": null}, {"name": "usergb", "type": "string", "description": null}, {"name": "ageb", "type": "string", "... | CREATE TABLE `pc_poker_mart`.`sg_pc_poker_daily_user_hist` (
`work_y` string COMMENT 'None',
`work_ymday` string COMMENT 'None',
`usergb` string COMMENT 'None',
`ageb` string COMMENT 'None',
`sex` string COMMENT 'None',
`gradegb` string COMMENT 'None',
`pancntgb` string COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "dg_chnl_cd", "description": null, "columns": [{"name": "game_cd", "type": "string", "description": null}, {"name": "chnl_cd", "type": "string", "description": null}, {"name": "strt_ymd", "type": "string", "description": null}, {"name": "chnl_nm", "type": "string", "description": ... | CREATE TABLE `pc_poker_mart`.`dg_chnl_cd` (
`game_cd` string COMMENT 'None',
`chnl_cd` string COMMENT 'None',
`strt_ymd` string COMMENT 'None',
`chnl_nm` string COMMENT 'None',
`chnl_tp_cd` string COMMENT 'None',
`chnl_tp_nm` string COMMENT 'None',
`gameid` string COMMENT 'None',
`end_ym... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "endp_sale_history", "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", "desc... | CREATE TABLE `pc_poker_mart`.`endp_sale_history` (
`pay_chnl_cd` string COMMENT 'None',
`userid` string COMMENT 'None',
`sale_cd` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`lcls_nm` string COMMENT 'None',
`scls_nm` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "poker_shop_pay_hist", "description": null, "columns": [{"name": "log_dt", "type": "string", "description": null}, {"name": "userid", "type": "string", "description": null}, {"name": "pay_path", "type": "string", "description": null}, {"name": "prod_seq", "type": "string", "descri... | CREATE TABLE `pc_poker_mart`.`poker_shop_pay_hist` (
`log_dt` string COMMENT 'None',
`userid` string COMMENT 'None',
`pay_path` string COMMENT 'None',
`prod_seq` string COMMENT 'None',
`prod_nm` string COMMENT 'None',
`pay_amt` double COMMENT 'None',
`web_clnt_tp_cd` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "sg_po_vms_daily_sd01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "user_ip", "type": "string", "description": null}, {"name": "diff_user", "type": "string", "description": null}, {"name": "diff_ip", "type": "string", "desc... | CREATE TABLE `pc_poker_mart`.`sg_po_vms_daily_sd01` (
`userid` string COMMENT 'None',
`user_ip` string COMMENT 'None',
`diff_user` string COMMENT 'None',
`diff_ip` string COMMENT 'None',
`mv_mony` double COMMENT 'None',
`chnl_id` string COMMENT 'None',
`work_ymd` string COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "sg_po_vms_user_ip_daily_mtr", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "user_ip", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]} | CREATE TABLE `pc_poker_mart`.`sg_po_vms_user_ip_daily_mtr` (
`userid` string COMMENT 'None',
`user_ip` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "sg_potential_abnormal_user_m01", "description": null, "columns": [{"name": "id", "type": "string", "description": null}, {"name": "is_lent", "type": "string", "description": null}, {"name": "passwd_chg_cnt", "type": "bigint", "description": null}, {"name": "use_pc_room_cnt", "typ... | CREATE TABLE `pc_poker_mart`.`sg_potential_abnormal_user_m01` (
`id` string COMMENT 'None',
`is_lent` string COMMENT 'None',
`passwd_chg_cnt` bigint COMMENT 'None',
`use_pc_room_cnt` bigint COMMENT 'None',
`game_pcnt` bigint COMMENT 'None',
`win_pcnt` bigint COMMENT 'None',
`los_pcnt` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "pu_amt_group_sm01", "description": null, "columns": [{"name": "user_group", "type": "string", "description": null}, {"name": "pu", "type": "bigint", "description": null}, {"name": "sum_amt", "type": "double", "description": null}, {"name": "min_amt", "type": "double", "descriptio... | CREATE TABLE `pc_poker_mart`.`pu_amt_group_sm01` (
`user_group` string COMMENT 'None',
`pu` bigint COMMENT 'None',
`sum_amt` double COMMENT 'None',
`min_amt` double COMMENT 'None',
`max_amt` double COMMENT 'None',
`work_ym` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "sg_poker_birthdate_sd01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "birthdate", "type": "string", "description": null}, {"name": "ci", "type": "string", "description": null}, {"name": "work_ymd", "type": "string", "descr... | CREATE TABLE `pc_poker_mart`.`sg_poker_birthdate_sd01` (
`userid` string COMMENT 'None',
`birthdate` string COMMENT 'None',
`ci` string COMMENT 'None',
`work_ymd` string COMMENT 'None',
`gammoney` double COMMENT 'None',
`lentmoney` double COMMENT 'None',
`earnedmoney` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pc_poker_mart", "table": "tmp_sg_po_vms_daily_sd01", "description": null, "columns": [{"name": "userid", "type": "string", "description": null}, {"name": "user_ip", "type": "string", "description": null}, {"name": "diff_user", "type": "string", "description": null}, {"name": "diff_ip", "type": "string", "... | CREATE TABLE `pc_poker_mart`.`tmp_sg_po_vms_daily_sd01` (
`userid` string COMMENT 'None',
`user_ip` string COMMENT 'None',
`diff_user` string COMMENT 'None',
`diff_ip` string COMMENT 'None',
`mv_mony` double COMMENT 'None',
`chnl_id` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "battleresults", "description": null, "columns": [{"name": "battleresultid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "gamemode", "type": "string", "description": null}, {"name": "attackerid", "type": "string", "... | CREATE TABLE `gunsup_db`.`battleresults` (
`battleresultid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`gamemode` string COMMENT 'None',
`attackerid` string COMMENT 'None',
`opponentrequesttoken` string COMMENT 'None',
`opponentid` string COMMENT 'None',
`opponentcommandcen... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "globalcohorts", "description": null, "columns": [{"name": "globalcohortid", "type": "bigint", "description": null}, {"name": "category", "type": "int", "description": null}, {"name": "flags", "type": "int", "description": null}]} | CREATE TABLE `gunsup_db`.`globalcohorts` (
`globalcohortid` bigint COMMENT 'None',
`category` int COMMENT 'None',
`flags` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "globallookups", "description": null, "columns": [{"name": "id", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}]} | CREATE TABLE `gunsup_db`.`globallookups` (
`id` int COMMENT 'None',
`name` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "globalsocialalliances", "description": null, "columns": [{"name": "globalsocialallianceid", "type": "int", "description": null}, {"name": "allianceid", "type": "string", "description": null}, {"name": "shardid", "type": "smallint", "description": null}]} | CREATE TABLE `gunsup_db`.`globalsocialalliances` (
`globalsocialallianceid` int COMMENT 'None',
`allianceid` string COMMENT 'None',
`shardid` smallint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventorybaseevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "type"... | CREATE TABLE `gunsup_db`.`logginginventorybaseevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcategory` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventorybattleevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "typ... | CREATE TABLE `gunsup_db`.`logginginventorybattleevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp 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": "logginginventorychallengeevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "... | CREATE TABLE `gunsup_db`.`logginginventorychallengeevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcategor... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventorycraftingevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "t... | CREATE TABLE `gunsup_db`.`logginginventorycraftingevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp 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": "logginginventorygeneratorevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "... | CREATE TABLE `gunsup_db`.`logginginventorygeneratorevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcategor... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventoryleagueevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "typ... | CREATE TABLE `gunsup_db`.`logginginventoryleagueevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp 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": "logginginventorylevelupevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "ty... | CREATE TABLE `gunsup_db`.`logginginventorylevelupevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp 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": "logginginventoryparticipationevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp... | CREATE TABLE `gunsup_db`.`logginginventoryparticipationevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp 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": "logginginventoryquestevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "type... | CREATE TABLE `gunsup_db`.`logginginventoryquestevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcategory` s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventoryspecopevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "typ... | CREATE TABLE `gunsup_db`.`logginginventoryspecopevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp 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": "logginginventoryspoilsofwarevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp",... | CREATE TABLE `gunsup_db`.`logginginventoryspoilsofwarevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcateg... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventorystoreevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "type... | CREATE TABLE `gunsup_db`.`logginginventorystoreevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcategory` s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventorytleevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "type":... | CREATE TABLE `gunsup_db`.`logginginventorytleevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemcategory` str... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventoryupgradeevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsourceid", "type": "int", "description": null}, {"name": "timestamp", "ty... | CREATE TABLE `gunsup_db`.`logginginventoryupgradeevents` (
`inventoryeventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` int COMMENT 'None',
`timestamp` timestamp 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": "loggingperkassignments", "description": null, "columns": [{"name": "loggingperkassignmentid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "unititemid", ... | CREATE TABLE `gunsup_db`.`loggingperkassignments` (
`loggingperkassignmentid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`unititemid` smallint COMMENT 'None',
`perk0before` string COMMENT 'None',
`perk1before` string COMMENT 'None',
`perk2... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "profileinventory", "description": null, "columns": [{"name": "inventoryid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "itemid", "type": "smallint", "description": null}, {"name": "quantity", "type": "int", "descript... | CREATE TABLE `gunsup_db`.`profileinventory` (
`inventoryid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`itemid` smallint COMMENT 'None',
`quantity` int COMMENT 'None',
`upgradecompletetime` bigint COMMENT 'None',
`perk0` smallint COMMENT 'None',
`perk1` smallint COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "globalaccounts", "description": null, "columns": [{"name": "accountid", "type": "bigint", "description": null}, {"name": "playerid", "type": "string", "description": null}, {"name": "deviceid", "type": "string", "description": null}, {"name": "profileid", "type": "string", "descripti... | CREATE TABLE `gunsup_db`.`globalaccounts` (
`accountid` bigint COMMENT 'None',
`playerid` string COMMENT 'None',
`deviceid` string COMMENT 'None',
`profileid` string COMMENT 'None',
`shardid` smallint COMMENT 'None',
`countrycode` string COMMENT 'None',
`defaultconfigurationid` smallint COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingbattlesnapshots", "description": null, "columns": [{"name": "loggingbattlesnapshotid", "type": "bigint", "description": null}, {"name": "battleresultid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "commandc... | CREATE TABLE `gunsup_db`.`loggingbattlesnapshots` (
`loggingbattlesnapshotid` bigint COMMENT 'None',
`battleresultid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`commandcenter` tinyint COMMENT 'None',
`goldgenerator` tinyint COMMENT 'None',
`oilgenerator` tinyint COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingbuildevents", "description": null, "columns": [{"name": "eventid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventitemid", "type": "bigint", "... | CREATE TABLE `gunsup_db`.`loggingbuildevents` (
`eventid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`eventitemid` bigint COMMENT 'None',
`eventaction` string COMMENT 'None',
`commandcenterlevel` tinyint COMMENT 'None',
`previousrotation` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingfindopponentevents", "description": null, "columns": [{"name": "loggingfindopponenteventid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "opponentrequesttoken", "type": "string", "description": null}, {"name": ... | CREATE TABLE `gunsup_db`.`loggingfindopponentevents` (
`loggingfindopponenteventid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`opponentrequesttoken` string COMMENT 'None',
`opponentid` string COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`opponentcommandcenterlevel` small... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingquestevents", "description": null, "columns": [{"name": "questeventid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "questid", "type": "int", "de... | CREATE TABLE `gunsup_db`.`loggingquestevents` (
`questeventid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`questid` int COMMENT 'None',
`event` string COMMENT 'None',
`questtype` string COMMENT 'None',
`time` bigint COMMENT 'None',
`wo... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingsessionsend", "description": null, "columns": [{"name": "sessionendid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "sessionid", "type": "string", "description": null}, {"name": "profileid", "type": "string"... | CREATE TABLE `gunsup_db`.`loggingsessionsend` (
`sessionendid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`sessionid` string COMMENT 'None',
`profileid` string COMMENT 'None',
`commandcenterlevel` int COMMENT 'None',
`gold` int COMMENT 'None',
`munitions` int COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingsessionsstart", "description": null, "columns": [{"name": "sessionstartid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "sessionid", "type": "string", "description": null}, {"name": "profileid", "type": "str... | CREATE TABLE `gunsup_db`.`loggingsessionsstart` (
`sessionstartid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`sessionid` string COMMENT 'None',
`profileid` string COMMENT 'None',
`commandcenterlevel` int COMMENT 'None',
`gold` int COMMENT 'None',
`munitions` int COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingstorepurchases", "description": null, "columns": [{"name": "purchaseid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "purchaseditemid", "type": "... | CREATE TABLE `gunsup_db`.`loggingstorepurchases` (
`purchaseid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`purchaseditemid` smallint COMMENT 'None',
`iapname` string COMMENT 'None',
`purchasetime` bigint COMMENT 'None',
`previouslyinterru... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "profilebases", "description": null, "columns": [{"name": "baseid", "type": "bigint", "description": null}, {"name": "itemid", "type": "smallint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "xcoord", "type": "smallint", "description": ... | CREATE TABLE `gunsup_db`.`profilebases` (
`baseid` bigint COMMENT 'None',
`itemid` smallint COMMENT 'None',
`profileid` string COMMENT 'None',
`xcoord` smallint COMMENT 'None',
`zcoord` smallint COMMENT 'None',
`rotation` float COMMENT 'None',
`upgradecompletetime` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "profiledetails", "description": null, "columns": [{"name": "profiledetailid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "profilename", "type": "string", "description": null}, {"name": "level", "type": "int", "descri... | CREATE TABLE `gunsup_db`.`profiledetails` (
`profiledetailid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`profilename` string COMMENT 'None',
`level` int COMMENT 'None',
`experience` int COMMENT 'None',
`leagueid` bigint COMMENT 'None',
`dogtags` int COMMENT 'None',
`comma... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "profileveterans", "description": null, "columns": [{"name": "profileveteranid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "itemid", "type": "smallint", "description": null}, {"name": "lifepoints", "type": "smallint"... | CREATE TABLE `gunsup_db`.`profileveterans` (
`profileveteranid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`itemid` smallint COMMENT 'None',
`lifepoints` smallint COMMENT 'None',
`experience` float COMMENT 'None',
`playerveteranid` smallint COMMENT 'None',
`level` smallint COM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "storepackages", "description": null, "columns": [{"name": "storepackageid", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "rewardpackageid", "type": "int", "description": null}, {"name": "rewardpackageconfigname", "type": "stri... | CREATE TABLE `gunsup_db`.`storepackages` (
`storepackageid` int COMMENT 'None',
`name` string COMMENT 'None',
`rewardpackageid` int COMMENT 'None',
`rewardpackageconfigname` string COMMENT 'None',
`itemcostname` string COMMENT 'None',
`itemcostquantity` int COMMENT 'None',
`googleiapname` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "battleattackratings", "description": null, "columns": [{"name": "battleattackratingid", "type": "bigint", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "attackrating", "type": "double", "description": null}, {"name": "lastactivetime", "t... | CREATE TABLE `gunsup_db`.`battleattackratings` (
`battleattackratingid` bigint COMMENT 'None',
`profileid` string COMMENT 'None',
`attackrating` double COMMENT 'None',
`lastactivetime` bigint COMMENT 'None',
`inactive` tinyint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "globalsocialallianceseasons", "description": null, "columns": [{"name": "globalsocialallianceseasonid", "type": "int", "description": null}, {"name": "battlesstartdate", "type": "bigint", "description": null}, {"name": "battlesduration", "type": "bigint", "description": null}]} | CREATE TABLE `gunsup_db`.`globalsocialallianceseasons` (
`globalsocialallianceseasonid` int COMMENT 'None',
`battlesstartdate` bigint COMMENT 'None',
`battlesduration` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingbuildstorepurchases", "description": null, "columns": [{"name": "purchaseid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "purchaseditemid", "typ... | CREATE TABLE `gunsup_db`.`loggingbuildstorepurchases` (
`purchaseid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`purchaseditemid` smallint COMMENT 'None',
`purchasetime` bigint COMMENT 'None',
`work_ymd` bigint COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventoryannouncementevents", "description": null, "columns": [{"name": "inventoryeventid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "eventsou... | CREATE TABLE `gunsup_db`.`logginginventoryannouncementevents` (
`inventoryeventid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`eventsourceid` bigint COMMENT 'None',
`itemid` smallint COMMENT 'None',
`itemname` string COMMENT 'None',
`itemc... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "logginginventorybuildstoreevents", "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`.`logginginventorybuildstoreevents` (
`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": "socialalliancememberseasons", "description": null, "columns": [{"name": "socialalliancememberseasonid", "type": "int", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "seasonid", "type": "int", "description": null}, {"name": "allianceid", ... | CREATE TABLE `gunsup_db`.`socialalliancememberseasons` (
`socialalliancememberseasonid` int COMMENT 'None',
`profileid` string COMMENT 'None',
`seasonid` int COMMENT 'None',
`allianceid` string COMMENT 'None',
`score` float COMMENT 'None',
`attackcnt` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "socialallianceseasons", "description": null, "columns": [{"name": "socialallianceseasonid", "type": "int", "description": null}, {"name": "seasonid", "type": "int", "description": null}, {"name": "allianceid", "type": "string", "description": null}, {"name": "score", "type": "float",... | CREATE TABLE `gunsup_db`.`socialallianceseasons` (
`socialallianceseasonid` int COMMENT 'None',
`seasonid` int COMMENT 'None',
`allianceid` string COMMENT 'None',
`score` float COMMENT 'None',
`groupid` int COMMENT 'None',
`groupshardid` int COMMENT 'None',
`resultrank` int COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "globalsocialalliancedetails", "description": null, "columns": [{"name": "globalsocialalliancedetailid", "type": "int", "description": null}, {"name": "allianceid", "type": "string", "description": null}, {"name": "shardid", "type": "smallint", "description": null}, {"name": "alliance... | CREATE TABLE `gunsup_db`.`globalsocialalliancedetails` (
`globalsocialalliancedetailid` int COMMENT 'None',
`allianceid` string COMMENT 'None',
`shardid` smallint COMMENT 'None',
`alliancename` string COMMENT 'None',
`startdate` bigint COMMENT 'None',
`bulletinmessage` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "adminlookups", "description": null, "columns": [{"name": "id", "type": "int", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "mappingid", "type": "int", "description": null}, {"name": "mappingname", "type": "string", "description": null}]} | CREATE TABLE `gunsup_db`.`adminlookups` (
`id` int COMMENT 'None',
`name` string COMMENT 'None',
`mappingid` int COMMENT 'None',
`mappingname` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingbattleevents", "description": null, "columns": [{"name": "battleeventid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "battleresultid", "type": "bigint", "description": null}, {"name": "event", "type": "stri... | CREATE TABLE `gunsup_db`.`loggingbattleevents` (
`battleeventid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`battleresultid` bigint COMMENT 'None',
`event` string COMMENT 'None',
`tick` int COMMENT 'None',
`x` float COMMENT 'None',
`z` float COMMENT 'None',
`itemid` int... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "loggingtleevents", "description": null, "columns": [{"name": "tleeventid", "type": "bigint", "description": null}, {"name": "timestamp", "type": "timestamp", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "tleid", "type": "int", "descript... | CREATE TABLE `gunsup_db`.`loggingtleevents` (
`tleeventid` bigint COMMENT 'None',
`timestamp` timestamp COMMENT 'None',
`profileid` string COMMENT 'None',
`tleid` int COMMENT 'None',
`event` string COMMENT 'None',
`time` bigint COMMENT 'None',
`commandcenterlevel` int COMMENT 'None',
`mi... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "socialalliancemembers", "description": null, "columns": [{"name": "socialalliancememberid", "type": "bigint", "description": null}, {"name": "allianceid", "type": "string", "description": null}, {"name": "profileid", "type": "string", "description": null}, {"name": "alliancememberran... | CREATE TABLE `gunsup_db`.`socialalliancemembers` (
`socialalliancememberid` bigint COMMENT 'None',
`allianceid` string COMMENT 'None',
`profileid` string COMMENT 'None',
`alliancememberrank` int COMMENT 'None',
`goldmedals` int COMMENT 'None',
`silvermedals` int COMMENT 'None',
`bronzemedals... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "gunsup_db", "table": "storeoffercomponents", "description": null, "columns": [{"name": "storeoffercomponentid", "type": "int", "description": null}, {"name": "storeofferid", "type": "int", "description": null}, {"name": "storepackageid", "type": "int", "description": null}, {"name": "newgoogleiapname", "t... | CREATE TABLE `gunsup_db`.`storeoffercomponents` (
`storeoffercomponentid` int COMMENT 'None',
`storeofferid` int COMMENT 'None',
`storepackageid` int COMMENT 'None',
`newgoogleiapname` string COMMENT 'None',
`newappleiapname` string COMMENT 'None',
`costmultiplier` float COMMENT 'None',
`qua... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.