Sha256: ec9700ad05147b3f1aadccb6551fd29500dd152b4900bdb3c90430274716b0c7
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 Bytes
Contents
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
Version data entries
4 entries across 4 versions & 1 rubygems