Skip to content

Instantly share code, notes, and snippets.

@Zayon
Created June 27, 2019 15:33
Show Gist options
  • Save Zayon/ed6e117f64853c8d8710dc02da78d8ac to your computer and use it in GitHub Desktop.
Save Zayon/ed6e117f64853c8d8710dc02da78d8ac to your computer and use it in GitHub Desktop.
fixtures-blog-post schemaTool
<?php
$schemaTool = new SchemaTool($manager);
$schemaTool->dropDatabase();
$schemaTool->createSchema($manager->getMetadataFactory()->getAllMetadata());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment