Sha256: 72a0abd0113f128f6c2384797f6a6b4df1987111564efb86af52fd9bd415b8e9

Contents?: true

Size: 625 Bytes

Versions: 8

Compression:

Stored size: 625 Bytes

Contents

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

      # количество услуг в одном ряду (в списке услуг)
      t.integer :per_row

      # размеры картинки в списке услуг
      t.integer :preview_width
      t.integer :preview_height

      # размеры большой картинки на странице просмотра услуги
      t.integer :big_one_width
      t.integer :big_one_height

      t.timestamps null: false
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.8 db/migrate/201609221321_c80_catoffers_create_props.rb
c80_catoffers-0.1.0.7 db/migrate/201609221321_c80_catoffers_create_props.rb
c80_catoffers-0.1.0.6 db/migrate/201609221321_c80_catoffers_create_props.rb
c80_catoffers-0.1.0.5 db/migrate/201609221321_c80_catoffers_create_props.rb
c80_catoffers-0.1.0.4 db/migrate/201609221321_c80_catoffers_create_props.rb
c80_catoffers-0.1.0.3 db/migrate/201609221321_c80_catoffers_create_props.rb
c80_catoffers-0.1.0.2 db/migrate/201609221321_c80_catoffers_create_props.rb
c80_catoffers-0.1.0.1 db/migrate/201609221321_c80_catoffers_create_props.rb