In the Week 8 assignment, Question 9 I had the following error:
"varchar" is the MySQL data type we'd use for email, but the actual Laravel schema migration used to create varchars is "string".
Because of this error, I'll be dropping this question and everyone will get full credit regardless of their answers. Apologies for any confusion this might have caused.
And hat tip to @luannebe for drawing my attention to this. : )
Hi everyone,
In the Week 8 assignment, Question 9 I had the following error:
"varchar" is the MySQL data type we'd use for email, but the actual Laravel schema migration used to create varchars is "string".
Because of this error, I'll be dropping this question and everyone will get full credit regardless of their answers. Apologies for any confusion this might have caused.
And hat tip to @luannebe for drawing my attention to this. : )