id(); $table->string('name'); $table->string('image'); $table->string('job'); $table->string('testimonial'); $table->string('logo'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }