add workflow 泰克客户,dev
This commit is contained in:
parent
7f47f0c678
commit
6dccaf0df7
|
@ -23,6 +23,7 @@ insert into p10_sa.S98_S_udesk_record
|
|||
, responsible_group
|
||||
, blacklist
|
||||
, inquiry_content
|
||||
, source
|
||||
, icr_record
|
||||
, call_id
|
||||
, etl_tx_dt )
|
||||
|
@ -45,6 +46,7 @@ insert into p10_sa.S98_S_udesk_record
|
|||
, responsible_group
|
||||
, blacklist
|
||||
, inquiry_content
|
||||
, source
|
||||
, icr_record
|
||||
, call_id
|
||||
, etl_tx_dt
|
||||
|
@ -72,6 +74,7 @@ insert into p12_sfull.S98_S_udesk_record
|
|||
, responsible_group
|
||||
, blacklist
|
||||
, inquiry_content
|
||||
, source
|
||||
, icr_record
|
||||
, call_id
|
||||
, etl_tx_dt )
|
||||
|
@ -94,6 +97,7 @@ insert into p12_sfull.S98_S_udesk_record
|
|||
, responsible_group
|
||||
, blacklist
|
||||
, inquiry_content
|
||||
, source
|
||||
, icr_record
|
||||
, call_id
|
||||
, etl_tx_dt
|
||||
|
|
|
@ -18,6 +18,7 @@ CREATE FOREIGN TABLE if not exists p00_tal.S98_S_udesk_record (
|
|||
, responsible_group TEXT
|
||||
, blacklist TEXT
|
||||
, inquiry_content TEXT
|
||||
, source TEXT
|
||||
, icr_record TEXT
|
||||
, call_id TEXT
|
||||
, etl_tx_dt TIMESTAMP
|
||||
|
|
|
@ -18,6 +18,7 @@ create table if not exists p10_sa.S98_S_udesk_record (
|
|||
, responsible_group TEXT
|
||||
, blacklist TEXT
|
||||
, inquiry_content TEXT
|
||||
, source TEXT
|
||||
, icr_record TEXT
|
||||
, call_id TEXT
|
||||
, etl_tx_dt TIMESTAMP
|
||||
|
@ -41,6 +42,7 @@ create table if not exists p10_sa.S98_S_udesk_record (
|
|||
COMMENT ON COLUMN p10_sa.S98_S_udesk_record.responsible_group IS '负责组';
|
||||
COMMENT ON COLUMN p10_sa.S98_S_udesk_record.blacklist IS '是否在黑名单';
|
||||
COMMENT ON COLUMN p10_sa.S98_S_udesk_record.inquiry_content IS '咨询内容';
|
||||
COMMENT ON COLUMN p10_sa.S98_S_udesk_record.source IS '来源';
|
||||
COMMENT ON COLUMN p10_sa.S98_S_udesk_record.icr_record IS 'IVR录音';
|
||||
COMMENT ON COLUMN p10_sa.S98_S_udesk_record.call_id IS 'Call ID';
|
||||
COMMENT ON COLUMN p10_sa.S98_S_udesk_record.etl_tx_dt IS '';
|
||||
|
@ -68,6 +70,7 @@ create table if not exists p12_sfull.S98_S_udesk_record (
|
|||
, responsible_group TEXT
|
||||
, blacklist TEXT
|
||||
, inquiry_content TEXT
|
||||
, source TEXT
|
||||
, icr_record TEXT
|
||||
, call_id TEXT
|
||||
, etl_tx_dt TIMESTAMP
|
||||
|
@ -91,6 +94,7 @@ create table if not exists p12_sfull.S98_S_udesk_record (
|
|||
COMMENT ON COLUMN p12_sfull.S98_S_udesk_record.responsible_group IS '负责组';
|
||||
COMMENT ON COLUMN p12_sfull.S98_S_udesk_record.blacklist IS '是否在黑名单';
|
||||
COMMENT ON COLUMN p12_sfull.S98_S_udesk_record.inquiry_content IS '咨询内容';
|
||||
COMMENT ON COLUMN p12_sfull.S98_S_udesk_record.source IS '来源';
|
||||
COMMENT ON COLUMN p12_sfull.S98_S_udesk_record.icr_record IS 'IVR录音';
|
||||
COMMENT ON COLUMN p12_sfull.S98_S_udesk_record.call_id IS 'Call ID';
|
||||
COMMENT ON COLUMN p12_sfull.S98_S_udesk_record.etl_tx_dt IS '';
|
||||
|
|
Loading…
Reference in New Issue