Celestial Bodies 5th table

I’m curious what others came up for the fifth table for the universe database and what columns it is composed of? I thought of a lookup table that is linked to the star table via foreign key. Yet I could only get two columns for that and the project requires a minimum of 3 columns:

  • id - the primary key for the table
  • type - the type of a given star (a given type of star can be associated with many stars and a star can only be one type of star)

I did an asteroids table :person_shrugging: