Laravel - Database Basics and Migrations
Which of the following is the correct syntax to add a string column named
title in a Laravel migration?title in a Laravel migration?string() to create VARCHAR columns.$table->string('column_name'); which matches $table->string('title');.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions