Sha256: 8f265d08e4c1b4ee006bab0dd40c08ae576da5de5261ebfab6f3c2e474f57925
Contents?: true
Size: 110 Bytes
Versions: 59
Compression:
Stored size: 110 Bytes
Contents
class AddMemoToItem < ActiveRecord::Migration[5.2] def change add_column :items, :memo, :text end end
Version data entries
59 entries across 59 versions & 14 rubygems