parent
9b2364bc34
commit
0b406e11f0
database/migrations
|
@ -23,6 +23,9 @@ class CreateSettingsTable extends Migration
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
Schema::dropIfExists('settings');
|
Schema::dropIfExists('settings');
|
||||||
|
|
Loading…
Reference in New Issue