This is the relevant DB row:
name | symbol | footprint | stock | on_order | price | lead_time | country_of_origin
-------------------------------------------------------------+------------------------------------------------------------------------------+--------------------------------------+-------+----------+-------+-----------+-------------------
IO_IsolatedAmplifireWithDC/DCconverter_AMC130M02DFMR_SOIC20 | symbol_drawings:IO_IsolatedAmplifireWithDC/DCconverter_AMC130M02DFMR_SOIC20 | footprint_drawings:SOIC20_DFM_TEX | 2898 | 5950 | 32 | 84 |
This is the relevant part of .kicad_dbl
file:
"libraries": [
{
"name": "",
"table": "converters",
"key": "name",
"symbols": "symbol",
"footprints": "footprint",
"fields": [
{
"column": "stock",
"name": "On stock",
"visible_on_add": false,
"visible_in_chooser": true,
"show_name": true,
"inherit_properties": true
},
{
"column": "on_order",
"name": "On order",
"visible_on_add": false,
"visible_in_chooser": true,
"show_name": true,
"inherit_properties": true
},
{
"column": "price",
"name": "Price",
"visible_on_add": false,
"visible_in_chooser": true,
"show_name": true,
"inherit_properties": true
},
{
"column": "lead_time",
"name": "Lead time",
"visible_on_add": false,
"visible_in_chooser": true,
"show_name": true,
"inherit_properties": true
},
{
"column": "country_of_origin",
"name": "Country of origin",
"visible_on_add": false,
"visible_in_chooser": true,
"show_name": true,
"inherit_properties": true
}
],
"properties": {}
}
]