Sha256: 6b8d7fc662b4e1d2a23ff530d1613c25375328b03a0beee211e5e8329ec48437

Contents?: true

Size: 267 Bytes

Versions: 40

Compression:

Stored size: 267 Bytes

Contents

class CreateC80EstateUoms < ActiveRecord::Migration
  def change
    create_table :c80_estate_uoms, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :comment
      t.boolean :is_number
      t.timestamps null: false
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
c80_estate-0.1.0.19 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.18 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.17 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.16 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.15 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.14 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.13 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.12 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.11 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.10 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.9 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.8 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.7 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.6 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.5 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.4 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.3 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.2 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0.1 db/migrate/20160629041414_create_c80_estate_uoms.rb
c80_estate-0.1.0 db/migrate/20160629041414_create_c80_estate_uoms.rb