Celestial Bodies Database | FreeCodeCamp

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

Комментарии • 18

  • @capybaraponque611
    @capybaraponque611 6 дней назад

    thanks, I didn't know how to save it on Github, this saved me.

  • @stephef8177
    @stephef8177 Год назад +7

    Thanks for this. I was so stuck on the saving part! I feel like they could have given a bit more info on that part lol

    • @landonschlangen
      @landonschlangen  Год назад

      A bit more info on that would have been nice, I agree.

  • @adamsland3827
    @adamsland3827 5 месяцев назад

    why i didn't find your video a day before i finish the task :DDD. THX MAN!

  • @juveria_dalvi
    @juveria_dalvi Год назад +1

    finally able to save rest was easy but saving the progress was quite hard, thank you...😇

  • @sebabarrau4094
    @sebabarrau4094 Год назад +1

    Thanks for the help! I was struggling with the saving process and your solution make me laugh (and worked)

  • @calebsellers7455
    @calebsellers7455 Месяц назад

    This was incredibly helpful, thank you!

  • @offorjohn
    @offorjohn Год назад

    Great video moving on.

  • @martinnel9178
    @martinnel9178 Год назад

    Thank you for the assist

  • @whoisarod
    @whoisarod Год назад

    Also stuck trying to commit to GitHub via the bash command line Thanks!

  • @ABBASSHAIKHJI-c4z
    @ABBASSHAIKHJI-c4z Год назад

    It is Saying that You cannot set the STAR ID As primary As in how to enter the data (34:10)?

    • @landonschlangen
      @landonschlangen  Год назад

      I think I was just saying that the planet of 'yolo' is not in our solar system.

  • @shresthmeharia5632
    @shresthmeharia5632 Год назад

    Can you share the link of this database on the freecodecamp site

    • @landonschlangen
      @landonschlangen  Год назад

      Probably not. If you made a github repo, you can share that link where ever you want.

  • @abbas_shaikhji
    @abbas_shaikhji Год назад

    star(star_id SERIAL PRIMARY KEY NOT NULL, radius INT NOT NULL, color VARCHAR(255) NOT NULL, galaxy_id INT, name VARCHAR(255), CONSTRAINT fk_galaxy FOREIGN KEY(galaxy_id) REFERENCES galaxy(galaxy_id)); is my final code but it says syntax error near unexpected token `(