8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f6646 + a4e2ac2 commit 2ade2e5Copy full SHA for 2ade2e5
src/Illuminate/Database/Query/Grammars/PostgresGrammar.php
@@ -318,7 +318,7 @@ protected function compileDeleteWithJoinsOrLimit(Builder $query)
318
*/
319
public function compileTruncate(Builder $query)
320
{
321
- return ['truncate '.$this->wrapTable($query->from).' restart identity cascade' => []];
+ return ['truncate '.$this->wrapTable($query->from).' restart identity' => []];
322
}
323
324
/**
0 commit comments