···76 recordingMbId: text(),
77 /** The length of the track in seconds */
78 duration: integer(),
79- /** The name of the artist */
80- artistName: text().notNull(),
81 /** Array of Musicbrainz artist IDs */
82 // type of string[]
83 artistMbIds: json<string[]>(),
···76 recordingMbId: text(),
77 /** The length of the track in seconds */
78 duration: integer(),
79+ /** The names of the artists in order of original appearance */
80+ artistNames: json<string[]>(),
81 /** Array of Musicbrainz artist IDs */
82 // type of string[]
83 artistMbIds: json<string[]>(),