Skip to content

Instantly share code, notes, and snippets.

@bocharsky-bw
Created March 25, 2014 10:45
Show Gist options
  • Save bocharsky-bw/9759080 to your computer and use it in GitHub Desktop.
Save bocharsky-bw/9759080 to your computer and use it in GitHub Desktop.
Default value of the field in Doctrine 2
<?php
/**
* @var string $surname
*
* @ORM\Column(name="surname", type="string", length=255, options={"default" = ""})
*/
private $surname;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment