not-josue / freeCodeCamp-celestial-bodies-database

Solution to freeCodeCamp's celestial bodies database project using PostgreSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeCodeCamp-celestial-bodies-database

PostgreSQL

Solution to freeCodeCamp's celestial bodies database project using PostgreSQL.

Data from Chat-GPT

πŸ’¬ Conversation

⭐ Star Table

  • galaxy_id INT FOREIGN KEY was added

πŸͺ Planet Table

  • is_habitable BOOLEAN was added
  • Star Data was replaced with star_id INT FOREIGN KEY

πŸŒ™ Moon Table

  • Type Data was replaced with is_natural BOOLEAN
  • Planet Data was replaced with planet_id INT FOREIGN KEY

πŸŒ‘ Asteroid Table

  • Planet Data was replaced with planet_id INT FOREIGN KEY

πŸ“ƒ Schema

universe-database-schema

About

Solution to freeCodeCamp's celestial bodies database project using PostgreSQL.

License:MIT License