Sha256: 84fce0b01ca95c1c804c6df40619d2e83485b6ed69831480c90fbe07e031529b
Contents?: true
Size: 247 Bytes
Versions: 3
Compression:
Stored size: 247 Bytes
Contents
class CreateTranslations < ActiveRecord::Migration[4.2] def change create_table :translations do |t| t.references :post, index: true t.string :locale t.string :title t.text :body t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems