mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Added some nullable attributes to entitys.
This commit is contained in:
parent
ee29ad3e5a
commit
f8bd1458d3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue