parent
9592b1daa2
commit
93ba30a106
@ -0,0 +1,7 @@
|
|||||||
|
class AddMoreFieldsToMovies < ActiveRecord::Migration[7.0]
|
||||||
|
def change
|
||||||
|
add_column :movies, :director, :string
|
||||||
|
add_column :movies, :duration, :string
|
||||||
|
add_column :movies, :image_file_name, :string
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue