bigIncrements('id'); $table->integer('number')->nullable(); $table->string('title')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('competences'); } }