Sha256: f997ec9560d76a26fa67a3d5f166aab4b6cd7cf331f0e7758d1f8fcab79449d9

Contents?: true

Size: 115 Bytes

Versions: 3

Compression:

Stored size: 115 Bytes

Contents

class AddTitleToPosts < ActiveRecord::Migration[7.0]
  def change
    add_column :posts, :title, :string
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
administrate-field-active_storage-1.0.2 test_app/db/migrate/20231117224946_add_title_to_posts.rb
administrate-field-active_storage-1.0.1 test_app/db/migrate/20231117224946_add_title_to_posts.rb
administrate-field-active_storage-1.0.0 test_app/db/migrate/20231117224946_add_title_to_posts.rb