Skip to content

Commit

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

$table->unsignedBigInteger('upload_id');
Expand Down

0 comments on commit f20ddd1

Please sign in to comment.