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": "pb_city_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": "string",... | CREATE TABLE `pb_city_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 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_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", "description"... | CREATE TABLE `pb_city_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_cd` st... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_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", "descriptio... | CREATE TABLE `pb_city_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 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_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", "de... | CREATE TABLE `pb_city_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": "pb_city_dw", "table": "dg_pbc_casino_nft_d01", "description": null, "columns": [{"name": "account_id", "type": "bigint", "description": null}, {"name": "account_uuid", "type": "string", "description": null}, {"name": "casino_tp", "type": "string", "description": null}, {"name": "nft_id", "type": "string",... | CREATE TABLE `pb_city_dw`.`dg_pbc_casino_nft_d01` (
`account_id` bigint COMMENT 'None',
`account_uuid` string COMMENT 'None',
`casino_tp` string COMMENT 'None',
`nft_id` string COMMENT 'None',
`status` bigint COMMENT 'None',
`log_dtm` string COMMENT 'None',
`nft_grade` string COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "dg_pbc_game_marble_d01", "description": null, "columns": [{"name": "seq_id", "type": "bigint", "description": null}, {"name": "account_id", "type": "bigint", "description": null}, {"name": "account_uuid", "type": "string", "description": null}, {"name": "chip_in", "type": "bigint", ... | CREATE TABLE `pb_city_dw`.`dg_pbc_game_marble_d01` (
`seq_id` bigint COMMENT 'None',
`account_id` bigint COMMENT 'None',
`account_uuid` string COMMENT 'None',
`chip_in` bigint COMMENT 'None',
`chip_out` bigint COMMENT 'None',
`lucky_boost` double COMMENT 'None',
`user_multiplier` double COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "dg_pbc_game_showdown_d01", "description": null, "columns": [{"name": "seq_id", "type": "string", "description": null}, {"name": "account_id", "type": "bigint", "description": null}, {"name": "account_uuid", "type": "string", "description": null}, {"name": "first_bet", "type": "bigin... | CREATE TABLE `pb_city_dw`.`dg_pbc_game_showdown_d01` (
`seq_id` string COMMENT 'None',
`account_id` bigint COMMENT 'None',
`account_uuid` string COMMENT 'None',
`first_bet` bigint COMMENT 'None',
`second_bet` bigint COMMENT 'None',
`chip_in` bigint COMMENT 'None',
`win` bigint COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "dg_pbc_mony_chg_d01", "description": null, "columns": [{"name": "mony_tp", "type": "string", "description": null}, {"name": "account_id", "type": "bigint", "description": null}, {"name": "account_uuid", "type": "string", "description": null}, {"name": "casino_tp", "type": "string", ... | CREATE TABLE `pb_city_dw`.`dg_pbc_mony_chg_d01` (
`mony_tp` string COMMENT 'None',
`account_id` bigint COMMENT 'None',
`account_uuid` string COMMENT 'None',
`casino_tp` string COMMENT 'None',
`game_id` string COMMENT 'None',
`chip_tp` bigint COMMENT 'None',
`cse_tp` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "dg_pbc_mssn_d01", "description": null, "columns": [{"name": "account_id", "type": "bigint", "description": null}, {"name": "account_uuid", "type": "string", "description": null}, {"name": "prd_tp", "type": "bigint", "description": null}, {"name": "mssn_catg", "type": "bigint", "desc... | CREATE TABLE `pb_city_dw`.`dg_pbc_mssn_d01` (
`account_id` bigint COMMENT 'None',
`account_uuid` string COMMENT 'None',
`prd_tp` bigint COMMENT 'None',
`mssn_catg` bigint COMMENT 'None',
`mssn_cd` bigint COMMENT 'None',
`log_dtm` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "dg_pbc_pay_d01", "description": null, "columns": [{"name": "pay_id", "type": "bigint", "description": null}, {"name": "account_id", "type": "bigint", "description": null}, {"name": "account_uuid", "type": "string", "description": null}, {"name": "prod_tp", "type": "bigint", "descrip... | CREATE TABLE `pb_city_dw`.`dg_pbc_pay_d01` (
`pay_id` bigint COMMENT 'None',
`account_id` bigint COMMENT 'None',
`account_uuid` string COMMENT 'None',
`prod_tp` bigint COMMENT 'None',
`prod_cd` string COMMENT 'None',
`base_amt` bigint COMMENT 'None',
`more_amt` bigint COMMENT 'None',
`to... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "dg_pbc_scratch_d01", "description": null, "columns": [{"name": "scratch_id", "type": "string", "description": null}, {"name": "scratch_uuid", "type": "string", "description": null}, {"name": "account_id", "type": "bigint", "description": null}, {"name": "account_uuid", "type": "stri... | CREATE TABLE `pb_city_dw`.`dg_pbc_scratch_d01` (
`scratch_id` string COMMENT 'None',
`scratch_uuid` string COMMENT 'None',
`account_id` bigint COMMENT 'None',
`account_uuid` string COMMENT 'None',
`price` double COMMENT 'None',
`reward` bigint COMMENT 'None',
`prch_dtm` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "dg_pbc_user_d01", "description": null, "columns": [{"name": "account_id", "type": "bigint", "description": null}, {"name": "account_uuid", "type": "string", "description": null}, {"name": "gamebase_id", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "de... | CREATE TABLE `pb_city_dw`.`dg_pbc_user_d01` (
`account_id` bigint COMMENT 'None',
`account_uuid` string COMMENT 'None',
`gamebase_id` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`mket_nm` string COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`join_dtm` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "dg_pbc_user_item_d01", "description": null, "columns": [{"name": "account_id", "type": "bigint", "description": null}, {"name": "account_uuid", "type": "string", "description": null}, {"name": "item_tp", "type": "bigint", "description": null}, {"name": "cse_tp", "type": "bigint", "d... | CREATE TABLE `pb_city_dw`.`dg_pbc_user_item_d01` (
`account_id` bigint COMMENT 'None',
`account_uuid` string COMMENT 'None',
`item_tp` bigint COMMENT 'None',
`cse_tp` bigint COMMENT 'None',
`use_amt` bigint COMMENT 'None',
`get_amt` bigint COMMENT 'None',
`hld_amt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_28days_sd01", "description": null, "columns": [{"name": "pay_amt", "type": "double", "description": null}, {"name": "pay_cnt", "type": "bigint", "description": null}, {"name": "chip_in", "type": "bigint", "description": null}, {"name": "chip_out", "type": "bigint", "descripti... | CREATE TABLE `pb_city_dw`.`sg_pbc_28days_sd01` (
`pay_amt` double COMMENT 'None',
`pay_cnt` bigint COMMENT 'None',
`chip_in` bigint COMMENT 'None',
`chip_out` bigint COMMENT 'None',
`star_in` bigint COMMENT 'None',
`star_out` bigint COMMENT 'None',
`spin_cnt` bigint COMMENT 'None',
`work... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_casino_ern_sd01", "description": null, "columns": [{"name": "casino_tp", "type": "string", "description": null}, {"name": "chip", "type": "bigint", "description": null}, {"name": "star", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "descripti... | CREATE TABLE `pb_city_dw`.`sg_pbc_casino_ern_sd01` (
`casino_tp` string COMMENT 'None',
`chip` bigint COMMENT 'None',
`star` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_casino_nft_sd01", "description": null, "columns": [{"name": "casino_tp", "type": "string", "description": null}, {"name": "nft_grade", "type": "string", "description": null}, {"name": "reg_cnt", "type": "bigint", "description": null}, {"name": "rels_cnt", "type": "bigint", "d... | CREATE TABLE `pb_city_dw`.`sg_pbc_casino_nft_sd01` (
`casino_tp` string COMMENT 'None',
`nft_grade` string COMMENT 'None',
`reg_cnt` bigint COMMENT 'None',
`rels_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_game_marble_sd01", "description": null, "columns": [{"name": "chip_in", "type": "bigint", "description": null}, {"name": "chip_out", "type": "bigint", "description": null}, {"name": "play_ucnt", "type": "bigint", "description": null}, {"name": "avg_lucky", "type": "double", "... | CREATE TABLE `pb_city_dw`.`sg_pbc_game_marble_sd01` (
`chip_in` bigint COMMENT 'None',
`chip_out` bigint COMMENT 'None',
`play_ucnt` bigint COMMENT 'None',
`avg_lucky` double COMMENT 'None',
`median_chipin` bigint COMMENT 'None',
`avg_chipin` double COMMENT 'None',
`work_ymd` string COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_game_showdown_sd01", "description": null, "columns": [{"name": "chip_in", "type": "bigint", "description": null}, {"name": "chip_out", "type": "bigint", "description": null}, {"name": "play_ucnt", "type": "bigint", "description": null}, {"name": "avg_money_swag", "type": "dou... | CREATE TABLE `pb_city_dw`.`sg_pbc_game_showdown_sd01` (
`chip_in` bigint COMMENT 'None',
`chip_out` bigint COMMENT 'None',
`play_ucnt` bigint COMMENT 'None',
`avg_money_swag` double COMMENT 'None',
`median_chipin` bigint COMMENT 'None',
`avg_chipin` double COMMENT 'None',
`work_ymd` string C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_mony_chg_sd01", "description": null, "columns": [{"name": "mony_tp", "type": "string", "description": null}, {"name": "chip_tp", "type": "bigint", "description": null}, {"name": "cse_tp", "type": "bigint", "description": null}, {"name": "mony_in", "type": "bigint", "descripti... | CREATE TABLE `pb_city_dw`.`sg_pbc_mony_chg_sd01` (
`mony_tp` string COMMENT 'None',
`chip_tp` bigint COMMENT 'None',
`cse_tp` bigint COMMENT 'None',
`mony_in` bigint COMMENT 'None',
`mony_out` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_mssn_achv_sd01", "description": null, "columns": [{"name": "prd_tp", "type": "bigint", "description": null}, {"name": "mssn_catg", "type": "bigint", "description": null}, {"name": "mssn_cd", "type": "bigint", "description": null}, {"name": "mssn_achv_cnt", "type": "bigint", "... | CREATE TABLE `pb_city_dw`.`sg_pbc_mssn_achv_sd01` (
`prd_tp` bigint COMMENT 'None',
`mssn_catg` bigint COMMENT 'None',
`mssn_cd` bigint COMMENT 'None',
`mssn_achv_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": "pb_city_dw", "table": "sg_pbc_mssn_sd01", "description": null, "columns": [{"name": "prd_tp", "type": "bigint", "description": null}, {"name": "mssn_catg", "type": "bigint", "description": null}, {"name": "mssn_cd", "type": "bigint", "description": null}, {"name": "mssn_achv_ucnt", "type": "bigint", "desc... | CREATE TABLE `pb_city_dw`.`sg_pbc_mssn_sd01` (
`prd_tp` bigint COMMENT 'None',
`mssn_catg` bigint COMMENT 'None',
`mssn_cd` bigint COMMENT 'None',
`mssn_achv_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_new_pay_sd01", "description": null, "columns": [{"name": "nat_cd", "type": "string", "description": null}, {"name": "mket_nm", "type": "string", "description": null}, {"name": "prod_cd", "type": "string", "description": null}, {"name": "pu", "type": "bigint", "description": n... | CREATE TABLE `pb_city_dw`.`sg_pbc_new_pay_sd01` (
`nat_cd` string COMMENT 'None',
`mket_nm` string COMMENT 'None',
`prod_cd` string COMMENT 'None',
`pu` bigint COMMENT 'None',
`pay_amt` double COMMENT 'None',
`avg_fst_elps_dcnt` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_pay_item_sd01", "description": null, "columns": [{"name": "prod_tp", "type": "bigint", "description": null}, {"name": "prod_cd", "type": "string", "description": null}, {"name": "pay_ucnt", "type": "bigint", "description": null}, {"name": "pay_cnt", "type": "bigint", "descrip... | CREATE TABLE `pb_city_dw`.`sg_pbc_pay_item_sd01` (
`prod_tp` bigint COMMENT 'None',
`prod_cd` string COMMENT 'None',
`pay_ucnt` bigint COMMENT 'None',
`pay_cnt` bigint COMMENT 'None',
`pay_amt` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_pay_sd01", "description": null, "columns": [{"name": "nat_cd", "type": "string", "description": null}, {"name": "mket_nm", "type": "string", "description": null}, {"name": "pb_linked_yn", "type": "string", "description": null}, {"name": "nft_hld_yn", "type": "string", "descri... | CREATE TABLE `pb_city_dw`.`sg_pbc_pay_sd01` (
`nat_cd` string COMMENT 'None',
`mket_nm` string COMMENT 'None',
`pb_linked_yn` string COMMENT 'None',
`nft_hld_yn` string COMMENT 'None',
`pay_cnt` bigint COMMENT 'None',
`pay_amt` double COMMENT 'None',
`pu` bigint COMMENT 'None',
`pay_secd... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_scratch_sd01", "description": null, "columns": [{"name": "scratch_cnt", "type": "bigint", "description": null}, {"name": "scratch_ucnt", "type": "bigint", "description": null}, {"name": "reward", "type": "bigint", "description": null}, {"name": "price", "type": "double", "des... | CREATE TABLE `pb_city_dw`.`sg_pbc_scratch_sd01` (
`scratch_cnt` bigint COMMENT 'None',
`scratch_ucnt` bigint COMMENT 'None',
`reward` bigint COMMENT 'None',
`price` double COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_slot_play_sd01", "description": null, "columns": [{"name": "mode", "type": "bigint", "description": null}, {"name": "bet_level", "type": "bigint", "description": null}, {"name": "game_id", "type": "bigint", "description": null}, {"name": "chip_type", "type": "bigint", "descri... | CREATE TABLE `pb_city_dw`.`sg_pbc_slot_play_sd01` (
`mode` bigint COMMENT 'None',
`bet_level` bigint COMMENT 'None',
`game_id` bigint COMMENT 'None',
`chip_type` bigint COMMENT 'None',
`chip_in` bigint COMMENT 'None',
`chip_out` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_user_hld_sd01", "description": null, "columns": [{"name": "nft_hld_ucnt", "type": "bigint", "description": null}, {"name": "avg_hld_nft_cnt", "type": "double", "description": null}, {"name": "hld_mst_chip", "type": "bigint", "description": null}, {"name": "hld_tot_rlng_chip",... | CREATE TABLE `pb_city_dw`.`sg_pbc_user_hld_sd01` (
`nft_hld_ucnt` bigint COMMENT 'None',
`avg_hld_nft_cnt` double COMMENT 'None',
`hld_mst_chip` bigint COMMENT 'None',
`hld_tot_rlng_chip` bigint COMMENT 'None',
`hld_star` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_user_item_sd01", "description": null, "columns": [{"name": "cse_tp", "type": "bigint", "description": null}, {"name": "item_tp", "type": "bigint", "description": null}, {"name": "use_amt", "type": "bigint", "description": null}, {"name": "get_amt", "type": "bigint", "descript... | CREATE TABLE `pb_city_dw`.`sg_pbc_user_item_sd01` (
`cse_tp` bigint COMMENT 'None',
`item_tp` bigint COMMENT 'None',
`use_amt` bigint COMMENT 'None',
`get_amt` bigint COMMENT 'None',
`hld_amt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_user_lv_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "description": null}]} | CREATE TABLE `pb_city_dw`.`sg_pbc_user_lv_sd01` (
`user_lv` 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": "pb_city_dw", "table": "sg_pbc_user_sd01", "description": null, "columns": [{"name": "nat_cd", "type": "string", "description": null}, {"name": "mket_nm", "type": "string", "description": null}, {"name": "login_ucnt", "type": "bigint", "description": null}, {"name": "play_ucnt", "type": "bigint", "descript... | CREATE TABLE `pb_city_dw`.`sg_pbc_user_sd01` (
`nat_cd` string COMMENT 'None',
`mket_nm` string COMMENT 'None',
`login_ucnt` bigint COMMENT 'None',
`play_ucnt` bigint COMMENT 'None',
`nru` bigint COMMENT 'None',
`new_linked_ucnt` bigint COMMENT 'None',
`secd7_ucnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_city_dw", "table": "sg_pbc_funnel_sd01", "description": null, "columns": [{"name": "cause_type", "type": "bigint", "description": null}, {"name": "step_lv", "type": "bigint", "description": null}, {"name": "user_cnt", "type": "bigint", "description": null}, {"name": "work_ymd", "type": "string", "descr... | CREATE TABLE `pb_city_dw`.`sg_pbc_funnel_sd01` (
`cause_type` bigint COMMENT 'None',
`step_lv` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "user", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "status", "type": "string", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}, {"name": "active_date", "type": "timestamp", "descriptio... | CREATE TABLE `pb_platform_db`.`user` (
`user_id` string COMMENT 'None',
`status` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None',
`active_date` timestamp COMMENT 'None',
`mod_date` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "access_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "date", "type": "timestamp", "description": null}, {"name": "type", "type": "string", "description": null}, {"name": "user_id", "type": "string", "description": null}, ... | CREATE TABLE `pb_platform_db`.`access_log` (
`seq` bigint COMMENT 'None',
`date` timestamp COMMENT 'None',
`type` string COMMENT 'None',
`user_id` string COMMENT 'None',
`ip` string COMMENT 'None',
`country_code` string COMMENT 'None',
`user_agent` string COMMENT 'None',
`work_ymd` bigin... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "transfer_log", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "transfer_id", "type": "string", "description": null}, {"name": "user_id", "type": "string", "description": null}, {"name": "sender_name", "type": "string", "descript... | CREATE TABLE `pb_platform_db`.`transfer_log` (
`seq` bigint COMMENT 'None',
`transfer_id` string COMMENT 'None',
`user_id` string COMMENT 'None',
`sender_name` string COMMENT 'None',
`sender_addr` string COMMENT 'None',
`recipient_name` string COMMENT 'None',
`recipient_addr` string COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "user_auth", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "auth_id", "type": "string", "description": null}, {"name": "idp_code", "type": "string", "description": null}, {"name": "country_code", "type": "string", "descripti... | CREATE TABLE `pb_platform_db`.`user_auth` (
`user_id` string COMMENT 'None',
`auth_id` string COMMENT 'None',
`idp_code` string COMMENT 'None',
`country_code` string COMMENT 'None',
`reg_date` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "user_session", "description": null, "columns": [{"name": "seq", "type": "bigint", "description": null}, {"name": "user_id", "type": "string", "description": null}, {"name": "idp_code", "type": "string", "description": null}, {"name": "ip", "type": "string", "description": null},... | CREATE TABLE `pb_platform_db`.`user_session` (
`seq` bigint COMMENT 'None',
`user_id` string COMMENT 'None',
`idp_code` string COMMENT 'None',
`ip` string COMMENT 'None',
`country_code` string COMMENT 'None',
`device_class` string COMMENT 'None',
`device` string COMMENT 'None',
`os` stri... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "user_wallet", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "name", "type": "string", "description": null}, {"name": "address", "type": "string", "description": null}, {"name": "recovery", "type": "string", "description": n... | CREATE TABLE `pb_platform_db`.`user_wallet` (
`user_id` string COMMENT 'None',
`name` string COMMENT 'None',
`address` string COMMENT 'None',
`recovery` string COMMENT 'None',
`iv` string COMMENT 'None',
`mnemonic` string COMMENT 'None',
`name_date` timestamp COMMENT 'None',
`address_dat... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "user_withdrawal", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "grace_period", "type": "timestamp", "description": null}, {"name": "reg_date", "type": "timestamp", "description": null}]} | CREATE TABLE `pb_platform_db`.`user_withdrawal` (
`user_id` string COMMENT 'None',
`grace_period` timestamp COMMENT 'None',
`reg_date` timestamp COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_address_nft_latest_balance", "description": null, "columns": [{"name": "amount", "type": "double", "description": null}, {"name": "block_number", "type": "int", "description": null}, {"name": "block_timestamp", "type": "int", "description": null}, {"name": "chain", "type": "... | CREATE TABLE `pb_platform_db`.`sui_address_nft_latest_balance` (
`amount` double COMMENT 'None',
`block_number` int COMMENT 'None',
`block_timestamp` int COMMENT 'None',
`chain` string COMMENT 'None',
`collection_contract_address` string COMMENT 'None',
`nft_token_id` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_address_token_latest_balance", "description": null, "columns": [{"name": "amount", "type": "double", "description": null}, {"name": "amount_raw", "type": "string", "description": null}, {"name": "block_number", "type": "int", "description": null}, {"name": "chain", "type": "... | CREATE TABLE `pb_platform_db`.`sui_address_token_latest_balance` (
`amount` double COMMENT 'None',
`amount_raw` string COMMENT 'None',
`block_number` int COMMENT 'None',
`chain` string COMMENT 'None',
`token_address` string COMMENT 'None',
`token_symbol` string COMMENT 'None',
`updated_at` i... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_asset_flow", "description": null, "columns": [{"name": "address", "type": "string", "description": null}, {"name": "hash", "type": "string", "description": null}, {"name": "index", "type": "string", "description": null}, {"name": "internal_index", "type": "string", "descript... | CREATE TABLE `pb_platform_db`.`sui_asset_flow` (
`address` string COMMENT 'None',
`hash` string COMMENT 'None',
`index` string COMMENT 'None',
`internal_index` string COMMENT 'None',
`block_timestamp` int COMMENT 'None',
`asset_address` string COMMENT 'None',
`nft_token_id` string COMMENT 'N... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_balance_change_history", "description": null, "columns": [{"name": "transaction_block_digest", "type": "string", "description": null}, {"name": "checkpoint", "type": "bigint", "description": null}, {"name": "time_stamp", "type": "int", "description": null}, {"name": "address... | CREATE TABLE `pb_platform_db`.`sui_balance_change_history` (
`transaction_block_digest` string COMMENT 'None',
`checkpoint` bigint COMMENT 'None',
`time_stamp` int COMMENT 'None',
`address` string COMMENT 'None',
`coin_type` string COMMENT 'None',
`amount` double COMMENT 'None',
`work_ymd` b... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_nft_collection_info", "description": null, "columns": [{"name": "chain", "type": "string", "description": null}, {"name": "collection_slug", "type": "string", "description": null}, {"name": "contract_address", "type": "string", "description": null}, {"name": "collection_name... | CREATE TABLE `pb_platform_db`.`sui_nft_collection_info` (
`chain` string COMMENT 'None',
`collection_slug` string COMMENT 'None',
`contract_address` string COMMENT 'None',
`collection_name` string COMMENT 'None',
`logo` string COMMENT 'None',
`standard` string COMMENT 'None',
`total_supply` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_nft_transactions", "description": null, "columns": [{"name": "chain", "type": "string", "description": null}, {"name": "collection_contract_address", "type": "string", "description": null}, {"name": "block_number", "type": "bigint", "description": null}, {"name": "transactio... | CREATE TABLE `pb_platform_db`.`sui_nft_transactions` (
`chain` string COMMENT 'None',
`collection_contract_address` string COMMENT 'None',
`block_number` bigint COMMENT 'None',
`transaction_hash` string COMMENT 'None',
`log_index` string COMMENT 'None',
`internal_index` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_nft_transfers", "description": null, "columns": [{"name": "block_timestamp", "type": "double", "description": null}, {"name": "block_number", "type": "bigint", "description": null}, {"name": "transaction_hash", "type": "string", "description": null}, {"name": "log_index", "t... | CREATE TABLE `pb_platform_db`.`sui_nft_transfers` (
`block_timestamp` double COMMENT 'None',
`block_number` bigint COMMENT 'None',
`transaction_hash` string COMMENT 'None',
`log_index` string COMMENT 'None',
`collection_contract_address` string COMMENT 'None',
`from_address` string COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_object_change_history", "description": null, "columns": [{"name": "transaction_block_digest", "type": "string", "description": null}, {"name": "checkpoint", "type": "bigint", "description": null}, {"name": "time_stamp", "type": "int", "description": null}, {"name": "sender",... | CREATE TABLE `pb_platform_db`.`sui_object_change_history` (
`transaction_block_digest` string COMMENT 'None',
`checkpoint` bigint COMMENT 'None',
`time_stamp` int COMMENT 'None',
`sender` string COMMENT 'None',
`owner_type` string COMMENT 'None',
`owner_address` string COMMENT 'None',
`share... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_token_info", "description": null, "columns": [{"name": "chain", "type": "string", "description": null}, {"name": "token_slug", "type": "string", "description": null}, {"name": "token_address", "type": "string", "description": null}, {"name": "token_symbol", "type": "string",... | CREATE TABLE `pb_platform_db`.`sui_token_info` (
`chain` string COMMENT 'None',
`token_slug` string COMMENT 'None',
`token_address` string COMMENT 'None',
`token_symbol` string COMMENT 'None',
`decimals` bigint COMMENT 'None',
`token_name` string COMMENT 'None',
`protocol_slug` string COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_token_transfers", "description": null, "columns": [{"name": "transaction_hash", "type": "string", "description": null}, {"name": "block_number", "type": "bigint", "description": null}, {"name": "block_hash", "type": "string", "description": null}, {"name": "block_timestamp",... | CREATE TABLE `pb_platform_db`.`sui_token_transfers` (
`transaction_hash` string COMMENT 'None',
`block_number` bigint COMMENT 'None',
`block_hash` string COMMENT 'None',
`block_timestamp` int COMMENT 'None',
`log_index` int COMMENT 'None',
`from_address` string COMMENT 'None',
`to_address` s... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "sui_transaction_blocks", "description": null, "columns": [{"name": "digest", "type": "string", "description": null}, {"name": "timestamp", "type": "int", "description": null}, {"name": "payment", "type": "string", "description": null}, {"name": "gas_owner", "type": "string", "de... | CREATE TABLE `pb_platform_db`.`sui_transaction_blocks` (
`digest` string COMMENT 'None',
`timestamp` int COMMENT 'None',
`payment` string COMMENT 'None',
`gas_owner` string COMMENT 'None',
`price` bigint COMMENT 'None',
`budget` double COMMENT 'None',
`sender` string COMMENT 'None',
`tra... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_db", "table": "token_daily_stats", "description": null, "columns": [{"name": "on_date", "type": "int", "description": null}, {"name": "token_slug", "type": "string", "description": null}, {"name": "protocol_slug", "type": "string", "description": null}, {"name": "token_symbol", "type": "string... | CREATE TABLE `pb_platform_db`.`token_daily_stats` (
`on_date` int COMMENT 'None',
`token_slug` string COMMENT 'None',
`protocol_slug` string COMMENT 'None',
`token_symbol` string COMMENT 'None',
`token_name` string COMMENT 'None',
`price` double COMMENT 'None',
`high` double COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_dw", "table": "dg_pbp_user_d01", "description": null, "columns": [{"name": "user_id", "type": "string", "description": null}, {"name": "status", "type": "string", "description": "A : 활성 (Active) / PR : 가입대기 (Pending Registration) / D : 탈퇴 (Deletion) / PD : 탈퇴 대기 (pending Deletion) / S : 정지 (Su... | CREATE TABLE `pb_platform_dw`.`dg_pbp_user_d01` (
`user_id` string COMMENT 'None',
`status` string COMMENT 'A : 활성 (Active) / PR : 가입대기 (Pending Registration) / D : 탈퇴 (Deletion) / PD : 탈퇴 대기 (pending Deletion) / S : 정지 (Suspended)',
`join_date` string COMMENT 'None',
`join_prd_cd` string COMMENT 'None'... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_dw", "table": "sg_pbp_cntu_sd01", "description": "해당 테이블 집계 시 유저 상태 : 'PR'(가입 대기)는 제외\ndd_user_cyc 는 90까지 집계함.", "columns": [{"name": "strt_ymd", "type": "string", "description": null}, {"name": "idp_code", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "descripti... | CREATE TABLE `pb_platform_dw`.`sg_pbp_cntu_sd01` (
`strt_ymd` string COMMENT 'None',
`idp_code` string COMMENT 'None',
`nat_cd` string COMMENT 'NHN : 내부 IP 접속 유저',
`dd_user_cyc` bigint COMMENT 'None',
`dd_ucnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "pb_platform_dw", "table": "sg_pbp_user_sd01", "description": null, "columns": [{"name": "idp_code", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": "NHN : 내부 IP 유저 / 주요 지표 집계시 제외"}, {"name": "cm_ucnt", "type": "bigint", "description": "이용자 수 집계시 유저상태(Status) \"가... | CREATE TABLE `pb_platform_dw`.`sg_pbp_user_sd01` (
`idp_code` string COMMENT 'None',
`nat_cd` string COMMENT 'NHN : 내부 IP 유저 / 주요 지표 집계시 제외',
`cm_ucnt` bigint COMMENT '이용자 수 집계시 유저상태(Status) "가입 대기(PR)" 및 "탈퇴(D)" 제외 후 집계됨.
이하 접속 이용자 수 동일 적용',
`dau` bigint COMMENT 'None',
`new_join_cnt` bigint COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_guild_info_d01", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_lv", "type": "bigint", "description": null}, {"name": "guild_exp", "type": "bigint", "description": null}, {"name": "guild_nm", "type": "string... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_guild_info_d01` (
`guild_id` bigint COMMENT 'None',
`guild_lv` bigint COMMENT 'None',
`guild_exp` bigint COMMENT 'None',
`guild_nm` string COMMENT 'None',
`create_time` string COMMENT 'None',
`close_time` string COMMENT 'None',
`join_type` bigint COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_guild_mony_chg_d01", "description": null, "columns": [{"name": "mony_type", "type": "string", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_lv", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint"... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_guild_mony_chg_d01` (
`mony_type` string COMMENT 'None',
`guild_id` bigint COMMENT 'None',
`guild_lv` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`rsn_no` bigint COMMENT 'None',
`mony_amt` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_guild_user_d01", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "auth", "type": "bigint", "description": null}, {"name": "join_time", "type": "string", "descr... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_guild_user_d01` (
`guild_id` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`auth` bigint COMMENT 'None',
`join_time` string COMMENT 'None',
`attendance_time` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_item_chg_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "item_chg_type", "type": "bigint", "description": null}, {"name": "item_type_no", "type": "bigint... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_item_chg_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`item_chg_type` bigint COMMENT 'None',
`item_type_no` bigint COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`item_cnt` bigint COMMENT 'None',
`item_instanceno` bigint COMM... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_item_hld_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "string", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "item_type_no", "type": "bigint", "desc... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_item_hld_d01` (
`uid` bigint COMMENT 'None',
`gbuid` string COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`item_type_no` bigint COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`item_hld_cnt` bigint COMMENT 'None',
`update_time` string COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_mony_chg_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "pay_type", "type": "string", "description": null}, {"name": "mony_type", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "descri... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_mony_chg_d01` (
`uid` bigint COMMENT 'None',
`pay_type` string COMMENT 'None',
`mony_type` string COMMENT 'None',
`tp_cd` string COMMENT 'None',
`rsn_no` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`mony_amt` bigint COMMENT 'None',
`att... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_social_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "uid_friend", "type": "bigint", "description": null}, {"name": "act_type", "type": "bigint", "descr... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_social_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`uid_friend` bigint COMMENT 'None',
`act_type` bigint COMMENT 'None',
`reg_time` string COMMENT 'None',
`req_time` string COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_timecapsule_hld_d01", "description": null, "columns": [{"name": "idx", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "typeno", "type": "bigint", "description": null}, {"name": "itemserialno", "type": "bigint", "... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_timecapsule_hld_d01` (
`idx` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`typeno` bigint COMMENT 'None',
`itemserialno` bigint COMMENT 'None',
`endtime` string COMMENT 'None',
`cnt` bigint COMMENT 'None',
`reg_time` string COMMENT 'None',
`... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_user_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "string", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "experience", "type": "bigint", "descriptio... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_user_d01` (
`uid` bigint COMMENT 'None',
`gbuid` string COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`experience` bigint COMMENT 'None',
`nickname` string COMMENT 'None',
`wprcon_son` bigint COMMENT 'None',
`holywpr_cnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_wooparoo_chg_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "rsn_no", "type": "bigint", "description": null}, {"name": "wpr_lv", "type": "bigint", "descr... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_wooparoo_chg_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`rsn_no` bigint COMMENT 'None',
`wpr_lv` bigint COMMENT 'None',
`wpr_instanceno` bigint COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`wpr_habitat_instanceno` bigint C... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_wooparoo_hld_d01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "wpr_instanceno", "type": "bigint", "description": null}, {"name": "wpr_sno", "type": "bigint... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_wooparoo_hld_d01` (
`user_lv` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`wpr_instanceno` bigint COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`wpr_building_typeno` bigint COMMENT 'None',
`wpr_building_instanceno` bigint COMMENT 'None',
`wp... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_ad_sd01", "description": null, "columns": [{"name": "play_dau", "type": "bigint", "description": null}, {"name": "free_pass_cd", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "ad_dau", "type": "bigint", "desc... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_ad_sd01` (
`play_dau` bigint COMMENT 'None',
`free_pass_cd` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`ad_dau` bigint COMMENT 'None',
`ad_cmpl` bigint COMMENT 'None',
`view_cnt` bigint COMMENT 'None',
`view_cmpl` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_dim_crystal_hld_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "pay_cd", "type": "string", "description": null}, {"name": "item_sno", "type": "bigint", "description": null}, {"name": "lst_game_prd_cd", "type"... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_dim_crystal_hld_sd01` (
`user_lv` bigint COMMENT 'None',
`pay_cd` string COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`lst_game_prd_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`hld_cnt` bigint COMMENT 'None',
`work_ymd` string COMME... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_dim_wooparoo_sd01", "description": null, "columns": [{"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "step", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "lst_game_prd_cd", "type": "str... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_dim_wooparoo_sd01` (
`wpr_sno` bigint COMMENT 'None',
`step` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`lst_game_prd_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`wpr_amt` bigint COMMENT 'None',... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_frnd_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "frnd_cnt_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "acc_frnd_cnt", "type": "bigint",... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_frnd_sd01` (
`user_lv` bigint COMMENT 'None',
`frnd_cnt_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`acc_frnd_cnt` bigint COMMENT 'None',
`frnd_cnt` bigint COMMENT 'None',
`cross_frnd_cnt` bigint COMMENT 'None',
`one_way_frnd_cnt` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_game_league_sd01", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "avg_lv", "type": "bigint", "description": null}, {"name": "season_ucnt", "type": "bigint",... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_game_league_sd01` (
`season` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`avg_lv` bigint COMMENT 'None',
`season_ucnt` bigint COMMENT 'None',
`ply_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_game_pve_sd01", "description": null, "columns": [{"name": "stage_seq", "type": "bigint", "description": null}, {"name": "quest_seq", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", ... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_game_pve_sd01` (
`stage_seq` bigint COMMENT 'None',
`quest_seq` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`play_cnt` bigint COMMENT 'None',
`clear_cnt` bigint COMMENT 'None',
`user_cnt` bigint COMMENT 'None... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_game_pvp_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "ucnt", "type": "bigint", "description": null}, {"name": "ply_cnt", "type": "bigint", "descri... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_game_pvp_sd01` (
`user_lv` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`ply_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_guild_mony_chg_sd01", "description": null, "columns": [{"name": "mony_type", "type": "string", "description": null}, {"name": "guild_lv", "type": "bigint", "description": null}, {"name": "guild_id", "type": "bigint", "description": null}, {"name": "tp_cd", "type": "stri... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_guild_mony_chg_sd01` (
`mony_type` string COMMENT 'None',
`guild_lv` bigint COMMENT 'None',
`guild_id` bigint COMMENT 'None',
`tp_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`mony_amt` bigint COMMENT 'None',
`chg_cnt` bigint COMMENT 'Non... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_guild_sd01", "description": null, "columns": [{"name": "guild_level", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "tot_guild_cnt", "type": "bigint", "description": null}, {"name": "new_guild_cnt", "type": "... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_guild_sd01` (
`guild_level` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`tot_guild_cnt` bigint COMMENT 'None',
`new_guild_cnt` bigint COMMENT 'None',
`del_guild_cnt` bigint COMMENT 'None',
`guild_new_user_cnt` bigint COMMENT 'None',
`tot_gui... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_guild_user_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "nru", "type": "bigint", "description": null}, {"name": "dau", "type": "bigint", "descripti... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_guild_user_sd01` (
`user_lv` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`nru` bigint COMMENT 'None',
`dau` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_item_chg_sd01", "description": null, "columns": [{"name": "item_chg_type", "type": "bigint", "description": null}, {"name": "item_type_no", "type": "bigint", "description": null}, {"name": "item_sno", "type": "bigint", "description": null}, {"name": "user_lv", "type": "... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_item_chg_sd01` (
`item_chg_type` bigint COMMENT 'None',
`item_type_no` bigint COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`ucnt` bigint COMMENT 'None',
`item_chg_cnt` bigint COMMENT... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_item_hld_sd01", "description": null, "columns": [{"name": "item_type_no", "type": "bigint", "description": null}, {"name": "item_sno", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string"... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_item_hld_sd01` (
`item_type_no` bigint COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`item_hld_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_mony_chg_sd01", "description": null, "columns": [{"name": "pay_type", "type": "string", "description": null}, {"name": "mony_type", "type": "string", "description": null}, {"name": "tp_cd", "type": "string", "description": null}, {"name": "rsn_no", "type": "bigint", "de... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_mony_chg_sd01` (
`pay_type` string COMMENT 'None',
`mony_type` string COMMENT 'None',
`tp_cd` string COMMENT 'None',
`rsn_no` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`attr_1` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`c... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_mony_hld_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "pay_type", "type": "string", "description": null}, {"name": "lst_game_prd_cd", "type": "string", "description": null}, {"name": "nat_cd", "type": "stri... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_mony_hld_sd01` (
`user_lv` bigint COMMENT 'None',
`pay_type` string COMMENT 'None',
`lst_game_prd_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`mana` bigint COMMENT 'None',
`gem` bigint COMMENT 'None',
`food` bigint COMMENT 'None',
`e... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_social_sd01", "description": null, "columns": [{"name": "user_lv", "type": "bigint", "description": null}, {"name": "act_type", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "act_cnt", "type": "bigint", "desc... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_social_sd01` (
`user_lv` bigint COMMENT 'None',
`act_type` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`act_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_timecapsule_hld_sd01", "description": null, "columns": [{"name": "itemserialno", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "timecapsule_cnt", "t... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_timecapsule_hld_sd01` (
`itemserialno` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`timecapsule_cnt` bigint COMMENT 'None',
`work_ymd` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_user_sd01", "description": null, "columns": [{"name": "mket_nm", "type": "string", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "nat_cd", "type": "string", "description": null}, {"name": "cm_ucnt", "type": "bigint", "descrip... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_user_sd01` (
`mket_nm` string COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`nat_cd` string COMMENT 'None',
`cm_ucnt` bigint COMMENT 'None',
`dau` bigint COMMENT 'None',
`new_join_cnt` bigint COMMENT 'None',
`act_ucnt` bigint COMMENT 'None',
`wk... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_wooparoo_chg_sd01", "description": null, "columns": [{"name": "category_type", "type": "string", "description": null}, {"name": "galaxy_yn", "type": "string", "description": null}, {"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "wpr_grade_lv", "typ... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_wooparoo_chg_sd01` (
`category_type` string COMMENT 'None',
`galaxy_yn` string COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`wpr_grade_lv` bigint COMMENT 'None',
`rsn_no` bigint COMMENT 'None',
`wpr_lv` bigint COMMENT 'None',
`nat_cd` string COMMEN... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "sg_wprg_wooparoo_hld_sd01", "description": null, "columns": [{"name": "galaxy_yn", "type": "string", "description": null}, {"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "wpr_grade_lv", "type": "bigint", "description": null}, {"name": "wpr_lv", "type": "bi... | CREATE TABLE `wprg_odyssey_dw`.`sg_wprg_wooparoo_hld_sd01` (
`galaxy_yn` string COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`wpr_grade_lv` bigint COMMENT 'None',
`wpr_lv` bigint COMMENT 'None',
`lst_game_prd_cd` string COMMENT 'None',
`nat_cd` string COMMENT 'None',
`wpr_hld_cnt` bigint... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dc_wprg_arena_season_mtr", "description": null, "columns": [{"name": "season", "type": "bigint", "description": null}, {"name": "start_time", "type": "string", "description": null}, {"name": "end_time", "type": "string", "description": null}, {"name": "reg_time", "type": "strin... | CREATE TABLE `wprg_odyssey_dw`.`dc_wprg_arena_season_mtr` (
`season` bigint COMMENT 'None',
`start_time` string COMMENT 'None',
`end_time` string COMMENT 'None',
`reg_time` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dc_wprg_name_mtr", "description": null, "columns": [{"name": "type_no", "type": "bigint", "description": null}, {"name": "type_sno", "type": "bigint", "description": null}, {"name": "type_nm", "type": "string", "description": null}]} | CREATE TABLE `wprg_odyssey_dw`.`dc_wprg_name_mtr` (
`type_no` bigint COMMENT 'None',
`type_sno` bigint COMMENT 'None',
`type_nm` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dc_wprg_rsn_mtr", "description": null, "columns": [{"name": "rsn_no", "type": "bigint", "description": null}, {"name": "rsn_nm", "type": "string", "description": null}]} | CREATE TABLE `wprg_odyssey_dw`.`dc_wprg_rsn_mtr` (
`rsn_no` bigint COMMENT 'None',
`rsn_nm` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dc_wprg_type_dtl_mtr", "description": null, "columns": [{"name": "type_no", "type": "bigint", "description": null}, {"name": "type_nm", "type": "string", "description": null}]} | CREATE TABLE `wprg_odyssey_dw`.`dc_wprg_type_dtl_mtr` (
`type_no` bigint COMMENT 'None',
`type_nm` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dc_wprg_wooparoo_mtr", "description": null, "columns": [{"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "wpr_nm", "type": "string", "description": null}, {"name": "wpr_attr1", "type": "string", "description": null}, {"name": "wpr_attr2", "type": "string", "... | CREATE TABLE `wprg_odyssey_dw`.`dc_wprg_wooparoo_mtr` (
`wpr_sno` bigint COMMENT 'None',
`wpr_nm` string COMMENT 'None',
`wpr_attr1` string COMMENT 'None',
`wpr_attr2` string COMMENT 'None',
`wpr_attr3` string COMMENT 'None'
); |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_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": "str... | CREATE TABLE `wprg_odyssey_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 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_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", "descrip... | CREATE TABLE `wprg_odyssey_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_c... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_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", "descr... | CREATE TABLE `wprg_odyssey_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 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_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 `wprg_odyssey_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": "wprg_odyssey_dw", "table": "dg_wprg_ad_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "ad_type", "type": "bigint", "description": null}, {"name": "start_time", "type": "string", "descriptio... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_ad_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`ad_type` bigint COMMENT 'None',
`start_time` string COMMENT 'None',
`reward_time` string COMMENT 'None',
`typeno` bigint COMMENT 'None',
`sno` bigint COMMENT 'None',
`instno` ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_dim_crystal_hld_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "string", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "type_no", "type": "bigint", "de... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_dim_crystal_hld_d01` (
`uid` bigint COMMENT 'None',
`gbuid` string COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`type_no` bigint COMMENT 'None',
`item_sno` bigint COMMENT 'None',
`cnt` bigint COMMENT 'None',
`bought_cnt` bigint COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_dim_wooparoo_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "gbuid", "type": "string", "description": null}, {"name": "wpr_sno", "type": "bigint", "description": null}, {"name": "step", "type": "bigint", "descript... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_dim_wooparoo_d01` (
`uid` bigint COMMENT 'None',
`gbuid` string COMMENT 'None',
`wpr_sno` bigint COMMENT 'None',
`step` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`experience` bigint COMMENT 'None',
`reg_time` string COMMENT 'None',
`u... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_frnd_d01", "description": null, "columns": [{"name": "rel_type", "type": "string", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "rel_uid", "type": "bigint", "descriptio... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_frnd_d01` (
`rel_type` string COMMENT 'None',
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`rel_uid` bigint COMMENT 'None',
`follow_time` string COMMENT 'None',
`reqmate_time` string COMMENT 'None',
`friendmate_time` string COMMENT 'No... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_game_pve_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "description": null}, {"name": "quest_seq", "type": "bigint", "description": null}, {"name": "stage_seq", "type": "bigint", "des... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_game_pve_d01` (
`uid` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`quest_seq` bigint COMMENT 'None',
`stage_seq` bigint COMMENT 'None',
`create_time` string COMMENT 'None',
`result_time` string COMMENT 'None',
`battle_state` bigint COMMENT ... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_game_pvp_d01", "description": null, "columns": [{"name": "uid", "type": "bigint", "description": null}, {"name": "season", "type": "bigint", "description": null}, {"name": "league", "type": "bigint", "description": null}, {"name": "user_lv", "type": "bigint", "descripti... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_game_pvp_d01` (
`uid` bigint COMMENT 'None',
`season` bigint COMMENT 'None',
`league` bigint COMMENT 'None',
`user_lv` bigint COMMENT 'None',
`uid_enemy` bigint COMMENT 'None',
`create_time` string COMMENT 'None',
`result_time` string COMMENT 'None',
... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_dw", "table": "dg_wprg_guild_hist", "description": null, "columns": [{"name": "guild_id", "type": "bigint", "description": null}, {"name": "guild_level", "type": "bigint", "description": null}, {"name": "uid", "type": "bigint", "description": null}, {"name": "level", "type": "bigint", "descri... | CREATE TABLE `wprg_odyssey_dw`.`dg_wprg_guild_hist` (
`guild_id` bigint COMMENT 'None',
`guild_level` bigint COMMENT 'None',
`uid` bigint COMMENT 'None',
`level` bigint COMMENT 'None',
`reason` bigint COMMENT 'None',
`time` string COMMENT 'None',
`regtime` string COMMENT 'None',
`work_ym... |
Write a SQL CREATE TABLE script based on the given schema information. | {"database": "wprg_odyssey_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", "de... | CREATE TABLE `wprg_odyssey_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 'No... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.