boolean('s3_signed_urls')->default(false); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('storages', function (Blueprint $table) { $table->dropColumn('s3_signed_urls'); }); } }