I do have access to the database and it is mysql. Thanks again for sticking through this with me.
Edit. Here’s the output:
MariaDB [mattermost]> select id,name,isactive,createat,endat,deleteat,activestage,currentstatus from IR_Incident;
+----------------------------+----------------+----------+---------------+---------------+----------+-------------+---------------+
| id | name | isactive | createat | endat | deleteat | activestage | currentstatus |
+----------------------------+----------------+----------+---------------+---------------+----------+-------------+---------------+
| mbt5qqzxajygtdqjmja5c74d3o | | 1 | 1661875364146 | 1661875385853 | 0 | 0 | Finished |
| yf4zwwpf5bb8jydao8zu9p78co | Onboarding Run | 1 | 1661457599044 | 0 | 0 | 0 | InProgress |
+----------------------------+----------------+----------+---------------+---------------+----------+-------------+---------------+
2 rows in set (0.000 sec)