tbl1_RequestsBeingEdited

Description

This is a little table that is used in Request Portal to disallow other users from editing requests that are being viewed by other evaluators

Footnote

Since we are using unbound data fields, theoretically more than one user could edit same request at same time. This prevents this

Columns

RequestID int(11) NOT NULL

Description

When user edits a request, request id is added to this field in a new record.

Options

display="true", null="true", search="false", type=""

last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()

Options

display="true", null="true", search="false", type=""