string('slug', 100)->primary(); $table->longText('value'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('admin_settings'); } }