mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-10 01:08:38 +01:00
Added some nullable attributes to entitys.
This commit is contained in:
@@ -61,13 +61,13 @@ abstract class StructuralDBElement extends AttachmentContainingDBElement
|
||||
|
||||
/**
|
||||
* @var string The comment info for this element
|
||||
* @ORM\Column(type="string")
|
||||
* @ORM\Column(type="string", nullable=true)
|
||||
*/
|
||||
protected $comment;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
* @ORM\Column(type="integer")
|
||||
* @ORM\Column(type="integer", nullable=true)
|
||||
*/
|
||||
protected $parent_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user