Sha256: 8aed139ea0942212f4d85faf5c9b442832a6f5f0213948309e547e8a33bfec43

Contents?: true

Size: 277 Bytes

Versions: 17

Compression:

Stored size: 277 Bytes

Contents

class CreateC80MapBuildings < ActiveRecord::Migration
  def change
    create_table :c80_map_buildings, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :tag
      t.text :coords
      t.string :img_bg
      t.string :img_overlay
      t.timestamps
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
c80_map-0.1.0.24 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.23 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.22 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.21 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.20 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.19 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.18 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.17 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.16 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.15 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.14 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.13 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.12 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.11 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.10 db/migrate/20160620040217_create_c80_map_buildings.rb
c80_map-0.1.0.2 db/migrate/20160620040206_create_c80_map_buildings.rb
c80_map-0.1.0.1 db/migrate/20160620040206_create_c80_map_buildings.rb