Sha256: 5e6e62f197ae6ff33befb63cdc7aac4fb08bc0f512dc01dcfe69f5526008d1bd
Contents?: true
Size: 387 Bytes
Versions: 36
Compression:
Stored size: 387 Bytes
Contents
class CreateC80MapFloorsAreas < ActiveRecord::Migration def change create_table :c80_map_floors_areas, :options => 'COLLATE=utf8_unicode_ci' do |t| t.text :tag t.text :coords t.references :floor, index: true t.string :area_representator_type, :default => 'Rent::Area' t.references :area_representator, index: true t.timestamps end end end
Version data entries
36 entries across 36 versions & 1 rubygems