Skip to content
Snippets Groups Projects
Commit 2ee6251c authored by Tyler R Lemburg's avatar Tyler R Lemburg
Browse files

Add migration

parent 02a01f01
No related branches found
No related tags found
No related merge requests found
require 'active_record'
class AddReservationDescription < ActiveRecord::Migration
def change
add_column :reservations, :description, :text
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment