Sha256: ce96752eb18861aaf5c7354c96cd1645b49455a3cb4959a48dd26a0b93d505c4
Contents?: true
Size: 457 Bytes
Versions: 39
Compression:
Stored size: 457 Bytes
Contents
class CreateC80EstateAreas < ActiveRecord::Migration def change create_table :c80_estate_areas, :options => 'COLLATE=utf8_unicode_ci' do |t| t.string :title t.text :desc t.references :property, index: true t.references :atype, index: true t.string :owner_type t.references :owner, 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