string('season_name')->nullable()->default(''); $table->integer('season_year')->nullable()->default(DB::raw( 'YEAR(CURDATE())' )); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('anime', function (Blueprint $table) { // }); } }