PREDICATE
Description
Table for storing predicate information.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) NOT NULL |
Primary key for the table. |
| LHS | longtext NOT NULL |
Left-hand side value for the predicate. |
| OP | varchar(255) NOT NULL |
Operator for the predicate. |
| RHS | longtext NOT NULL |
Right-hand side value for the predicate. |
Foreign Key Relationships
None