Added boolean billed

This commit is contained in:
2018-03-31 08:03:26 -04:00
committed by GitHub
parent 2acb3efe5a
commit 7412ac4f91

View File

@@ -17,7 +17,8 @@ class CreateLineItems < ActiveRecord::Migration
t.float :amount
t.string :description
t.float :unit_price
t.float :quantity
t.float :quantity
t.boolean :billed
end
add_reference :line_items, :issues, index: true