Fixed short codes DB length too short

This commit is contained in:
Alejandro Celaya
2018-08-01 20:40:24 +02:00
parent a79c1f580e
commit 3883ed15c4
3 changed files with 46 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class ShortUrl extends AbstractEntity implements \JsonSerializable
* name="short_code",
* type="string",
* nullable=false,
* length=10,
* length=255,
* unique=true
* )
*/