Sha256: f02f4e9e76e73c7c5137f0157d345e0988053abb72ccc2d24a03c13cc0409505

Contents?: true

Size: 180 Bytes

Versions: 6

Compression:

Stored size: 180 Bytes

Contents

class CreateResizingRailsVideos < ActiveRecord::Migration[5.2]
  def change
    create_table :resizing_rails_videos do |t|
      t.text :data

      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
resizing-rails-0.4.1 db/migrate/20210122043613_create_resizing_rails_videos.rb
resizing-rails-0.4.0 db/migrate/20210122043613_create_resizing_rails_videos.rb
resizing-rails-0.3.0 db/migrate/20210122043613_create_resizing_rails_videos.rb
resizing-rails-0.2.0 db/migrate/20210122043613_create_resizing_rails_videos.rb
resizing-rails-0.1.0.pre2 db/migrate/20210122043613_create_resizing_rails_videos.rb
resizing-rails-0.1.0.pre db/migrate/20210122043613_create_resizing_rails_videos.rb