Skip to content

Commit

Permalink
Correcao do migrate do NIS
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoel Filho authored and Manoel Filho committed Sep 5, 2019
1 parent bb19605 commit 32e58ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UpdateNisEtspCasePesquisa extends Migration
public function up()
{
\Schema::table('case_steps_pesquisa', function (Blueprint $table) {
$table->string('nis');
$table->string('nis')->change();
});
}

Expand Down

0 comments on commit 32e58ba

Please sign in to comment.