Sha256: 68754c3a41ab048387ce78db64b8a1271fcf24a74100d3711544da162b6a6625
Contents?: true
Size: 285 Bytes
Versions: 6
Compression:
Stored size: 285 Bytes
Contents
class CreateTranslations < ActiveRecord::Migration def change create_table :translations do |t| t.string :locale t.string :key t.text :value t.text :interpolations t.boolean :is_proc, default: false t.timestamps null: false end end end
Version data entries
6 entries across 6 versions & 1 rubygems