mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added doctrine migrations and remove platform specific code from entities
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user