Fix: answer_text nullable + TinyMCE локально

 Миграция: answer_text теперь nullable
 TinyMCE 8.3.2 распакован в public/tinymce/
 Русский язык установлен
 Используется локальная версия вместо CDN

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mirivlad
2026-03-27 10:53:00 +08:00
co-authored by Qwen-Coder
parent ffcdd86712
commit ea4d4df43d
144 changed files with 12591 additions and 2 deletions
@@ -0,0 +1,24 @@
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
//
}
/**
* Reverse the migrations.
*/
public function down(): void
{
//
}
};