Skip to content

Commit

Permalink
Bindings fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilcosdu committed May 8, 2024
1 parent a853899 commit 307912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_slower_table.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return new class extends Migration
Schema::create(config('slower.resources.table_name'), function (Blueprint $table) {
$table->id();
$table->boolean('is_analyzed')->default(false)->index();
$table->string('bindings');
$table->longtext('bindings');
$table->longtext('sql');
$table->unsignedInteger('time')->index();
$table->string('connection');
Expand Down

0 comments on commit 307912a

Please sign in to comment.