id(); $table->text('private_key')->nullable(); $table->text('public_key')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('instance_actors'); } }