|
|
@@ -47,7 +47,7 @@ class EducationNotationConfig
|
|
|
#[ORM\Column(type: 'text', nullable: true)]
|
|
|
private ?string $description;
|
|
|
|
|
|
- #[ORM\Column(type: "tinyint", options: ['default' => 1])]
|
|
|
+ #[ORM\Column(type: "integer", options: ['default' => 1])]
|
|
|
#[Assert\Range(notInRangeMessage: 'between_{{ min }}_and_{{ max }}', min: 1, max: 10)]
|
|
|
private int $coefficient = 1;
|
|
|
|