class CreateFlowPoolTables extends Migration

This commit is contained in:
邓皓元 2019-02-07 18:38:36 +08:00
parent cd2bd18b8e
commit a8fcef6f14

View File

@ -96,6 +96,7 @@ class CreateFlowPoolTables extends Migration
*/
public function down()
{
return;
Schema::dropIfExists('virtual_card_flows');
Schema::dropIfExists('virtual_flow_pool_settings');
Schema::dropIfExists('virtual_flow_pools');