ForumMembers Table

Applies to QAComplete 14.5, last modified on August 06, 2024

Description

The table contains details of the forum members.

Columns

The table contains the following columns:

ForumMemberId  :  int, primary key, allows null: no

The unique numeric identifier of the forum member.

DateCreated  :  datetime, allows null: no, default: Current date and time

The date and time when the item was created.

The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.

DateUpdated  :  datetime, allows null: no, default: Current date and time

The date and time when the item was last updated.

The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.

ForumId  :  int, allows null: no

The ID of the related forum the member participates in.

UpdateUserId  :  int, allows null: no, default: (0)

The ID of the user who last updated the forum member record.

UserId  :  int, allows null: no

The ID of the user that corresponds to the forum member.

See Also

Forums Table
Collaboration

Highlight search results