How to design Database

I want to add  a field in db which should store data in array format . I will get this data via integration and i want it to be in an array. can someone help


Integration output :

{

email :Test,
addid:1193u,
remove id:123,
status:success,
statausmessage:
{
     {
          message :test1 success, 
          date:
       }
         {
             message : test2 failed,
             date:
          }
    
  }
}

  Discussion posts and replies are publicly visible