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