class CreateEmails < ActiveRecord::Migration[6.0] def change create_table :emails do |t| t.string :email, null: false end end end