The modObjectTypes table is a lookup table that enforces object types and associates a description and caption with an object type.
The modObjectTypes database table contains a number of columns used by the team solutions. The following table lists those columns and their data types and provides a brief description of each.
| Column | Data type | Description |
| Type | char(2) | Type of object:
main user tablemain database viewdetail user tabledetail database viewlookup tablerelation tableother user tablesworkflow tablepermission tablestored proceduretriggercode library
|
| Caption | nvarchar(256) | A text description of the object type. |
| rowguid | uniqueidentifier | Unique identifier used for replication. |