Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Piatok, 6. december 2024
O nás
Magazín
Otvorený softvér
CVS
Služby
Index  »  Projekty  »  Platon.SK  »  Fórum  »  This template will be the default when you run php artisan

Platon.SK General     This template will be the default when you run php artisan
Odoslať novú tému   Odpovedať na tému    
 
lopezmason     Založený: 13.04.2022   Príspevky: 3  
Príspevok Zaslal: 2022-04-13 03:51
Návrat hore  Odpovedať s citátom     

avoid duplication of class Migrations name we become what we behold

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::table('people', function (Blueprint $table) {
$table->string('first_name')->nullable();
});
}
};

 
Odoslať novú tému   Odpovedať na tému    

Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok · Odkazový formulár · Prihláška
Upozorniť na chybu na PLATON.SK webstránke · Podmienky použitia · Ochrana osobných údajov