laravel-cycle-orm-adapter icon indicating copy to clipboard operation
laravel-cycle-orm-adapter copied to clipboard

Add support for Queues failed_jobs table.

Open lotyp opened this issue 1 year ago • 0 comments

Default migrations for failed_jobs table shouldn't be executed.

  • Instead cycle/schema-builder should be used to dynamically build Schema for "failed_jobs" table.
  • Documentation about Queue usage should be added.

Convert laravel migration:

https://github.com/laravel/laravel/blob/11.x/database/migrations/0001_01_01_000002_create_jobs_table.php

lotyp avatar Mar 20 '24 01:03 lotyp