SYSUSERMESSAGES system table
1046
SYSUSERMESSAGES system table
Column name Column type
Column
constraint
Table
constraints
error INTEGER NOT NULL Unique index
uid UNSIGNED INT NOT NULL
description VARCHAR(255) NOT NULL
langid UNSIGNED INT NOT NULL Unique index
Each row holds a user-defined message for an error condition.
error A unique identifying number for the error condition.
uid The user number that defined the message.
description The message corresponding to the error condition.
langid Reserved.