mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Added project system database schema for SQLite
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user