Skip to content

Commit

Permalink
Merge pull request #15 from ledgerleapllc/development
Browse files Browse the repository at this point in the history
change db migration blockchain_desc from var255 to text
  • Loading branch information
ledgerleapllc authored Apr 29, 2022
2 parents bf89d11 + 260fd58 commit bbbb7df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function up()
Schema::table('profile', function ($table) {
$table->string('casper_association_kyc_hash')->nullable();
$table->string('blockchain_name')->nullable();
$table->string('blockchain_desc')->nullable();
$table->text('blockchain_desc')->nullable();
});
}

Expand Down

0 comments on commit bbbb7df

Please sign in to comment.