Definition
/**
* Start building a REINDEX SCHEMA statement.
*
* Use chainable methods: ->concurrently(), ->verbose(), ->tablespace()
*
* Example: reindex_schema('public')->concurrently()
*
* @param string $name The schema name
*/
reindex_schema(string $name) : ReindexFinalStep