string('key')->primary(); $table->binary('value')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('config'); } }