Skip to content

Commit

Permalink
fix varchar id lenght to 191
Browse files Browse the repository at this point in the history
  • Loading branch information
noodle69 committed Jan 13, 2019
1 parent 817fd31 commit e716a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Entity/EdgarCron.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class EdgarCron
/**
* @var string
*
* @ORM\Column(name="alias", type="string", length=255, nullable=false)
* @ORM\Column(name="alias", type="string", length=191, nullable=false)
* @ORM\Id
*/
private $alias;
Expand Down

0 comments on commit e716a1b

Please sign in to comment.