CREATE TABLE bm_item_fields ( item_id INTEGER NOT NULL, type_field_id INTEGER NOT NULL, "value" TEXT NOT NULL, "counter" INTEGER DEFAULT 0 );