text('synopsis')->nullable()->default(''); $table->string('hashtag')->nullable()->default(''); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('anime', function (Blueprint $table) { // }); } }