Sha256: ad948b0d6740b9b3dc34459d70b7ed99bcce795bed8f66ce431bb9008e19f6de

Contents?: true

Size: 145 Bytes

Versions: 19

Compression:

Stored size: 145 Bytes

Contents

class CreateRecordings < ActiveRecord::Migration[6.0]
  def change
    create_table :recordings do |t|
      t.integer :number
    end
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
geared_pagination-1.2.0 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.6.1 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.6.0 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.5.1 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.5.0 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.4.1 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.4.0 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.3.0 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.2.1 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.2.0 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.1.2 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.1.1 test/dummy/db/migrate/20200504213548_create_recordings.rb
cache_keeper-0.1.0 test/dummy/db/migrate/20200504213548_create_recordings.rb
geared_pagination-1.1.2 test/dummy/db/migrate/20200504213548_create_recordings.rb
geared_pagination-1.1.1 test/dummy/db/migrate/20200504213548_create_recordings.rb
geared_pagination-1.1.0 test/dummy/db/migrate/20200504213548_create_recordings.rb
geared_pagination-1.0.2 test/dummy/db/migrate/20200504213548_create_recordings.rb
geared_pagination-1.0.1 test/dummy/db/migrate/20200504213548_create_recordings.rb
geared_pagination-1.0.0 test/dummy/db/migrate/20200504213548_create_recordings.rb