Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/Modules/Language/database/seeders/68334/migrations.zip
Назад
PK �S�ZbP� , 2023_11_05_114814_create_languages_table.phpnu �[��� <?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 { Schema::create('languages', function (Blueprint $table) { $table->id(); $table->string('name')->unique(); $table->string('code')->unique(); $table->string('direction')->default('ltr'); $table->string('status')->default(true); $table->string('is_default')->default(false); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('languages'); } }; PK �S�Z .gitkeepnu �[��� PK �S�ZT) � � error_lognu �[��� [13-May-2025 17:05:35 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/lekhnath/silverray.com.au/Modules/Language/database/migrations/2023_11_05_114814_create_languages_table.php:7 Stack trace: #0 {main} thrown in /home/lekhnath/silverray.com.au/Modules/Language/database/migrations/2023_11_05_114814_create_languages_table.php on line 7 PK �S�ZbP� , 2023_11_05_114814_create_languages_table.phpnu �[��� PK �S�Z w .gitkeepnu �[��� PK �S�ZT) � � � error_lognu �[��� PK � v
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка