Challenge 1 / 1
Imagine the following property:
#[Column()]
private ?string $city = null;
Which of the following changes would require a database migration?
Skip challenges and go to theNext Chapter
Imagine the following property:
#[Column()]
private ?string $city = null;
Which of the following changes would require a database migration?