summaryrefslogtreecommitdiff
path: root/db/migrate/20250820175727_create_nutrients.rb
blob: d05437525b7b899cb1cb139d511a7ba12694c0b7 (plain)
1
2
3
4
5
6
7
8
9
10
class CreateNutrients < ActiveRecord::Migration[8.0]
  def change
    create_table :nutrients do |t|
      t.string :formula
      t.string :name

      t.timestamps
    end
  end
end
Copyright 2019--2025 Marius PETER