Creating the Database schema
Jun 8, 2022 · 3 min read · Rails provides scaffolds for generating all the boilerplate code for a Model in the application. This also includes the database migrations that will be needed. These scaffolds are a little bit limited in what they support in terms of database migrat...
Join discussion