Sha256: 04ba5edf0e069b0ad9f01f2c759385f175cb48dd9f0d32997ecf558897f8702b
Contents?: true
Size: 185 Bytes
Versions: 9
Compression:
Stored size: 185 Bytes
Contents
class AddIdentifierToSpudPosts < ActiveRecord::Migration def change add_column :spud_posts, :identifier, :string add_index :spud_posts, :identifier, :unique => true end end
Version data entries
9 entries across 9 versions & 1 rubygems