Sha256: fe570f34d70d7b12f6e7d69c80acf3374f56bf7795152427211b8bf3eaf442d1
Contents?: true
Size: 231 Bytes
Versions: 7
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true # Addition of SEO fields class AddSeoFields < ActiveRecord::Migration[5.2] def change change_table :spina_blog_posts do |t| t.string :seo_title t.text :description end end end
Version data entries
7 entries across 7 versions & 1 rubygems