reportoverviewfieldslang
Introduction:
The `reportoverviewfieldslang` table stores localized display text for report overview fields. It is linked to the `reportoverviewfields` table through the `reportfieldid` column.
Below is the detailed structure of the table, listing each column, its data type, and its purpose.
| Name | Type | Comments |
|---|---|---|
| id | int | Unique identifier for each localized report field entry. |
| reportfieldid | int | Foreign key linking to `reportoverviewfields`. |
| language | varchar(20) | Stores the language code (e.g., “NL” for Dutch). |
| displaytext | varchar(200) | Localized text displayed in the report overview. |
Example Data:
| id | reportfieldid | language | displaytext |
|---|---|---|---|
| 1 | 1 | NL | Datum Ingevuld |
| 2 | 2 | NL | Rol |
| 3 | 4 | NL | Meting |
| 4 | 5 | NL | Reactie |
| 5 | 6 | NL | Type |
| 6 | 7 | NL | Foto |
reportoverviewfieldslang.txt · Last modified: 2025/03/04 07:20 by gloria
