increments('id'); $table->text('sp_bonus_1')->nullable(); $table->text('sp_bonus_2')->nullable(); $table->text('sp_bonus_3')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('sponserbonuses'); } }