Bolt\Storage\Database\Schema\Table\FieldValue::addIndexes PHP Method

addIndexes() protected method

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