db_custom_field_val (Dropped in v9.1)

(v9.1) This table has been dropped in v9.1. All custom field values are now stored as part of their attached entity.

ColumnTypeReferencesComments
idInteger Primary key
vdb_idInteger  
field_typeInteger Indicates type of field. e.g integer, string, date etc.
raw_valueString  
document_idIntegerdb_document.idPrimary key of the document table in case the custom field is of file type
object_idInteger Primary key of the object that this entry represents e.g. ID of a document
object_typeInteger Type of the object that this entry represents. E.g. 9 = folder, 6 = document, 32 = url
custom_field_def_idIntegerdb_custom_field_def.id