Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| GENDER_ID | int | 4 | null |
|
|
The gender ID (for internal use) |
||||||||||||||||||||
| GENDER_NAME | varchar | 100 | √ | null |
|
|
The gender name |
|||||||||||||||||||
| GENDER_SHORT_NAME | varchar | 100 | √ | null |
|
|
The gender short name |
|||||||||||||||||||
| GENDER_NAME_PLURAL | varchar | 100 | √ | null |
|
|
The plural form of the gender name |
|||||||||||||||||||
| IS_ENABLED | varchar | 5 | √ | null |
|
|
Whether this gender is enabled for use (Yes/No) |
|||||||||||||||||||
| GENDER_INDEX | int | 4 | √ | null |
|
|
The index of this gender for linking to other records |
|||||||||||||||||||
| GENDER_ORDER | int | 4 | √ | null |
|
|
The display order of this gender |
|||||||||||||||||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|||||||||||||||||||
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time Hub record was last modified |
||||||||||||||||||||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The Hub sync process ID |
|||||||||||||||||||
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| GENDERS_GENDER_ID_ORG_ID_PK | Primary key | Asc/Asc | GENDER_ID + ORG_ID |
| GENDERS_GENDER_INDEX_IX | Performance | Asc | GENDER_INDEX |
| GENDERS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |