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
|
||||
* @ORM\Table(
|
||||
* indexes={
|
||||
* @ORM\Index(columns={"type"})
|
||||
* },
|
||||
* uniqueConstraints={
|
||||
* @ORM\UniqueConstraint(columns={"type", "number"})
|
||||
* }
|
||||
* )
|
||||
* @ORM\Table(indexes={
|
||||
* @ORM\Index(columns={"type"})
|
||||
* }, uniqueConstraints={
|
||||
* @ORM\UniqueConstraint(columns={"type", "number"})
|
||||
* })
|
||||
*/
|
||||
class SequenceEntry
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue