mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:54:03 +00:00
6.x support
This commit is contained in:
parent
73a4a3018c
commit
49ef28da05
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class QueueTest extends TestCase
|
|||
protected function withFailedJobs()
|
||||
{
|
||||
Schema::connection('central')->create('failed_jobs', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->increments('id');
|
||||
$table->string('uuid')->unique();
|
||||
$table->text('connection');
|
||||
$table->text('queue');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue