Sha256: 8e7d4f50b6dc057be03298758aa4a92c4a096c05fc7ee8536f7fda24c09ce095

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

class C80AlbumGalleryCreateProps < ActiveRecord::Migration
  def change
    create_table :c80_album_gallery_props, :options => 'COLLATE=utf8_unicode_ci' do |t|

      t.integer :thumb_lg_width
      t.integer :thumb_lg_height

      t.integer :thumb_md_width
      t.integer :thumb_md_height

      t.integer :thumb_sm_width
      t.integer :thumb_sm_height

      t.timestamps null: false
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_album_gallery-0.1.0.4 db/migrate/20161006151414_c80_album_gallery_create_props.rb
c80_album_gallery-0.1.0.3 db/migrate/20161006151414_c80_album_gallery_create_props.rb
c80_album_gallery-0.1.0.2 db/migrate/20161006151414_c80_album_gallery_create_props.rb
c80_album_gallery-0.1.0.1 db/migrate/20161006151414_c80_album_gallery_create_props.rb