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