increments('id'); $table->integer('admin_user_login')->nullable(); $table->integer('add_bank')->nullable(); $table->integer('hide_compound_rate')->nullable(); $table->integer('provide_google_authentication')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('addons'); } }