Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. toru=# select * from statuses limit 10;
  2. id | model_id | created_at | updated_at | deleted_at | status_date | substatus_date | created_by | updated_by | deleted_by | model_type | status | description | substatus
  3. ----+----------+-------------------------+-------------------------+------------+-------------------------+-------------------------+------------+------------+------------+------------+---------+-------------+-------------
  4. 1 | 1 | 2019-11-15 14:41:21.906 | 2019-11-15 14:41:21.906 | | 2019-11-15 14:41:21.868 | 2019-11-15 14:41:21.869 | 1 | 1 | | work_queue | CREATED | | CREATED
  5. 2 | 1 | 2019-11-15 14:41:21.906 | 2019-11-15 14:41:21.906 | | 2019-11-15 14:41:21.868 | 2019-11-15 14:41:22.937 | 1 | 1 | | work_queue | CREATED | | IN_PROGRESS
  6. 3 | 2 | 2019-11-15 14:42:00.395 | 2019-11-15 14:42:00.395 | | 2019-11-15 14:42:00.394 | 2019-11-15 14:42:00.394 | 1 | 1 | | work_queue | CREATED | | CREATED
  7. 4 | 1 | 2019-11-15 14:41:21.906 | 2019-11-15 14:41:21.906 | | 2019-11-15 14:42:00.393 | | 1 | 1 | | work_queue | ERROR | |
  8. 5 | 2 | 2019-11-15 14:42:00.395 | 2019-11-15 14:42:00.395 | | 2019-11-15 14:42:00.394 | 2019-11-15 15:42:03.243 | 1 | 1 | | work_queue | CREATED | | IN_PROGRESS
  9. 6 | 3 | 2019-11-15 15:42:39.416 | 2019-11-15 15:42:39.416 | | 2019-11-15 15:42:39.415 | 2019-11-15 15:42:39.415 | 1 | 1 | | work_queue | CREATED | | CREATED
  10. 7 | 2 | 2019-11-15 14:42:00.395 | 2019-11-15 14:42:00.395 | | 2019-11-15 15:42:39.415 | | 1 | 1 | | work_queue | ERROR | |
  11. 8 | 3 | 2019-11-15 15:42:39.416 | 2019-11-15 15:42:39.416 | | 2019-11-15 15:42:39.415 | 2019-11-18 10:09:32.801 | 1 | 1 | | work_queue | CREATED | | IN_PROGRESS
  12. 9 | 4 | 2019-11-18 10:10:11.187 | 2019-11-18 10:10:11.187 | | 2019-11-18 10:10:11.187 | 2019-11-18 10:10:11.187 | 1 | 1 | | work_queue | CREATED | | CREATED
  13. 10 | 3 | 2019-11-15 15:42:39.416 | 2019-11-15 15:42:39.416 | | 2019-11-18 10:10:11.186 | | 1 | 1 | | work_queue | ERROR | |
  14. (10 rows)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement