Sha256: 56fb01abcf93d49d2f5046f400f027a92cc505622e0e4f1ba48475d991be57a2
Contents?: true
Size: 370 Bytes
Versions: 40
Compression:
Stored size: 370 Bytes
Contents
class CreateC80EstateComments < ActiveRecord::Migration def change create_table :c80_estate_comments, :options => 'COLLATE=utf8_unicode_ci' do |t| t.text :content t.references :area, index: true t.references :property, index: true t.string :owner_type t.references :owner, index: true t.timestamps null: false end end end
Version data entries
40 entries across 40 versions & 1 rubygems