Added Ingredient comment attribute
Minor view updates
This commit is contained in:
@@ -41,6 +41,7 @@ class CreateSchema < ActiveRecord::Migration
|
||||
create_table :ingredients do |t|
|
||||
t.references :project
|
||||
t.string :name
|
||||
t.text :comment
|
||||
t.decimal :ref_amount, precision: 12, scale: 6
|
||||
t.references :ref_unit
|
||||
t.integer :group
|
||||
|
||||
Reference in New Issue
Block a user