uawdijnntqw1x1x1
IP : 3.145.35.234
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
www
/
core
/
.
/
database
/
.
/
migrations
/
2022_02_26_061836_create_forms_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('forms', function (Blueprint $table) { $table->id(); $table->string('act',40)->nullable(); $table->text('form_data')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('forms'); } };
/home/jackpotjunglegam/www/core/./database/./migrations/2022_02_26_061836_create_forms_table.php