Suppose you want to use the AutoMigrate() function from GORM to create a new database schema from scratch.
What is the correct order of steps you should follow before executing the first migration? Put the first step on top and the last step at the bottom.