Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/database/migrations/2023_09_08_000010_create_packages_table.php
Назад
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreatePackagesTable extends Migration { public function up() { Schema::create('packages', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('package_name'); $table->float('price_monthly', 15, 2); $table->float('price_yearly', 15, 2); $table->string('options')->nullable(); $table->string('status')->nullable(); $table->float('yearly_discount', 15, 2); $table->string('stripe_plan')->nullable(); $table->string('stripe_price_id')->nullable(); $table->integer('scene_limit')->nullable(); $table->string('item_limit')->nullable(); $table->boolean('google_ads_free')->default(0)->nullable(); $table->longText('description')->nullable(); $table->timestamps(); }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка