id(); $table->string('bio'); $table->string('icon'); $table->string('slug'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }