increments('id'); $table->text('team_investment')->nullable(); $table->text('referral_count')->nullable(); $table->text('bonus')->nullable(); $table->text('plan_count')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('affiliatebonuses'); } }