Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/database/migrations/2020_06_23_083455_create_project_milestones_table.php
Ðазад
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateProjectMilestonesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('project_milestones', function (Blueprint $table) { $table->bigIncrements('id'); $table->string('title'); $table->text('description')->nullable(); $table->date('due_date'); $table->string('status',20); $table->decimal('cost',10,2)->nullable(); $table->bigInteger('project_id'); $table->bigInteger('user_id'); $table->bigInteger('company_id'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('project_milestones'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка