1 2 3 4 5 6 7
class ActiveStorage::CreateUsers < ActiveRecord::Migration[5.1] def change create_table :users do |t| t.string :name end end end