Sha256: 2b1af5738b87fbc034f0b34b1fe8b65282c9a3eed53a9dd053a6d8cc8555de37
Contents?: true
Size: 353 Bytes
Versions: 6
Compression:
Stored size: 353 Bytes
Contents
# This migration comes from champollion (originally 20150417194342) 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