truncate_table
Definition
/**
* Create a TRUNCATE TABLE builder.
*
* @param string ...$tables Table names to truncate
*/
truncate_table(string $tables) : TruncateFinalStep /**
* Create a TRUNCATE TABLE builder.
*
* @param string ...$tables Table names to truncate
*/
truncate_table(string $tables) : TruncateFinalStep