Laravel - Database Basics and Migrations
Which migration snippet correctly adds a nullable
profile_picture string column to the existing users table?profile_picture string column to the existing users table?Schema::table and nullable() on a string column.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions