How can i create a schema to the database?

Hi, how can i create a column which is an array of objects like
 id: string;
  name: string;
  artist: string[];
  cover: string;


Thanks
Was this page helpful?