Sha256: f4aa6092eecd5c951de48fcfa5c87f1155e4d91b02d7b8a97e37c25cce3b13ac

Contents?: true

Size: 502 Bytes

Versions: 39

Compression:

Stored size: 502 Bytes

Contents

class CreateC80EstateProperties < ActiveRecord::Migration
  def change
    create_table :c80_estate_properties, :options => 'COLLATE=utf8_unicode_ci' do |t|
      t.string :title
      t.text :desc
      t.string :address
      t.string :latitude
      t.string :longitude
      t.string :owner_type
      t.references :owner, index: true
      # t.references :atype, index: true
      t.string :assigned_person_type
      t.references :assigned_person, index: true
      t.timestamps
    end
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
c80_estate-0.1.0.19 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.18 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.17 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.16 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.15 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.14 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.13 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.12 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.11 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.10 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.9 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.8 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.7 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.6 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.5 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.4 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.3 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.2 db/migrate/20160629033535_create_c80_estate_properties.rb
c80_estate-0.1.0.1 db/migrate/20160629033535_create_c80_estate_properties.rb