We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6d1fdc + 0dbf112 commit 3b3efadCopy full SHA for 3b3efad
src/Entity/Execution.php
@@ -19,7 +19,7 @@ class Execution
19
#[ORM\Column(type: Types::BIGINT)]
20
private ?string $ref = null;
21
22
- #[ORM\Column(length: 50, nullable: true)]
+ #[ORM\Column(length: 255, nullable: true)]
23
private ?string $filename = null;
24
25
#[ORM\Column(type: Types::DATETIME_MUTABLE, nullable: true)]
0 commit comments