InvestmentCompany

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
InvestmentCompanyId int identity 4 null
InvestmentEventId int 4 null
InvestmentEvent.InvestmentEventId FK_InvestmentCompany_InvestmentEvent R
PercentageShare decimal 20,8 null
CompanyId int 4 null
Company.CompanyId FK_InvestmentCompany_Company R
CompanyFundId int 4 null
CompanyFund.CompanyFundId FK_InvestmentCompany_CompanyFund R
InvestmentCompanyRoleId int 4 null
InvestmentCompanyRole.InvestmentCompanyRoleId FK_InvestmentCompany_InvestmentCompanyRole R
IsUnknown bit 1 ((0))

Indexes

Constraint Name Type Sort Column(s)
PK_InvestmentCompanyId Primary key Asc InvestmentCompanyId

Relationships