| CREATE TABLE IF NOT EXISTS internal_platform_db.log_16159 ( |
| `ds` STRING COMMENT 'NoComment', |
| `logid_` BIGINT COMMENT 'NoComment', |
| `protocolversion_` BIGINT COMMENT 'NoComment', |
| `user_id_` BIGINT COMMENT 'NoComment', |
| `ifsuccess_` BIGINT COMMENT 'NoComment', |
| `device_` BIGINT COMMENT 'NoComment', |
| `clientversion_` BIGINT COMMENT 'NoComment', |
| `clientip_` BIGINT COMMENT 'NoComment', |
| `agentip_` BIGINT COMMENT 'NoComment', |
| `timestamp_` BIGINT COMMENT 'NoComment', |
| `expandcol1_` BIGINT COMMENT 'NoComment', |
| `expandcol2_` BIGINT COMMENT 'NoComment', |
| `clientipv6_` STRING COMMENT 'NoComment', |
| `auditid_` BIGINT COMMENT 'NoComment', |
| `audittime_` BIGINT COMMENT 'NoComment', |
| `createtime_` BIGINT COMMENT 'NoComment', |
| `functype_` BIGINT COMMENT 'NoComment', |
| `operator_` STRING COMMENT 'NoComment', |
| `reason_` STRING COMMENT 'NoComment', |
| `receiptor_` STRING COMMENT 'NoComment', |
| `remark_` STRING COMMENT 'NoComment', |
| `status_` BIGINT COMMENT 'NoComment', |
| `uniqueauditid_` BIGINT COMMENT 'NoComment', |
| `resultinfo_` STRING COMMENT 'NoComment', |
| `othercol1_` STRING COMMENT 'NoComment', |
| `othercol2_` STRING COMMENT 'NoComment', |
| `othercol3_` STRING COMMENT 'NoComment', |
| `actiontype_` BIGINT COMMENT 'NoComment', |
| `strategyid_` BIGINT COMMENT 'NoComment', |
| `taginfo_` STRING COMMENT 'NoComment', |
| `providerid_` STRING COMMENT 'NoComment', |
| `orderid_` STRING COMMENT 'NoComment', |
| `receivetime_` BIGINT COMMENT 'NoComment', |
| `othercol4_` STRING COMMENT 'NoComment', |
| `othercol5_` STRING COMMENT 'NoComment', |
| `othercol6_` STRING COMMENT 'NoComment', |
| `othercol7_` STRING COMMENT 'NoComment', |
| `othercol8_` STRING COMMENT 'NoComment', |
| `othercol9_` STRING COMMENT 'NoComment', |
| `othercol10_` STRING COMMENT 'NoComment', |
| `othercol11_` STRING COMMENT 'NoComment', |
| `queue_label_` BIGINT COMMENT 'NoComment', |
| `queue_score_` BIGINT COMMENT 'NoComment', |
| `qc_unique_audit_id_` BIGINT COMMENT 'NoComment', |
| `othercol12_` STRING COMMENT 'NoComment', |
| `othercol13_` STRING COMMENT 'NoComment', |
| `othercol14_` STRING COMMENT 'NoComment', |
| `othercol15_` STRING COMMENT 'NoComment', |
| `othercol16_` STRING COMMENT 'NoComment' |
| ) STORED AS ORC; |
|
|