【Symfony2.3】Entityのアノテーションでカラムの初期値を設定する方法。

めも。

@ORM\Column(name="status", type="smallint", options={"default" = 1})