Definition
/**
* Start building a REINDEX TABLE statement.
*
* Use chainable methods: ->concurrently(), ->verbose(), ->tablespace()
*
* Example: reindex_table('users')->concurrently()
*
* @param string $name The table name (may include schema: schema.table)
*/
reindex_table(string $name) : ReindexFinalStep