Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dataquality_doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王东
dataquality_doc
Commits
36b27fad
Commit
36b27fad
authored
Jun 18, 2024
by
dong.wang@52ydwf.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化9
parent
d395acec
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
HAPOC/0-DDL/0-HASOURCE-mysql/(dws)HASOURCE_EXT_QMSJTZSY--期末实际投资收益合同组原子指标-dws.sql
...mysql/(dws)HASOURCE_EXT_QMSJTZSY--期末实际投资收益合同组原子指标-dws.sql
+1
-1
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_CONCATINFO--合同分组基本信息.sql
...DL/0-HASOURCE-mysql/HASOURCE_EXT_CONCATINFO--合同分组基本信息.sql
+1
-1
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_CS--待分摊费用获取费用&维护费用-Y9.sql
...L/0-HASOURCE-mysql/HASOURCE_EXT_CS--待分摊费用获取费用&维护费用-Y9.sql
+1
-1
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_INCURRED-法定准备金数据.sql
.../0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_INCURRED-法定准备金数据.sql
+1
-1
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_SHARECS--资产份额与账户价值分摊载体.sql
.../0-HASOURCE-mysql/HASOURCE_EXT_SHARECS--资产份额与账户价值分摊载体.sql
+1
-1
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_SHAREVAL--资产份额与账户价值数据.sql
...L/0-HASOURCE-mysql/HASOURCE_EXT_SHAREVAL--资产份额与账户价值数据.sql
+1
-1
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_PERSONAL_LP--理赔数据_个人业务.sql
...-DDL/0-HASOURCE-mysql/HASOURCE_PERSONAL_LP--理赔数据_个人业务.sql
+1
-1
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_PERSONAL_PAY--现金流_个人业务.sql
...-DDL/0-HASOURCE-mysql/HASOURCE_PERSONAL_PAY--现金流_个人业务.sql
+1
-1
No files found.
HAPOC/0-DDL/0-HASOURCE-mysql/(dws)HASOURCE_EXT_QMSJTZSY--期末实际投资收益合同组原子指标-dws.sql
View file @
36b27fad
...
@@ -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
;
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_CONCATINFO--合同分组基本信息.sql
View file @
36b27fad
...
@@ -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
;
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_CS--待分摊费用获取费用&维护费用-Y9.sql
View file @
36b27fad
...
@@ -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
;
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_INCURRED-法定准备金数据.sql
View file @
36b27fad
...
@@ -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
;
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_SHARECS--资产份额与账户价值分摊载体.sql
View file @
36b27fad
...
@@ -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
;
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_EXT_SHAREVAL--资产份额与账户价值数据.sql
View file @
36b27fad
...
@@ -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
;
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_PERSONAL_LP--理赔数据_个人业务.sql
View file @
36b27fad
...
@@ -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
;
HAPOC/0-DDL/0-HASOURCE-mysql/HASOURCE_PERSONAL_PAY--现金流_个人业务.sql
View file @
36b27fad
...
@@ -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
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment