string('setting_key')->primary()->indexed(); $table->text('value'); $table->nullableTimestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('settings'); } };