Sha256: f3cd366798ed0384744ae674781e1582b7cccfeb9bff619a00581edae944a6e5

Contents?: true

Size: 521 Bytes

Versions: 37

Compression:

Stored size: 521 Bytes

Contents

class CreateC80EstatePstats < ActiveRecord::Migration
  def change
    create_table :c80_estate_pstats, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.references :property, index: true
      t.references :atype, index: true
      t.references :sevent, index: true
      t.references :parent, index: true
      t.integer :free_areas
      t.integer :busy_areas
      t.integer :coef_busy
      t.integer :free_areas_sq
      t.integer :busy_areas_sq
      t.integer :coef_busy_sq
      t.timestamps
    end
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

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