Skip to content

Instantly share code, notes, and snippets.

@meeuw
Created December 25, 2014 18:43
Show Gist options
  • Save meeuw/71f609d4d3b0d242af1e to your computer and use it in GitHub Desktop.
Save meeuw/71f609d4d3b0d242af1e to your computer and use it in GitHub Desktop.
doctrine enum mapping to string
$conn = $entityManager->getConnection();
$conn->getDatabasePlatform()->registerDoctrineTypeMapping('enum', 'string');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment