Файловый менеджер - Редактировать - /home/sibcards/public_html/Modules/LandingPage/Routes/401133/Migrations.zip
Назад
PK .I�Z .gitkeepnu �[��� PK .I�ZGtE� � 8 2023_06_05_043450_create_landing_page_settings_table.phpnu �[��� <?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('landing_page_settings', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('name')->unique(); $table->longtext('value')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('landing_page_settings'); } }; PK 1I�Z�Lc�{ { * 2023_06_10_114031_create_join_us_table.phpnu �[��� <?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('join_us', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('email')->unique(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('join_us'); } }; PK .I�Z .gitkeepnu �[��� PK .I�ZGtE� � 8 8 2023_06_05_043450_create_landing_page_settings_table.phpnu �[��� PK 1I�Z�Lc�{ { * i 2023_06_10_114031_create_join_us_table.phpnu �[��� PK * >
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка