Add IMDB ID to movies
This commit is contained in:
9
db/migrate/20230513012518_add_imdb_id_to_movies.rb
Normal file
9
db/migrate/20230513012518_add_imdb_id_to_movies.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
ROM::SQL.migration do
|
||||
change do
|
||||
alter_table :movies do
|
||||
add_column :imdb_id, :text
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user