Table which contains inflation information.
| Field Name | Field Description | Data Type | Field Size* | Index | Inflation index this record is for | varchar | 50 | BaseYear | Base year for inflation calculation. | smallint | 2 | Year | Year the project was done. | smallint | 2 | Factor | Factor by which to multiply the value in the Year field to convert it to dollars in the BaseYear. | real | 4 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.