PermissionGroup

Metadata

  • Base Table Class: Static
  • Default Size: 100

Fields

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

Foreign Keys

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

graph LR;
	Enterprise-->|PermissionGroup|PermissionGroup
	click Enterprise "/marketgrid/developer/model/tables/Enterprise"
	Firm-->|PermissionGroup|PermissionGroup
	click Firm "/marketgrid/developer/model/tables/Firm"
	Group-->|PermissionGroup|PermissionGroup
	click Group "/marketgrid/developer/model/tables/Group"
	Permission-->|PermissionGroup|PermissionGroup
	click Permission "/marketgrid/developer/model/tables/Permission"