Start your All-Access Pass to unlock this challenge
Why do the newly added fields need to be temporarily marked as nullable?
To ensure unique indexes are created properly.
Because the fields should always allow null values.
null
To avoid errors when the database migration is run and some data already exist in the DB.
To prevent Doctrine from adding unnecessary columns.