diff --git a/database/migrations/2018_04_29_174524_changes_for_v474.php b/database/migrations/2018_04_29_174524_changes_for_v474.php new file mode 100644 index 0000000000..9cdac3f720 --- /dev/null +++ b/database/migrations/2018_04_29_174524_changes_for_v474.php @@ -0,0 +1,37 @@ +string('provider', 50)->after('file_type')->default(''); + $table->string('stage', 50)->after('status')->default(''); + $table->longText('transactions')->after('extended_status'); + } + ); + } +}