3 use Illuminate\Database\Migrations\Migration;
5 class UpdateDbEncodingToUt8mb4 extends Migration
14 // Migration removed due to issues during live migration.
15 // Instead you can run the command `artisan bookstack:db-utf8mb4`
16 // which will generate out the SQL request to upgrade your DB to utf8mb4.
20 * Reverse the migrations.
24 public function down()