uuid('id')->primary(); $table->string('key'); $table->string('value'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('options'); } }