Sha256: 1664d5fe474f594894283d8ec88325aec0ff3c942c734e02f78565e70fa35efd
Contents?: true
Size: 387 Bytes
Versions: 24
Compression:
Stored size: 387 Bytes
Contents
class CreateC80YaxProps < ActiveRecord::Migration def change create_table :c80_yax_props, :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
24 entries across 24 versions & 1 rubygems