Conditionally drop table
This commit is contained in:
parent
296c9a723d
commit
03938d0f32
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ class ReCreateLicensesTable extends Migration
|
||||||
*/
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
//
|
// This was most likely handled in 2013_11_17_054359_drop_licenses_table.php
|
||||||
Schema::drop('licenses');
|
Schema::dropIfExists('licenses');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue