books quantity

This commit is contained in:
Karol Selak 2021-03-22 01:24:13 +01:00
parent c2dfc1f04a
commit 733870ce96
7 changed files with 58 additions and 27 deletions

View file

@ -0,0 +1,5 @@
class AddQuantityToBooks < ActiveRecord::Migration[6.1]
def change
add_column :books, :quantity, :integer
end
end