Skip to content

Commit

Permalink
Version 6.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
Pharaonic committed Dec 1, 2020
1 parent 0990b9e commit 4fd6f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/migrations/money.stub
Expand Up @@ -14,7 +14,7 @@ class CreateMoneyTable extends Migration
public function up()
{
Schema::create('money', function (Blueprint $table) {
$table->id();
$table->bigIncrements('id');

$table->string('priceable_id');
$table->string('priceable_type');
Expand Down

0 comments on commit 4fd6f85

Please sign in to comment.