Initial commit
This commit is contained in:
11
db/migrate/20190613155257_create_graphics_elements_table.rb
Normal file
11
db/migrate/20190613155257_create_graphics_elements_table.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateGraphicsElementsTable < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :graphics_elements do |t|
|
||||
t.references :video, foreign_key: true
|
||||
t.text :text
|
||||
t.string :time_elapsed
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user