Skip to content

Instantly share code, notes, and snippets.

@xaav
xaav / Parameter.php
Created August 28, 2011 20:29 — forked from jmikola/Parameter.php
[DDC-1317] @column(unique=true) is not semantically equivalent to @UniqueConstraint and yields invalid SQL for table create statements
<?php
use Doctrine\ORM\Mapping as ORM;
/** @ORM\Entity */
class Parameter
{
/**
* @ORM\Id
* @ORM\Column(type="integer")