Migrations in GoLang
Before our app can start up, we need to ensure that the database is set up correctly. This is as true for our local machine setup as it is in production. If we need new columns or a different table structure then we need a mechanism that will update ...
Nov 4, 20223 min read973


