| indmarstatus |
| Logical Entity Name | indmarstatus |
| Default Table Name | indmarstatus |
| Physical Only | NO |
| Do Not Generate | False |
| Owner | dbo |
| Definition | |
| Note | |
| PreSQL | |
| DDL Code | CREATE TABLE dbo.indmarstatus(      mar_episodeid      int              IDENTITY(1,1),      individid          nvarchar(11)     NOT NULL,      marstatusid        smallint         NULL,      mar_sobserveid     nvarchar(12)     NULL,      mar_eobserveid     nvarchar(12)     NULL,      CONSTRAINT PK__indmarst__B9E357A34A001589 PRIMARY KEY CLUSTERED (mar_episodeid),      CONSTRAINT FK_indmarstatus_dic_marstatus FOREIGN KEY (marstatusid)      REFERENCES dbo.dic_marstatus(marstatusid),      CONSTRAINT FK_indmarstatus_individual FOREIGN KEY (individid)      REFERENCES dbo.individual(individid),      CONSTRAINT FK_indmarstatus_observation FOREIGN KEY (mar_sobserveid)      REFERENCES dbo.observation(observeid),      CONSTRAINT FK_indmarstatus_observation1 FOREIGN KEY (mar_eobserveid)      REFERENCES dbo.observation(observeid) ) go |
| PostSQL |
| indmarstatus Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
mar_episodeid |
int | NO | ||
individid |
nvarchar(11) | NO | ||
marstatusid |
smallint | YES | ||
mar_sobserveid |
nvarchar(12) | YES | ||
mar_eobserveid |
nvarchar(12) | YES |
| indmarstatus Primary and Unique Keys |
| Key Name | Key Type | Keys |
| PK__indmarst__B9E357A34A001589 | PrimaryKey | mar_episodeid |
| indmarstatus Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| dic_marstatus | Non-Identifying | Zero or One to Zero or More | FK_indmarstatus_dic_marstatus | marstatusid | NO | NO | ||
| individual | Non-Identifying | One To Zero or More | FK_indmarstatus_individual | individid | NO | NO | ||
| observation | Non-Identifying | Zero or One to Zero or More | FK_indmarstatus_observation | mar_sobserveid | NO | NO | ||
| observation | Non-Identifying | Zero or One to Zero or More | FK_indmarstatus_observation1 | mar_eobserveid | NO | NO |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |
| indmarstatus Check Constraints |
| Check Constraint Name | CheckConstraint |
| indmarstatus Storage |
| STORAGE OPTION | STORAGE VALUE |
| Filegroup | PRIMARY |
| Text Image File Group |
| indmarstatus Growth Metrics |
| TABLE METRIC | TABLE METRIC VALUE |
| Current Row Count | 0 |
| Growth | Static |
| Growth Type | N/A |
| Growth Period | N/A |
| Maximum Rows | 0 |
| indmarstatus Object Permissions |
| User/Role Name | Grantee Type | Permission Type | Action Type | Is Action Extended | Is System |
| indmarstatus Security Types |
| Name | Current Value |
| indmarstatus Bound Attachments |
| Name | Current Value |
| indmarstatus Where Used - Model Usage |
| Mapped Object | Is User Defined? | Denormalization Mappings | Description | Bound Attachments |
| Logical dbo.indmarstatus |
NO | |||
| Physical (Microsoft SQL Server) dbo.indmarstatus |
NO |
| indmarstatus Where Used - Submodel Usage |
| Model | Submodel Usage |
| Logical | Main Model |
| Logical | Marstatus |
| Physical (Microsoft SQL Server) | Main Model |
| indmarstatus Data Movement Rules |
| Name | Type | Rule Text/Value |