Sha256: 123168a7b8a2a5360f5658ceaf4777d73a57fd0842d2f7082251182f6859996a
Contents?: true
Size: 289 Bytes
Versions: 8
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true # AddCategoryIdToSpinaBlogPosts class AddFeaturedToSpinaBlogPosts < ActiveRecord::Migration[5.2] def change add_column :spina_blog_posts, :featured, :boolean, index: true, default: false end end
Version data entries
8 entries across 8 versions & 2 rubygems