Table inventory_fields

Table inventory_fields allows the user to add additional attributes to their inventory items. Inventory fields are organized alphabetically through inventory categories.

Table Type: MyISAM

Field Type Default Description
inv_field_id int (11) NOT NULL PRIMARY KEY - Auto increment field to hold unique ID
entry_type varchar (20) NOT NULL Identifes the type of field to enter, text, html, drop-down, checkbox, etc.
field_name varchar (32) NOT NULL Identifies the fields name as it appears in the table inventory
description varchar (64) NOT NULL Textual description of the field
category_id int (11) 0 Identifies the id of the category for sorting when editing the inventory item.
params text   Encoded data depends on the tpye of field being entered. NOTE: Do not edit this entry.