id(); $table->string('name', 128)->default(''); $table->string('url')->default(''); $table->string('info')->default(''); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('modpanel'); } }