A DBRowType is structured differently depending on the table received This structure is based off the parent table and can be found under osrs.gamevals.dbtabletypes.
An example of this structure for any DBRow that uses the music DBTable as the parent.
sortname:stringdisplayname:stringunlockhint:stringduration:numbermidi:midivariable:Array<number>area:inttarea_default:booleanhidden:booleanholiday:numbersecondary_track:DBRow Copy
sortname:stringdisplayname:stringunlockhint:stringduration:numbermidi:midivariable:Array<number>area:inttarea_default:booleanhidden:booleanholiday:numbersecondary_track:DBRow
A DBRowType is structured differently depending on the table received This structure is based off the parent table and can be found under osrs.gamevals.dbtabletypes.