Sha256: c86f3216696810c505f9e6f6fb7038ffa917f7f4d427dfc2a15f5280d3891122
Contents?: true
Size: 125 Bytes
Versions: 56
Compression:
Stored size: 125 Bytes
Contents
class AddStatusToShops < ActiveRecord::Migration def change add_column :shops, :status, :integer, default: 0 end end
Version data entries
56 entries across 56 versions & 1 rubygems