Skip to content

Commit

Permalink
fix(currency): change the type to be compatible with any other database
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Aug 22, 2023
1 parent 8eeb72c commit 71c6ea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function up()
"auto_increment" => true,
],
"user_id" => [
"type" => "BIGINT",
"type" => "INT",
"unsigned" => true,
],
"code" => [
Expand Down

0 comments on commit 71c6ea1

Please sign in to comment.