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