Skip to content

Commit

Permalink
fix: change url column from 255 varchar to longtext
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian ALEXANDRE committed Aug 6, 2020
1 parent c0e7717 commit db80c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Entity/MenuItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class MenuItem
protected $name;

/**
* @ORM\Column(name="url", type="test", nullable=true)
* @ORM\Column(name="url", type="text", nullable=true)
*
* @var string
*/
Expand Down

0 comments on commit db80c02

Please sign in to comment.