Sha256: 5f7c98314194499b0f396028f2978380919bc3535b73fb52f9aad6955bdf335b
Contents?: true
Size: 197 Bytes
Versions: 4
Compression:
Stored size: 197 Bytes
Contents
class AddTagsStringToBlogPost < ActiveRecord::Migration def self.up add_column :blog_posts, :tags_string, :string end def self.down remove_column :blog_posts, :tags_string end end
Version data entries
4 entries across 3 versions & 1 rubygems