Sha256: a819c33333f494670de37cc48d63a4cce8683c66052a8033154050c04debb11b
Contents?: true
Size: 413 Bytes
Versions: 38
Compression:
Stored size: 413 Bytes
Contents
class CreateC80EstateSevents < ActiveRecord::Migration def change create_table :c80_estate_sevents, :options => 'COLLATE=utf8_unicode_ci' do |t| t.references :area, index: true t.references :atype, index: true t.references :property, index: true t.references :astatus, index: true t.references :auser, index: true t.string :auser_type t.timestamps end end end
Version data entries
38 entries across 38 versions & 1 rubygems