FieldInfo
| Key | Type | Description |
|---|---|---|
| fieldName | string | Name of the field |
| tableId | number | OID of the table |
| columnId | number | OID of the column |
| dataTypeId | number | OID of the data type |
| dataTypeName | string | Name of the data type |
| elementDataTypeId | number | OID of the elements data type if field is an array |
| elementDataTypeName | string | Name of the elements data type if field is an array |
| dataTypeName | string | Name of the data type |
| jsType | number | JS type name that data type mapped |
| modifier | number | Modifier of the data type |
| isArray | boolean | Whether the data type is an array |