Farmbot-Web-App/db/migrate/20180301222052_add_planted_...

7 lines
159 B
Ruby

class AddPlantedAtToPlants < ActiveRecord::Migration[5.1]
safety_assured
def change
add_column :plants, :planted_at, :datetime, default: nil
end
end