public function down()

in database/migrations/2022_05_20_112942_create_project_tables.php [61:68]


    public function down()
    {
        Schema::dropIfExists('products');
        Schema::dropIfExists('product_types');
        Schema::dropIfExists('customers');
        Schema::dropIfExists('orders');
        Schema::dropIfExists('order_lines');
    }