We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0379d97 commit 13ed3c1Copy full SHA for 13ed3c1
database/migrations/audits.stub
@@ -14,7 +14,7 @@ class CreateAuditsTable extends Migration
14
public function up()
15
{
16
Schema::create('audits', function (Blueprint $table) {
17
- $table->increments('id');
+ $table->bigIncrements('id');
18
$table->string('user_type')->nullable();
19
$table->unsignedBigInteger('user_id')->nullable();
20
$table->string('event');
0 commit comments