Sha256: 506259a8b6974a6f13bd2117d9f41e2a052e8356536e73642b98928925bbf5cd

Contents?: true

Size: 113 Bytes

Versions: 6

Compression:

Stored size: 113 Bytes

Contents

class AddNameToPosts < ActiveRecord::Migration[7.1]
  def change
    add_column :posts, :name, :string
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bard-file_field-0.1.5 dummy/db/migrate/20231102131420_add_name_to_posts.rb
bard-file_field-0.1.4 dummy/db/migrate/20231102131420_add_name_to_posts.rb
bard-file_field-0.1.3 dummy/db/migrate/20231102131420_add_name_to_posts.rb
bard-file_field-0.1.2 dummy/db/migrate/20231102131420_add_name_to_posts.rb
bard-file_field-0.1.1 dummy/db/migrate/20231102131420_add_name_to_posts.rb
bard-file_field-0.1.0 dummy/db/migrate/20231102131420_add_name_to_posts.rb