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