|
@@ -94,7 +94,7 @@ create table rz_market_operate_ppwfund.mo_report_fund_info
|
|
|
id int auto_increment comment '主键,自动递增'
|
|
|
primary key,
|
|
|
file_id int not null,
|
|
|
- fund_name varchar(255) not null comment '基金的名称',
|
|
|
+ fund_name varchar(255) null comment '基金的名称',
|
|
|
fund_code varchar(50) null comment '基金的唯一识别代码',
|
|
|
company_name varchar(255) null comment '基金管理人的名称',
|
|
|
currency varchar(20) null comment '基金交易使用的货币种类',
|
|
@@ -111,7 +111,7 @@ create table rz_market_operate_ppwfund.mo_report_investor_info
|
|
|
id int auto_increment comment '主键,自动递增'
|
|
|
primary key,
|
|
|
file_id int not null,
|
|
|
- investor_name varchar(255) not null comment '投资人的姓名',
|
|
|
+ investor_name varchar(255) null comment '投资人的姓名',
|
|
|
investor_type varchar(50) null comment '投资人的类别(例如:个人、机构)',
|
|
|
certificate_type varchar(50) null comment '证件类型(例如:身份证、护照)',
|
|
|
certificate_number varchar(50) null comment '投资人证件号码',
|