dropTable(TABLE_PREFIX . 'items'); }; $down = function () use ($db) { $db->exec(file_get_contents(__DIR__ . '/24-items.sql')); };