ProjectType
- Section: Carbon
Metadata
- Base Table Class: Static
- Default Size: 100
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Id | Integer (signed) | 8 | The unique identifier of this ProjectType. |
| Status | Set of Status | 4 | |
| ShortName | String | 24 | The short text identifier of this ProjectType. |
| FullName | String | 80 | |
| RegistryCode | String | 80 | |
| ParentId | Foreign key to ProjectType | 8 | This is a reference to the ProjectType table. It is keyed by the ParentId column in this table to the Id column in the ProjectType table. |
| UpdateNumber | Integer (unsigned) | 8 | A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record. |
| OwnerUser | Foreign key to User | 8 | The Id of the User that owns this ProjectType. |
| OwnerGroup | Foreign key to Group | 8 | The Id of the Group that owns this ProjectType. |
| OwnerFirm | Foreign key to Firm | 8 | The Id of the Firm that owns this ProjectType. |
| CreateUser | Foreign key to User | 8 | The Id of the User that created this ProjectType. |
| CreateTimestamp | Integer (unsigned) | 8 | The time at which this ProjectType was created. |
| UpdateUser | Foreign key to User | 8 | The Id of the User that last updated this ProjectType. |
| UpdateTimestamp | Integer (unsigned) | 8 | The time at which this ProjectType was last updated. |
Foreign Keys
The following diagram shows the tables that have a foreign key link to the ProjectType table. All Table nodes can be clicked to take you to that table's definition page.
graph LR; Holding-->|ProjectType|ProjectType click Holding "/marketgrid/developer/model/tables/Holding" HoldingTransaction-->|ProjectType|ProjectType click HoldingTransaction "/marketgrid/developer/model/tables/HoldingTransaction" InstrumentMarket-->|ProjectType|ProjectType click InstrumentMarket "/marketgrid/developer/model/tables/InstrumentMarket" Order-->|ProjectType|ProjectType click Order "/marketgrid/developer/model/tables/Order"