Merge pull request #4905 from mo7amedmamdouh/patch-1
Migrate Rollback Fix in Sales Package
This commit is contained in:
commit
7b6d74f451
|
|
@ -26,7 +26,7 @@ class AddDownloadCanceledColumnInDownloadableLinkPurchasedTable extends Migratio
|
|||
public function down()
|
||||
{
|
||||
Schema::table('downloadable_link_purchased', function (Blueprint $table) {
|
||||
$table->integer('download_canceled')->default(0);
|
||||
$table->dropColumn('download_canceled');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue