Sha256: 2e5c51f82bdcc648ca93ab5e0f15c7a730860ec27e18907ca25e9fca6ecf1b2d

Contents?: true

Size: 254 Bytes

Versions: 11

Compression:

Stored size: 254 Bytes

Contents

class CreateC80PushRegions < ActiveRecord::Migration[5.0]
  def change
    create_table :c80_push_regions do |t|
      t.integer :ord, null: false, default: 0
      t.string :title, null: false, limit: 90
      t.timestamps null: false
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
c80_push-0.1.0.11 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0.10 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0.8 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0.7 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0.6 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0.5 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0.4 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0.3 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0.2 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0.1 db/migrate/20170626125858_create_c80_push_regions.rb
c80_push-0.1.0 db/migrate/20170626125858_create_c80_push_regions.rb