diff --git a/database/migrations/2021_09_14_091507_alter_table_participantes.php b/database/migrations/2021_09_14_091507_alter_table_participantes.php index 40bff768aff0f7615c055303031d3ee24f86ade7..255dd35a03bdc3f09e13264cea5bd90e22a571a0 100644 --- a/database/migrations/2021_09_14_091507_alter_table_participantes.php +++ b/database/migrations/2021_09_14_091507_alter_table_participantes.php @@ -17,7 +17,6 @@ class AlterTableParticipantes extends Migration $table->string('anexoTermoCompromisso')->nullable(); $table->string('anexoComprovanteMatricula')->nullable(); $table->string('anexoLattes')->nullable(); - $table->string('anexoComprovanteBancario')->nullable(); }); } @@ -32,7 +31,6 @@ class AlterTableParticipantes extends Migration $table->dropColumn('anexoTermoCompromisso'); $table->dropColumn('anexoComprovanteMatricula'); $table->dropColumn('anexoLattes'); - $table->dropColumn('anexoComprovanteBancario'); }); } }