Sha256: 17980a6a6268ab7fc427b8e9c7491c5a59ac728106ee2ed2bdf84de30f65d446
Contents?: true
Size: 242 Bytes
Versions: 12
Compression:
Stored size: 242 Bytes
Contents
class CreateTranslations < ActiveRecord::Migration 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
12 entries across 12 versions & 1 rubygems