id(); $table->string('foto'); $table->timestamps(); }); // } /** * Reverse the migrations. * * @return void */ public function down() { // } };