increments('id'); $table->string('name')->nullable()->default(NULL); $table->timestamps(); $table->engine = 'InnoDB'; }); } /** * Reverse the migrations. * * @return void */ public function down() { // Schema::drop('kits'); } }