| pregnance |
| Logical Entity Name | pregnance |
| Default Table Name | pregnance |
| Physical Only | NO |
| Do Not Generate | False |
| Owner | dbo |
| Definition | |
| Note | |
| PreSQL | |
| DDL Code | CREATE TABLE dbo.pregnance(      eventid            int              IDENTITY(1,1),      sobserveid         nvarchar(12)     NULL,      individid          nvarchar(11)     NULL,      fatherid           nvarchar(11)     NULL,      preg_sdate         datetime         NULL,      embrioage          float            NULL,      preg_edate         datetime         NULL,      embriodur          float            NULL,      embexemdate1       datetime         NULL,      embexemdate2       datetime         NULL,      embexemdate3       datetime         NULL,      embexemdate4       datetime         NULL,      embexemdate5       datetime         NULL,      embexemdate6       datetime         NULL,      embexemdate7       datetime         NULL,      embexemdate8       datetime         NULL,      embexemdate9       datetime         NULL,      preg_inject        int              NULL,      preg_etype         int              NULL,      eobserveid         nvarchar(12)     NULL,      totallivebirth     int              NULL,      totalborn          int              NULL,      totalchildren      int              NULL,      EmbrioNo           int              NULL,      AnormalEndPreg     int              NULL,      AbortComp          ntext            NULL,      resultEndPreg      nvarchar(2)      NULL,      fatheridGuid       varchar(36)      NULL,      EID                varchar(36)      NULL,      CONSTRAINT Refindividual27 FOREIGN KEY (individid)      REFERENCES dbo.individual(individid) ) TEXTIMAGE_ON PRIMARY go |
| PostSQL |
| pregnance Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
| eventid | int | NO | ||
| sobserveid | nvarchar(12) | YES | ||
individid |
nvarchar(11) | YES | ||
| fatherid | nvarchar(11) | YES | ||
| preg_sdate | datetime | YES | ||
| embrioage | float | YES | ||
| preg_edate | datetime | YES | ||
| embriodur | float | YES | ||
| embexemdate1 | datetime | YES | ||
| embexemdate2 | datetime | YES | ||
| embexemdate3 | datetime | YES | ||
| embexemdate4 | datetime | YES | ||
| embexemdate5 | datetime | YES | ||
| embexemdate6 | datetime | YES | ||
| embexemdate7 | datetime | YES | ||
| embexemdate8 | datetime | YES | ||
| embexemdate9 | datetime | YES | ||
| preg_inject | int | YES | ||
| preg_etype | int | YES | ||
| eobserveid | nvarchar(12) | YES | ||
| totallivebirth | int | YES | ||
| totalborn | int | YES | ||
| totalchildren | int | YES | ||
| EmbrioNo | int | YES | ||
| AnormalEndPreg | int | YES | ||
| AbortComp | ntext | YES | ||
| resultEndPreg | nvarchar(2) | YES | ||
| fatheridGuid | varchar(36) | YES | ||
| EID | varchar(36) | YES |
| pregnance Primary and Unique Keys |
| Key Name | Key Type | Keys |
| pregnance 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 | individid | NO | NO |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |
| pregnance Check Constraints |
| Check Constraint Name | CheckConstraint |
| pregnance Storage |
| STORAGE OPTION | STORAGE VALUE |
| Filegroup | PRIMARY |
| Text Image File Group | PRIMARY |
| pregnance Growth Metrics |
| TABLE METRIC | TABLE METRIC VALUE |
| Current Row Count | 0 |
| Growth | Static |
| Growth Type | N/A |
| Growth Period | N/A |
| Maximum Rows | 0 |
| pregnance Object Permissions |
| User/Role Name | Grantee Type | Permission Type | Action Type | Is Action Extended | Is System |
| pregnance Security Types |
| Name | Current Value |
| pregnance Bound Attachments |
| Name | Current Value |
| pregnance Where Used - Model Usage |
| Mapped Object | Is User Defined? | Denormalization Mappings | Description | Bound Attachments |
| Logical dbo.pregnance |
NO | |||
| Physical (Microsoft SQL Server) dbo.pregnance |
NO |
| pregnance Where Used - Submodel Usage |
| Model | Submodel Usage |
| Logical | Main Model |
| Physical (Microsoft SQL Server) | Main Model |
| pregnance Data Movement Rules |
| Name | Type | Rule Text/Value |