susanBuck / e15-spring22

0 stars 0 forks source link

FYI About a correction in the Week 8 assignment, Question 9 (schema method types) #46

Closed susanBuck closed 2 years ago

susanBuck commented 2 years ago

Hi everyone,

In the Week 8 assignment, Question 9 I had the following error:

image

"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. : )