RESEARCHGROUP
This table contains information about research groups.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| NAME |
nvarchar(100) |
|
Default = '' |
The name of the research group. |
| DESCRIPTION |
nvarchar(255) |
|
Default = '' |
The description of the research group. |
| OTHERSCANMODIFY |
bit |
|
Default = 1 |
Indicates whether users other than the owner can make changes to the research group. |
| DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
| DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
| TS |
timestamp |
|
|
Timestamp. |
| TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
| NUMMEMBERS |
int |
|
Default = 0 |
The number of members in a research group |
| FAVORITES |
bit |
|
Default = 1 |
|
| AUTOREFRESH |
bit |
|
Default = 0 |
|
| POPULATEMETHODCODE |
tinyint |
|
Default = 0 |
|
| POPULATEMETHOD |
nvarchar(24) (Computed) |
yes |
CASE [POPULATEMETHODCODE] WHEN 0 THEN N'Add prospects only' WHEN 1 THEN N'Add and remove prospects' END |
|
| LASTRE7SYNC |
datetime |
yes |
|
|
| OTHERSCANVIEW |
bit |
|
Default = 1 |
|
| ALLOWREFRESH |
bit |
|
Default = 0 |
|
| ISREFRESHING |
bit |
|
Default = 0 |
|
| LASTREFRESH |
datetime |
yes |
|
|
| ADMINONLY |
bit |
|
Default = 0 |
|
| INCLUDEATTRIBUTES |
bit |
|
Default = 1 |
|
Foreign Keys
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_RESEARCHGROUP_DATEADDED |
DATEADDED |
|
|
yes |
| IX_RESEARCHGROUP_DATECHANGED |
DATECHANGED |
|
|
|
| IX_RESEARCHGROUP_FUNDRAISERID |
FUNDRAISERID |
|
|
|
| PK_RESEARCHGROUP |
ID |
yes |
yes |
|
| UIX_RESEARCHGROUP_NAME |
NAME |
yes |
|
|
Triggers
Referenced by