Sha256: 26f1f8b0eb5d563d02fe5ed6c491ad9fa45bf24289f9b4673a837dca3be33047

Contents?: true

Size: 281 Bytes

Versions: 48

Compression:

Stored size: 281 Bytes

Contents

class CreateVideos < ActiveRecord::Migration
  def change
    create_table :videos do |t|
      t.string :name
      t.text :description
      t.integer :index_id
      t.integer :priority
      t.string :remote_id
      t.string :remote_type

      t.timestamps
    end
  end
end

Version data entries

48 entries across 48 versions & 2 rubygems

Version Path
sbdevcore-0.3.10 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.9 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.8 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.7 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.6 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.5 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.4 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.3 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.2 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.1 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.3.0 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.2.26 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.2.25 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.2.24 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.2.23 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.2.22 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.2.21 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.2.20 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.2.19 db/migrate/20110815164359_create_videos.rb
sbdevcore-0.2.18 db/migrate/20110815164359_create_videos.rb