'size' => 'normal',
],
'b' =>
[ 'type' => 'blob',
'not null' => FALSE,
'size' => 'normal',
],
],
]);
// Set the schema version.
$connection->
merge('key_value'
) ->
condition('collection', 'system.schema'
) ->
condition('name', 'update_test_schema'
) ->
fields([ 'collection' => 'system.schema',
'name' => 'update_test_schema',
'value' => 'i:8000;',
]) ->
execute();
// Update core.extension.
$extensions =
$connection->
select('config'
)