Skip to main content

FieldInfo

KeyTypeDefaultDescription
fieldNamestringName of the field
tableIdnumberOID of the table
columnIdnumberOID of the column
dataTypeIdnumberOID of the data type
dataTypeNamestringName of the data type
elementDataTypeIdnumberOID of the element's data type, if the field is an array
elementDataTypeNamestringName of the element's data type, if the field is an array
jsTypestringJS type name that the data type maps to
fixedSizenumberData length, if the data type has a fixed size
modifiernumberModifier of the data type
isArraybooleanWhether the data type is an array

Only fieldName, dataTypeId and dataTypeName/jsType are required; all other fields are optional and only present when applicable.