Sha256: 51ad59bb1ca57c3788cc278c311450f727b3fe269632d5dd99f084152df91524
Contents?: true
Size: 376 Bytes
Versions: 36
Compression:
Stored size: 376 Bytes
Contents
class CreateC80MapFloorsFloors < ActiveRecord::Migration def change create_table :c80_map_floors_floors, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :title t.string :tag t.integer :ord t.text :coords t.string :img_bg t.string :img_overlay t.references :map_building, index: true t.timestamps end end end
Version data entries
36 entries across 36 versions & 1 rubygems