string('micropub_endpoint', 255)->nullable(); $table->string('micropub_token', 1024)->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }