Sha256: 9c549a8bf238e43f9cbcd05cf4ef786e9cb3f8d53122c911c0e295211f1a7e03

Contents?: true

Size: 236 Bytes

Versions: 40

Compression:

Stored size: 236 Bytes

Contents

class CreateC80Atypes < ActiveRecord::Migration
  def change
    create_table :c80_estate_atypes, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.string :slug

      t.timestamps null: false
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
c80_estate-0.1.0.39 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.38 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.37 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.36 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.35 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.34 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.33 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.32 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.31 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.30 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.29 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.28 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.27 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.26 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.25 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.24 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.23 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.22 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.21 db/migrate/20160629100505_create_c80_atypes.rb
c80_estate-0.1.0.20 db/migrate/20160629100505_create_c80_atypes.rb