mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Added migrations for sqlite
This commit is contained in:
parent
0feb9661df
commit
8e2f297839
5 changed files with 511 additions and 6 deletions
|
@ -88,7 +88,7 @@ class Project extends AbstractStructuralDBElement
|
|||
protected bool $order_only_missing_parts = false;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="text", nullable=false, columnDefinition="DEFAULT ''")
|
||||
* @ORM\Column(type="text", nullable=false, options={"default" : ""})
|
||||
* @Groups({"simple", "extended", "full"})
|
||||
*/
|
||||
protected string $description = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue