mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-07 05:23:45 +00:00
Clean migration for main bundle
This commit is contained in:
@@ -36,7 +36,7 @@ class Center implements HasCenterInterface, \Stringable
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::STRING, length: 255)]
|
||||
private string $name = '';
|
||||
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::BOOLEAN)]
|
||||
#[ORM\Column(type: \Doctrine\DBAL\Types\Types::BOOLEAN, options: ['default' => true])]
|
||||
private bool $isActive = true;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user