Sha256: 0fd7b74485932a91362a00d2b4ab478e347e8d2e7d37721a1046215afa39c726
Contents?: true
Size: 214 Bytes
Versions: 19
Compression:
Stored size: 214 Bytes
Contents
class CreatePhotos < ActiveRecord::Migration def change create_table :photos do |t| t.references :photoable, polymorphic: true, index: true t.string :content t.timestamps end end end
Version data entries
19 entries across 19 versions & 1 rubygems