Unlock this challenge:
Which of the following is not true about entity classes.
Each property with #[ORM\Column] will map to a column in the database.
#[ORM\Column]
They must be created via the make:entity command.
make:entity
They are normal PHP classes... but special due to the #[ORM\Entity] attribute above them.
#[ORM\Entity]