# frozen_string_literal: true class AddQuantityToBooks < ActiveRecord::Migration[6.1] def change add_column :books, :quantity, :integer end end