Sha256: 6c9d387cd5ab248d341d889a00c26fb9ae25ed515d8261ef3f689d876fbce8d5
Contents?: true
Size: 399 Bytes
Versions: 2
Compression:
Stored size: 399 Bytes
Contents
class CreateC80SwiperSwprops < ActiveRecord::Migration def change create_table :c80_swiper_swprops, :options => 'COLLATE=utf8_unicode_ci' do |t| t.integer :thumb_sm_width t.integer :thumb_sm_height t.integer :thumb_md_width t.integer :thumb_md_height t.integer :thumb_lg_width t.integer :thumb_lg_height t.timestamps null: false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
c80_swiper-0.1.0.1 | db/migrate/20161111034340_create_c80_swiper_swprops.rb |
c80_swiper-0.1.0 | db/migrate/20161111034340_create_c80_swiper_swprops.rb |