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

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