**Describe the bug**
missing column 'deleted_by' in oc_collectives_page_trash
…Protocol Entry:
DbalException An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_by' in 'SELECT'
**To Reproduce**
Steps to reproduce the behavior:
1. open "deleted files" when collectives app is installed
2. no deleted file will be shown and error in protocol
**Expected behavior**
deleted files should be shown and "sudo -u www-data php occ db:add-missing-columns" should resolve the issue
**To Fix**
DB=<your_database>
mysql -e "USE ${DB}; ALTER TABLE oc_collectives_page_trash ADD COLUMN deleted_by VARCHAR(64) DEFAULT NULL;"
**Server details:**
- Collectives app version: 3.2.4
- Nextcloud version: 31.0.10
- PHP Version: 8.3.23
- Database: mysql 10.11.11
**Client details:**
- OS: Windows
- Browser: Firefox
- Browser version: 144
- Device: Desktop
<details>
<summary>Logs</summary>
#### Nextcloud log (data/nextcloud.log)
```
{
"reqId": "YAI23eUyZ2BZgIgjSOU2",
"level": 3,
"time": "2025-10-28T16:07:58+00:00",
"remoteAddr": "10.1.42.225",
"user": "608047E5-FA47-4ADD-BD62-51E100C95D6B",
"app": "webdav",
"method": "PROPFIND",
"url": "/remote.php/dav/trashbin/608047E5-FA47-4ADD-BD62-51E100C95D6B/trash/",
"message": "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_by' in 'SELECT'",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0",
"version": "31.0.10.2",
"exception": {
"Exception": "OC\\DB\\Exceptions\\DbalException",
"Message": "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_by' in 'SELECT'",
"Code": 1054,
"Trace": [
{
"file": "/var/www/nextcloud/lib/private/DB/ConnectionAdapter.php",
"line": 53,
"function": "wrap",
"class": "OC\\DB\\Exceptions\\DbalException",
"type": "::"
},
{
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 289,
"function": "executeQuery",
"class": "OC\\DB\\ConnectionAdapter",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashManager.php",
"line": 27,
"function": "executeQuery",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashBackend.php",
"line": 400,
"function": "listTrashForCollectives",
"class": "OCA\\Collectives\\Trash\\PageTrashManager",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashBackend.php",
"line": 73,
"function": "getTrashForFolders",
"class": "OCA\\Collectives\\Trash\\PageTrashBackend",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Trash/TrashManager.php",
"line": 30,
"function": "listTrashRoot",
"class": "OCA\\Collectives\\Trash\\PageTrashBackend",
"type": "->"
},
{
"function": "OCA\\Files_Trashbin\\Trash\\{closure}",
"class": "OCA\\Files_Trashbin\\Trash\\TrashManager",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Trash/TrashManager.php",
"line": 29,
"function": "array_reduce"
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Sabre/TrashRoot.php",
"line": 57,
"function": "listTrashRoot",
"class": "OCA\\Files_Trashbin\\Trash\\TrashManager",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 218,
"function": "getChildren",
"class": "OCA\\Files_Trashbin\\Sabre\\TrashRoot",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 900,
"function": "getChildren",
"class": "Sabre\\DAV\\Tree",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 982,
"function": "generatePathNodes",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1664,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1649,
"function": "writeMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\\DAV\\CorePlugin",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Server.php",
"line": 49,
"function": "invokeMethod",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/lib/Server.php",
"line": 403,
"function": "start",
"class": "OCA\\DAV\\Connector\\Sabre\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/appinfo/v2/remote.php",
"line": 21,
"function": "exec",
"class": "OCA\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/remote.php",
"line": 145,
"args": [
"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"File": "/var/www/nextcloud/lib/private/DB/Exceptions/DbalException.php",
"Line": 56,
"Previous": {
"Exception": "Doctrine\\DBAL\\Exception\\InvalidFieldNameException",
"Message": "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_by' in 'SELECT'",
"Code": 1054,
"Trace": [
{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1976,
"function": "convert",
"class": "Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1918,
"function": "handleDriverException",
"class": "Doctrine\\DBAL\\Connection",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1111,
"function": "convertExceptionDuringQuery",
"class": "Doctrine\\DBAL\\Connection",
"type": "->"
},
{
"file": "/var/www/nextcloud/lib/private/DB/Connection.php",
"line": 419,
"function": "executeQuery",
"class": "Doctrine\\DBAL\\Connection",
"type": "->"
},
{
"file": "/var/www/nextcloud/lib/private/DB/ConnectionAdapter.php",
"line": 50,
"function": "executeQuery",
"class": "OC\\DB\\Connection",
"type": "->"
},
{
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 289,
"function": "executeQuery",
"class": "OC\\DB\\ConnectionAdapter",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashManager.php",
"line": 27,
"function": "executeQuery",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashBackend.php",
"line": 400,
"function": "listTrashForCollectives",
"class": "OCA\\Collectives\\Trash\\PageTrashManager",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashBackend.php",
"line": 73,
"function": "getTrashForFolders",
"class": "OCA\\Collectives\\Trash\\PageTrashBackend",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Trash/TrashManager.php",
"line": 30,
"function": "listTrashRoot",
"class": "OCA\\Collectives\\Trash\\PageTrashBackend",
"type": "->"
},
{
"function": "OCA\\Files_Trashbin\\Trash\\{closure}",
"class": "OCA\\Files_Trashbin\\Trash\\TrashManager",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Trash/TrashManager.php",
"line": 29,
"function": "array_reduce"
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Sabre/TrashRoot.php",
"line": 57,
"function": "listTrashRoot",
"class": "OCA\\Files_Trashbin\\Trash\\TrashManager",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 218,
"function": "getChildren",
"class": "OCA\\Files_Trashbin\\Sabre\\TrashRoot",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 900,
"function": "getChildren",
"class": "Sabre\\DAV\\Tree",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 982,
"function": "generatePathNodes",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1664,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1649,
"function": "writeMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\\DAV\\CorePlugin",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Server.php",
"line": 49,
"function": "invokeMethod",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/lib/Server.php",
"line": 403,
"function": "start",
"class": "OCA\\DAV\\Connector\\Sabre\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/appinfo/v2/remote.php",
"line": 21,
"function": "exec",
"class": "OCA\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/remote.php",
"line": 145,
"args": [
"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"File": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php",
"Line": 69,
"Previous": {
"Exception": "Doctrine\\DBAL\\Driver\\PDO\\Exception",
"Message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_by' in 'SELECT'",
"Code": 1054,
"Trace": [
{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php",
"line": 132,
"function": "new",
"class": "Doctrine\\DBAL\\Driver\\PDO\\Exception",
"type": "::"
},
{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1104,
"function": "execute",
"class": "Doctrine\\DBAL\\Driver\\PDO\\Statement",
"type": "->"
},
{
"file": "/var/www/nextcloud/lib/private/DB/Connection.php",
"line": 419,
"function": "executeQuery",
"class": "Doctrine\\DBAL\\Connection",
"type": "->"
},
{
"file": "/var/www/nextcloud/lib/private/DB/ConnectionAdapter.php",
"line": 50,
"function": "executeQuery",
"class": "OC\\DB\\Connection",
"type": "->"
},
{
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 289,
"function": "executeQuery",
"class": "OC\\DB\\ConnectionAdapter",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashManager.php",
"line": 27,
"function": "executeQuery",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashBackend.php",
"line": 400,
"function": "listTrashForCollectives",
"class": "OCA\\Collectives\\Trash\\PageTrashManager",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashBackend.php",
"line": 73,
"function": "getTrashForFolders",
"class": "OCA\\Collectives\\Trash\\PageTrashBackend",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Trash/TrashManager.php",
"line": 30,
"function": "listTrashRoot",
"class": "OCA\\Collectives\\Trash\\PageTrashBackend",
"type": "->"
},
{
"function": "OCA\\Files_Trashbin\\Trash\\{closure}",
"class": "OCA\\Files_Trashbin\\Trash\\TrashManager",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Trash/TrashManager.php",
"line": 29,
"function": "array_reduce"
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Sabre/TrashRoot.php",
"line": 57,
"function": "listTrashRoot",
"class": "OCA\\Files_Trashbin\\Trash\\TrashManager",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 218,
"function": "getChildren",
"class": "OCA\\Files_Trashbin\\Sabre\\TrashRoot",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 900,
"function": "getChildren",
"class": "Sabre\\DAV\\Tree",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 982,
"function": "generatePathNodes",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1664,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1649,
"function": "writeMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\\DAV\\CorePlugin",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Server.php",
"line": 49,
"function": "invokeMethod",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/lib/Server.php",
"line": 403,
"function": "start",
"class": "OCA\\DAV\\Connector\\Sabre\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/appinfo/v2/remote.php",
"line": 21,
"function": "exec",
"class": "OCA\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/remote.php",
"line": 145,
"args": [
"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"File": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php",
"Line": 24,
"Previous": {
"Exception": "PDOException",
"Message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_by' in 'SELECT'",
"Code": "42S22",
"Trace": [
{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php",
"line": 130,
"function": "execute",
"class": "PDOStatement",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php",
"line": 1104,
"function": "execute",
"class": "Doctrine\\DBAL\\Driver\\PDO\\Statement",
"type": "->"
},
{
"file": "/var/www/nextcloud/lib/private/DB/Connection.php",
"line": 419,
"function": "executeQuery",
"class": "Doctrine\\DBAL\\Connection",
"type": "->"
},
{
"file": "/var/www/nextcloud/lib/private/DB/ConnectionAdapter.php",
"line": 50,
"function": "executeQuery",
"class": "OC\\DB\\Connection",
"type": "->"
},
{
"file": "/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 289,
"function": "executeQuery",
"class": "OC\\DB\\ConnectionAdapter",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashManager.php",
"line": 27,
"function": "executeQuery",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashBackend.php",
"line": 400,
"function": "listTrashForCollectives",
"class": "OCA\\Collectives\\Trash\\PageTrashManager",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/collectives/lib/Trash/PageTrashBackend.php",
"line": 73,
"function": "getTrashForFolders",
"class": "OCA\\Collectives\\Trash\\PageTrashBackend",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Trash/TrashManager.php",
"line": 30,
"function": "listTrashRoot",
"class": "OCA\\Collectives\\Trash\\PageTrashBackend",
"type": "->"
},
{
"function": "OCA\\Files_Trashbin\\Trash\\{closure}",
"class": "OCA\\Files_Trashbin\\Trash\\TrashManager",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Trash/TrashManager.php",
"line": 29,
"function": "array_reduce"
},
{
"file": "/var/www/nextcloud/apps/files_trashbin/lib/Sabre/TrashRoot.php",
"line": 57,
"function": "listTrashRoot",
"class": "OCA\\Files_Trashbin\\Trash\\TrashManager",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php",
"line": 218,
"function": "getChildren",
"class": "OCA\\Files_Trashbin\\Sabre\\TrashRoot",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 900,
"function": "getChildren",
"class": "Sabre\\DAV\\Tree",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 982,
"function": "generatePathNodes",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1664,
"function": "getPropertiesIteratorForPath",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 1649,
"function": "writeMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
"line": 346,
"function": "generateMultiStatus",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
"line": 89,
"function": "httpPropFind",
"class": "Sabre\\DAV\\CorePlugin",
"type": "->"
},
{
"file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
"line": 472,
"function": "emit",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Server.php",
"line": 49,
"function": "invokeMethod",
"class": "Sabre\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/lib/Server.php",
"line": 403,
"function": "start",
"class": "OCA\\DAV\\Connector\\Sabre\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/apps/dav/appinfo/v2/remote.php",
"line": 21,
"function": "exec",
"class": "OCA\\DAV\\Server",
"type": "->"
},
{
"file": "/var/www/nextcloud/remote.php",
"line": 145,
"args": [
"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"
],
"function": "require_once"
}
],
"File": "/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php",
"Line": 130
}
}
},
"message": "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_by' in 'SELECT'",
"exception": {
"query": "SELECT `trash_id`, `name`, `deleted_time`, `original_location`, `collective_id`, `file_id`, `deleted_by` FROM `*PREFIX*collectives_page_trash` WHERE `collective_id` IN (:dcValue1) ORDER BY `deleted_time` ASC"
},
"CustomMessage": "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'deleted_by' in 'SELECT'"
},
"id": "6900f05bc6f1d"
}
```
</details>