Drop transcations
This commit is contained in:
parent
509fd72365
commit
b8549903f8
@ -0,0 +1,29 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use Illuminate\Database\Migrations\Migration;
|
||||||
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
|
use Illuminate\Support\Facades\Schema;
|
||||||
|
|
||||||
|
return new class extends Migration
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Run the migrations.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function up()
|
||||||
|
{
|
||||||
|
//
|
||||||
|
Schema::dropDatabaseIfExists('transcations');
|
||||||
|
}
|
||||||
|
|
||||||
|
// /**
|
||||||
|
// * Reverse the migrations.
|
||||||
|
// *
|
||||||
|
// * @return void
|
||||||
|
// */
|
||||||
|
// public function down()
|
||||||
|
// {
|
||||||
|
// //
|
||||||
|
// }
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user