Sha256: 6c0d45ef74df0c7eb1e834fcd8cf94a4f9255c68df28327440893dcccf7f8cdb
Contents?: true
Size: 176 Bytes
Versions: 46
Compression:
Stored size: 176 Bytes
Contents
class AddPreAndPostpendTestColumnsToArticles < ActiveRecord::Migration def change add_column :articles, :url, :string add_column :articles, :price, :string end end
Version data entries
46 entries across 46 versions & 1 rubygems