increments('id'); $table->tinyInteger('fund_transfer_status')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('ft_settings'); } }