integer("pid")->default(0); $table->string("url")->nullable(); $table->string("icon")->nullable(); $table->integer("myindex")->default(0); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }