# TableColumnSpecifications: Twinfield Table Column Specifications ## Documentation Contains the dynamic metadata acquired through browse-inspections of tables. - Catalog: `Twinfield` - Schema: `Twinfield` - Label: Table Column Specifications This is a read-only table. The Twinfield API may not support changing the data or the Invantive UniversalSQL driver for Twinfield does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Twinfield API. ## Table Columns The columns of the table `TableColumnSpecifications` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `DISPLAY_FLAG` | `char` | Display | ☑ | | | `FILTER_FLAG` | `char` | Filter | ☑ | | | `FILTER_OPERATOR` | `varchar2` | Filter Operator | ☐ | | | `FINDER_PARAMETER_NAME` | `varchar2` | Finder Parameter Name | ☐ | | | `FULL_QUALIFIED_NAME` | `varchar2` | Full Qualified Table Name | ☑ | | | `ID` | `int32` | ID | ☑ | | | `LABEL_SINGULAR` | `varchar2` | Label Singular | ☐ | | | `NAME` | `varchar2` | Name | ☑ | | | `VALUE_FROM` | `varchar2` | Value (from) | ☐ | | | `VALUE_TO` | `varchar2` | Value (to) | ☐ | |