parent
94f206d991
commit
9b03bbd714
@ -0,0 +1,6 @@
|
||||
class AddFieldsToMovies < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :movies, :description, :text
|
||||
add_column :movies, :released_on, :date
|
||||
end
|
||||
end
|
Loading…
Reference in new issue