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

setPrimaryKey() protected method

protected setPrimaryKey ( )
    protected function setPrimaryKey()
    {
        $this->table->setPrimaryKey(['id']);
    }