Sha256: fd9da4b93f80c57767ecfa44c3ce7d5b833f9a06cde17d66ea31f874a97f4652
Contents?: true
Size: 379 Bytes
Versions: 33
Compression:
Stored size: 379 Bytes
Contents
class CreateWeelerTranslations < ActiveRecord::Migration 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
33 entries across 18 versions & 1 rubygems