Added project system database schema for SQLite

This commit is contained in:
Jan Böhmer 2023-01-08 18:17:52 +01:00
parent 79db46b8e6
commit e679317b4b
2 changed files with 246 additions and 7 deletions

View file

@ -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 = '';