| individres | 
| Logical Entity Name | individres | 
| Default Table Name | individres | 
| Physical Only | NO | 
| Do Not Generate | False | 
| Owner | dbo | 
| Definition | |
| Note | |
| PreSQL | |
| DDL Code | CREATE TABLE dbo.individres(      res_episodeid          int               IDENTITY(1,1),      locationid             nvarchar(7)       NOT NULL,      res_seventtype         nvarchar(255)     NULL,      res_sdate              datetime          NULL,      res_sobserveid         nvarchar(12)      NULL,      res_eeventtype         nvarchar(255)     NULL,      res_eobserveid         nvarchar(12)      NULL,      res_edate              datetime          NULL,      individid              nvarchar(11)      NULL,      res_sobserveidGuid     varchar(36)       NULL,      res_eobserveidGuid     varchar(36)       NULL,      CONSTRAINT PK__individr__B1BEA196057A46CE PRIMARY KEY CLUSTERED (res_episodeid),      CONSTRAINT FK_individres_individual FOREIGN KEY (individid)      REFERENCES dbo.individual(individid),      CONSTRAINT FK_individres_observation FOREIGN KEY (res_sobserveid)      REFERENCES dbo.observation(observeid),      CONSTRAINT FK_individres_observation1 FOREIGN KEY (res_eobserveid)      REFERENCES dbo.observation(observeid),      CONSTRAINT FK_individres_location FOREIGN KEY (locationid)      REFERENCES dbo.location(locationid) ) go | 
| PostSQL | 
| individres Columns | 
| ColumnName | Domain | Datatype | NULL | Definition | 
| res_episodeid   | int | NO | ||
| locationid   | nvarchar(7) | NO | ||
| res_seventtype | nvarchar(255) | YES | ||
| res_sdate | datetime | YES | ||
| res_sobserveid   | nvarchar(12) | YES | ||
| res_eeventtype | nvarchar(255) | YES | ||
| res_eobserveid   | nvarchar(12) | YES | ||
| res_edate | datetime | YES | ||
| individid   | nvarchar(11) | YES | ||
| res_sobserveidGuid | varchar(36) | YES | ||
| res_eobserveidGuid | varchar(36) | YES | 
| individres Primary and Unique Keys | 
| Key Name | Key Type | Keys | 
| PK__individr__B1BEA196057A46CE | PrimaryKey | res_episodeid | 
| individres Foreign Keys | 
| Parent Relationships: | 
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication | 
| individual | Non-Identifying | Zero or One to Zero or More | FK_individres_individual | individid | NO | NO | ||
| location | Non-Identifying | One To Zero or More | FK_individres_location | locationid | NO | NO | ||
| observation | Non-Identifying | Zero or One to Zero or More | FK_individres_observation | res_sobserveid | NO | NO | ||
| observation | Non-Identifying | Zero or One to Zero or More | FK_individres_observation1 | res_eobserveid | NO | NO | 
| Child Relationships: | 
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication | 
| individres Check Constraints | 
| Check Constraint Name | CheckConstraint | 
| individres Storage | 
| STORAGE OPTION | STORAGE VALUE | 
| Filegroup | PRIMARY | 
| Text Image File Group | 
| individres Growth Metrics | 
| TABLE METRIC | TABLE METRIC VALUE | 
| Current Row Count | 0 | 
| Growth | Static | 
| Growth Type | N/A | 
| Growth Period | N/A | 
| Maximum Rows | 0 | 
| individres Object Permissions | 
| User/Role Name | Grantee Type | Permission Type | Action Type | Is Action Extended | Is System | 
| individres Security Types | 
| Name | Current Value | 
| individres Bound Attachments | 
| Name | Current Value | 
| individres Where Used - Model Usage | 
| Mapped Object | Is User Defined? | Denormalization Mappings | Description | Bound Attachments | 
| Logical dbo.individres | NO | |||
| Physical (Microsoft SQL Server) dbo.individres | NO | 
| individres Where Used - Submodel Usage | 
| Model | Submodel Usage | 
| Logical | Main Model | 
| Logical | residence | 
| Physical (Microsoft SQL Server) | Main Model | 
| individres Data Movement Rules | 
| Name | Type | Rule Text/Value |