id(); $table->string('type')->nullable(false); $table->string('path')->nullable(false); $table->tinyInteger('sort')->default(0); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('certificates'); } };