RegistryAccount

A RegistryAccount record is used to represent further information for an ExternalAccount record where the authority issuing the account is a registry.

It contains extra fields that are registry specific which can then be used for integrations with external registry systems.

Metadata

  • Base Table Class: Static
  • Default Size: Account = 500

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this RegistryAccount.
StatusSet of Status4
ExternalAccountForeign key to ExternalAccount8This is a reference to the ExternalAccount table. It is keyed by the ExternalAccount column in this table to the Id column in the ExternalAccount table.
NameString48The long text identifier of this RegistryAccount.
ProviderAccountString40The human readable identifier of the Account. It is a free text field, up to a maximum of 40 characters.
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 RegistryAccount.
OwnerGroupForeign key to Group8The Id of the Group that owns this RegistryAccount.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this RegistryAccount.
CreateUserForeign key to User8The Id of the User that created this RegistryAccount.
CreateTimestampInteger (unsigned)8The time at which this RegistryAccount was created.
UpdateUserForeign key to User8The Id of the User that last updated this RegistryAccount.
UpdateTimestampInteger (unsigned)8The time at which this RegistryAccount was last updated.