reformat @ORM\Table
This commit is contained in:
parent
ced940247c
commit
19b58b9c26
1 changed files with 5 additions and 8 deletions
|
@ -9,14 +9,11 @@ use Neos\Flow\Annotations as Flow;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Flow\Entity
|
* @Flow\Entity
|
||||||
* @ORM\Table(
|
* @ORM\Table(indexes={
|
||||||
* indexes={
|
* @ORM\Index(columns={"type"})
|
||||||
* @ORM\Index(columns={"type"})
|
* }, uniqueConstraints={
|
||||||
* },
|
* @ORM\UniqueConstraint(columns={"type", "number"})
|
||||||
* uniqueConstraints={
|
* })
|
||||||
* @ORM\UniqueConstraint(columns={"type", "number"})
|
|
||||||
* }
|
|
||||||
* )
|
|
||||||
*/
|
*/
|
||||||
class SequenceEntry
|
class SequenceEntry
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue