increments('id'); $table->string('driver'); $table->string('host'); $table->string('port'); $table->string('encryption'); $table->string('name'); $table->string('email'); $table->string('password'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('send_mail'); } }