Sha256: 56bbca9bd3260d7f970fe95bb9a253bd055fa5180bcff789889161c36ac06e2a
Contents?: true
Size: 384 Bytes
Versions: 3
Compression:
Stored size: 384 Bytes
Contents
class CreateWeelerTranslations < ActiveRecord::Migration[4.2] def change create_table :weeler_translations do |t| t.string :locale t.string :key t.text :value t.text :interpolations t.boolean :is_proc, :default => false t.timestamps end add_index :weeler_translations, :locale add_index :weeler_translations, :key end end
Version data entries
3 entries across 3 versions & 1 rubygems