Sha256: 0caa513b7b664a64ecf9ed8a068052dc9bda695427dc3fc4e7f4cda4f5bf3263
Contents?: true
Size: 114 Bytes
Versions: 5
Compression:
Stored size: 114 Bytes
Contents
class AddUserIdToPosts < ActiveRecord::Migration def change add_column :posts, :user_id, :integer end end
Version data entries
5 entries across 5 versions & 3 rubygems