Obcinanie tabeli za pomocą Doctrine jest tak „proste”, jak:
$connection = $entityManager->getConnection();
$platform = $connection->getDatabasePlatform();
$connection->executeUpdate($platform->getTruncateTableSQL('my_table', true /* whether to cascade */));
Ale musisz wiedzieć, że MySQL nie będzie w stanie obciąć żadnej tabeli, która ma ograniczenie klucza obcego.