increments('id'); $table->string('key', 191); $table->string('value', 191); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('sites'); } }