class CreateVideoStreams < ActiveRecord::Migration def change create_table :kurento_rails_video_streams do |t| t.string :name t.string :pipeline t.string :file_url t.string :sender_rtc t.boolean :streaming t.timestamps null: false end end end