Celestial Bodies Database - Build a Celestial Bodies Database

Tell us what’s happening:
Describe your issue in detail here.
How to add the name column
Table “public.galaxy”
±------------±--------±----------±---------±------------------------------------------+
| Column | Type | Collation | Nullable | Default |
±------------±--------±----------±---------±------------------------------------------+
| galaxy_id | integer | | not null | nextval(‘galaxy_galaxy_id_seq’::regclass) |
| speed | integer | | | |
| description | text | | | |

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0

Challenge: Celestial Bodies Database - Build a Celestial Bodies Database

Link to the challenge:

           Table "public.galaxy"
+-------------+---------+-----------+----------+-------------------------------------------+
|   Column    |  Type   | Collation | Nullable |                  Default                  |
+-------------+---------+-----------+----------+-------------------------------------------+
| galaxy_id   | integer |           | not null | nextval('galaxy_galaxy_id_seq'::regclass) |
| speed       | integer |           |          |                                           |
| description | text    |           |          |                                           |