id(); $table->longText('description'); $table->text('short_des'); $table->string('logo'); $table->string('photo'); $table->string('address'); $table->string('phone'); $table->string('email'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('settings'); } }