mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
Clean migration of default definitions for entity properties
This commit is contained in:
@@ -49,7 +49,7 @@ class CustomFieldsGroup
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::JSON)]
|
||||
private array|string $name;
|
||||
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::JSON, nullable: true)]
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::JSON, nullable: true, options: ['default' => '{}', 'jsonb' => true])]
|
||||
private array $options = [];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user