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