Sha256: 971920ce44fce697e080ca36e516d558daf68b6ea5f9c1b5b0ddd5a05fc21bea
Contents?: true
Size: 292 Bytes
Versions: 40
Compression:
Stored size: 292 Bytes
Contents
class CreateC80EstateRoles < ActiveRecord::Migration def change create_table :c80_estate_roles, :options => 'COLLATE=utf8_unicode_ci' do |t| t.references :role_type, index: true t.string :owner_type t.references :owner, index: true t.timestamps end end end
Version data entries
40 entries across 40 versions & 1 rubygems