Added doctrine migrations and remove platform specific code from entities

This commit is contained in:
Alejandro Celaya
2016-08-19 14:51:34 +02:00
parent 7c42835cc1
commit 7d49c1760c
4 changed files with 46 additions and 3 deletions

View File

@@ -28,8 +28,7 @@ class ShortUrl extends AbstractEntity implements \JsonSerializable
* type="string",
* nullable=false,
* length=10,
* unique=true,
* options={"collation": "utf8_bin"}
* unique=true
* )
*/
protected $shortCode;