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.
2 parents 7b2c51a + 13ed3c1 commit ec19c35Copy full SHA for ec19c35
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