migrations/postgres/20170501024010_AddScheduledJobsTable.php
Showing 1 of 1 total issue
Method transactionalUp
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function transactionalUp(YoPdo $yo_pdo) { $sql = <<<SQLCREATE TABLE scheduled_jobs(
- Create a ticketCreate a ticket