Company
Date Published
Feb. 1, 2021
Author
Adron Hall
Word count
902
Language
English
Hacker News points
None

Summary

This article discusses schema migrations using Hasura Console, a graphical interface for automating the build-out of database migrations. The author provides step-by-step instructions on how to add relationships and new tables using the console. They also emphasize the importance of an additive-only approach to schema migration changes in a database, which ensures data integrity and reduces conflicts in table structure when making changes.