Sha256: c2963ada5463ca303259ecee38ab614a460d72e27c4d83c92ad469c6f1779888
Contents?: true
Size: 277 Bytes
Versions: 49
Compression:
Stored size: 277 Bytes
Contents
class CreateAttachments < ActiveRecord::Migration def change create_table :attachments do |t| t.string :filename t.string :content_type t.integer :size t.string :attachable_type t.integer :attachable_id t.timestamps end end end
Version data entries
49 entries across 49 versions & 1 rubygems