1. Database Schema Design: We have a users table that stores a single address in its own columns. Design a separate Address table, then walk through the migration: how would you read the existing address from the user table and write it into the new structure?