Interviewer - Server > Administration and maintenance > Databases > Quota database > QUOTA_Stamps table
 
QUOTA_Stamps table
Note This table is currently not used in UNICOM Intelligence Interviewer.
This table holds information for stamping a quota with a numeric value of your choice.
Definition
CREATE TABLE QUOTA_Matrix (
  Quota_ID    int(4)       NOT NULL
  Type        int(4)       NOT NULL
  Stamped     datetime(8)  NOT NULL DEFAULT (getdate())
)
Columns
Quota_ID
The foreign key to the QUOTA_Quota table.
Type
An integer value with a program-defined meaning.
Stamped
A timestamp.
See also
Quota database