Sha256: dccc47b8b4cc64a23ff44dc4acde7337b484c1e5dfb41535fca0e5048858ab97
Contents?: true
Size: 111 Bytes
Versions: 8
Compression:
Stored size: 111 Bytes
Contents
class AddHeightToUser < ActiveRecord::Migration def change add_column :users, :height, :string end end
Version data entries
8 entries across 8 versions & 3 rubygems