Bolt\Storage\Database\Schema\Table\FieldValue::addIndexes PHP Метод

addIndexes() защищенный Метод

protected addIndexes ( )
    protected function addIndexes()
    {
        $this->table->addIndex(['content_id', 'contenttype']);
    }