Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/database/migrations/2022_12_13_143349_create_carts_table.php
Назад
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('carts', function (Blueprint $table) { $table->id(); $table->integer('user_id'); $table->integer('product_id'); $table->integer('attribute_id'); $table->integer('attribute_option_id'); $table->integer('quantity'); $table->text('customization')->nullable(); $table->string('attachment')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('carts'); } };
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка