Sha256: c49fd5a079dc358a4ce224db22d8ccb737af9dda3e89c291bb9e1b2addb75df3

Contents?: true

Size: 324 Bytes

Versions: 16

Compression:

Stored size: 324 Bytes

Contents

class CreateTiProps < ActiveRecord::Migration
  def change
    create_table :ti_props 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
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
c80_yax-0.1.0.25 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.24 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.23 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.22 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.21 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.20 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.18 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.17 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.16 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.15 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.14 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.13 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.12 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.11 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.10 engines/ti/db/migrate/20170706050000_create_ti_props.rb
c80_yax-0.1.0.9 engines/ti/db/migrate/20170706050000_create_ti_props.rb