Region

Metadata

  • Base Table Class: Static
  • Default Size: 30

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this Region.
StatusSet of Status4
ShortNameString24The short text identifier of this Region.
NameString48The long text identifier of this Region.
UpdateNumberInteger (unsigned)8A 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.
OwnerUserForeign key to User8The Id of the User that owns this Region.
OwnerGroupForeign key to Group8The Id of the Group that owns this Region.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this Region.
CreateUserForeign key to User8The Id of the User that created this Region.
CreateTimestampInteger (unsigned)8The time at which this Region was created.
UpdateUserForeign key to User8The Id of the User that last updated this Region.
UpdateTimestampInteger (unsigned)8The time at which this Region was last updated.

Foreign Keys

The following diagram shows the tables that have a foreign key link to the Region table. All Table nodes can be clicked to take you to that table's definition page.

graph LR;
	Holding-->|Region|Region
	click Holding "/marketgrid/developer/model/tables/Holding"
	HoldingTransaction-->|Region|Region
	click HoldingTransaction "/marketgrid/developer/model/tables/HoldingTransaction"
	Order-->|Region|Region
	click Order "/marketgrid/developer/model/tables/Order"
	Country-->|Region|Region
	click Country "/marketgrid/developer/model/tables/Country"