Inflection Tables
| Inflection | |||
| Name | Type | Properties | Notes |
| ifTermLC | CHAR(105) | PRIMARY KEY | Lowercase of Inflected Term |
| ifTerm | CHAR(105) | . | Inflected Term |
| termCat | INT | . | Category |
| termInfl | LONG | . | Inflection |
| eui | CHAR(8) | NOT NULL, Indexed | EUI: Unique ID |
| unTerm | CHAR(105) | . | Uninflected Term |
| unTermLC | CHAR(105) | Indexed | Lowercase of Uninflected Term |
| ctTerm | CHAR(105) | . | Citation Term |
Notes:
The maximum length for ifTerm, ifTerm is 103. We use CHAR(105) for those columns.
The maximum length for unTerm, ifTerm is 103. We use CHAR(105) for those columns.