Skip to content

Instantly share code, notes, and snippets.

@emir
Created January 27, 2017 11:03
Show Gist options
  • Save emir/b1bf5dd1aace24e7f803902142006797 to your computer and use it in GitHub Desktop.
Save emir/b1bf5dd1aace24e7f803902142006797 to your computer and use it in GitHub Desktop.
public function __construct()
{
DB::getDoctrineSchemaManager()->getDatabasePlatform()->registerDoctrineTypeMapping('json', 'string');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment