mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 19:28:51 +02:00
Properly mark the tinyint column with a comment, so that migrations can properly detect that no changes are needed
This commit is contained in:
parent
aaf6c37871
commit
342ed382e3
5 changed files with 83 additions and 1 deletions
|
@ -160,7 +160,7 @@ abstract class AbstractLogEntry extends AbstractDBElement
|
|||
protected ?DateTime $timestamp = null;
|
||||
|
||||
/** @var int The priority level of the associated level. 0 is highest, 7 lowest
|
||||
* @ORM\Column(type="integer", name="level", columnDefinition="TINYINT(4) NOT NULL")
|
||||
* @ORM\Column(type="tinyint", name="level", nullable=false)
|
||||
*/
|
||||
protected int $level;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue