Initial commit
This commit is contained in:
10
db/migrate/20180808193510_create_unreleased_appearances.rb
Normal file
10
db/migrate/20180808193510_create_unreleased_appearances.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class CreateUnreleasedAppearances < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :unreleased_appearances do |t|
|
||||
t.belongs_to :video, foreign_key: true
|
||||
t.string :time_elapsed
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user