Sha256: 9c90bb32b3218c59e922ed2511436f7c4d7e46df91f3cf8fb8f48a99be7fc779
Contents?: true
Size: 185 Bytes
Versions: 13
Compression:
Stored size: 185 Bytes
Contents
class AddTimestampsToCategories < ActiveRecord::Migration def change add_column :categories, :created_at, :timestamp add_column :categories, :updated_at, :timestamp end end
Version data entries
13 entries across 13 versions & 1 rubygems