Commit 36b27fad authored by dong.wang@52ydwf.com's avatar dong.wang@52ydwf.com

初始化9

parent d395acec
...@@ -12,6 +12,6 @@ create table db_ifrs17hengan.hasource_ext_qmsjtzsy ...@@ -12,6 +12,6 @@ create table db_ifrs17hengan.hasource_ext_qmsjtzsy
IFIE_UI_PL varchar(64) null comment '期末_实际_UI投资收益_PL部分', IFIE_UI_PL varchar(64) null comment '期末_实际_UI投资收益_PL部分',
IFIE_UI_OCI varchar(64) null comment '期末_实际_UI投资收益_OCI部分' IFIE_UI_OCI varchar(64) null comment '期末_实际_UI投资收益_OCI部分'
) comment '理赔数据_团险' charset = utf8mb3; ) comment '期末实际投资收益合同组原子指标' charset = utf8mb3;
...@@ -12,6 +12,6 @@ create table db_ifrs17hengan.hasource_ext_concatinfo ...@@ -12,6 +12,6 @@ create table db_ifrs17hengan.hasource_ext_concatinfo
PROFIT_LOSS_FLAG varchar(64) null comment '盈亏 || 亏损组 盈利组 厚利组 ', PROFIT_LOSS_FLAG varchar(64) null comment '盈亏 || 亏损组 盈利组 厚利组 ',
METHOD varchar(64) null comment '过渡方法 || FVA MRA' METHOD varchar(64) null comment '过渡方法 || FVA MRA'
) )
comment '法定准备金数据' charset = utf8mb3; comment '合同分组基本信息' charset = utf8mb3;
...@@ -5,6 +5,6 @@ create table db_ifrs17hengan.hasource_ext_cs ...@@ -5,6 +5,6 @@ create table db_ifrs17hengan.hasource_ext_cs
CS_ITEM varchar(64) not null comment '待分摊项|| 获取费用 维持费用', CS_ITEM varchar(64) not null comment '待分摊项|| 获取费用 维持费用',
CS_AMONT decimal(18, 4) null comment '待分摊项金额' CS_AMONT decimal(18, 4) null comment '待分摊项金额'
) )
comment '理赔数据_团险' charset = utf8mb3; comment '待分摊费用获取费用&维护费用' charset = utf8mb3;
...@@ -5,6 +5,6 @@ create table db_ifrs17hengan.hasource_ext_incurred ...@@ -5,6 +5,6 @@ create table db_ifrs17hengan.hasource_ext_incurred
N_PRDCODE varchar(64) not null comment '产品代码', N_PRDCODE varchar(64) not null comment '产品代码',
N_INCURRED varchar(64) null comment '法定准备金' N_INCURRED varchar(64) null comment '法定准备金'
) )
comment '理赔数据_团险' charset = utf8mb3; comment '法定准备金数据' charset = utf8mb3;
...@@ -6,6 +6,6 @@ create table db_ifrs17hengan.hasource_ext_sharecs ...@@ -6,6 +6,6 @@ create table db_ifrs17hengan.hasource_ext_sharecs
N_AV_IF_VAL varchar(64) null comment 'N_AV_IF_VAL ', N_AV_IF_VAL varchar(64) null comment 'N_AV_IF_VAL ',
N_ALL varchar(64) null comment 'N_N_ALL ' N_ALL varchar(64) null comment 'N_N_ALL '
) )
comment '资产份额与账户价值数据' charset = utf8mb3; comment '资产份额与账户价值分摊载体' charset = utf8mb3;
...@@ -4,5 +4,5 @@ create table db_ifrs17hengan.hasource_ext_shareval ...@@ -4,5 +4,5 @@ create table db_ifrs17hengan.hasource_ext_shareval
N_CV varchar(64) null comment '账户价值' N_CV varchar(64) null comment '账户价值'
) )
comment '理赔数据_团险' charset = utf8mb3; comment '资产份额与账户价值数据' charset = utf8mb3;
...@@ -10,6 +10,6 @@ create table db_ifrs17hengan.hasource_personal_lp ...@@ -10,6 +10,6 @@ create table db_ifrs17hengan.hasource_personal_lp
ACCI_DATE varchar(64) null comment '出险日期', ACCI_DATE varchar(64) null comment '出险日期',
CLOSE_DATE varchar(64) null comment '核赔通过日期' CLOSE_DATE varchar(64) null comment '核赔通过日期'
) )
comment '现金流_个人业务' charset = utf8mb3; comment '理赔数据_个人业务' charset = utf8mb3;
...@@ -16,6 +16,6 @@ create table db_ifrs17hengan.hasource_personal_pay ...@@ -16,6 +16,6 @@ create table db_ifrs17hengan.hasource_personal_pay
AMNT varchar(64) null comment '金额', AMNT varchar(64) null comment '金额',
N_BUS_DATE varchar(64) null comment '业务日期' N_BUS_DATE varchar(64) null comment '业务日期'
) )
comment '理赔数据_团险' charset = utf8mb3; comment '现金流_个人业务' charset = utf8mb3;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment