Sha256: 0df4a0fbe30921ff933a7ef56b7a8ca76cdd637a179c401a9774c48a8384e8c7
Contents?: true
Size: 266 Bytes
Versions: 6
Compression:
Stored size: 266 Bytes
Contents
class CreateVulgataUserLocales < ActiveRecord::Migration def change create_table :vulgata_user_locales do |t| t.integer :user_id t.string :user_type t.string :locale t.timestamps t.index [:user_id, :user_type] end end end
Version data entries
6 entries across 6 versions & 1 rubygems