increments('id'); $table->string('rank', 255)->nullable(); $table->integer('sponsors_number')->nullable(); $table->string('group_investment', 255)->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('stair_steps_settings'); } }