Unlock this challenge:
What is the purpose of the #[ORM\Column] PHP attribute on a property?
#[ORM\Column]
It defines a database column and its data type.
It specifies the relationships between entities.
It indicates that the property is unique.
It declares the primary key of the table.