increments('id'); $table->integer('length')->nullable(); $table->integer('width')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('matrix_levels'); } }