id(); $table->string('name'); $table->string('uid'); $table->string('key'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('push_deer_keys'); } }