Reply

Metadata

  • Base Table Class: None
  • No Publish
  • Not in MDB
  • Default Size: User * Constants::MaxLoginSessions = 1000

Fields

NameTypeSize (bytes)Description
queuete_queue_out_texternal
userForeign key to User8
transactionlogForeign key to TransactionLog8
nextForeign key to Reply8
prevForeign key to Reply8

Foreign Keys

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

graph LR;
	UserLogin-->|last_Reply|Reply
	click UserLogin "/marketgrid/developer/model/tables/UserLogin"