1
0

Added Ingredient comment attribute

Minor view updates
This commit is contained in:
cryptogopher
2019-12-27 22:40:07 +01:00
parent 4d48e86728
commit cc62ef1002
10 changed files with 20 additions and 11 deletions

View File

@@ -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