mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Added project system database schema for SQLite
This commit is contained in:
parent
79db46b8e6
commit
e679317b4b
2 changed files with 246 additions and 7 deletions
|
@ -85,7 +85,7 @@ class Project extends AbstractStructuralDBElement
|
|||
protected bool $order_only_missing_parts = false;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="text", nullable=false)
|
||||
* @ORM\Column(type="text", nullable=false, columnDefinition="DEFAULT ''")
|
||||
*/
|
||||
protected string $description = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue