Sha256: 19c1967a4163d6a3fa4755dd932256ecfe511f85313cc330786cbc431e94e1a2
Contents?: true
Size: 196 Bytes
Versions: 3
Compression:
Stored size: 196 Bytes
Contents
class AddContentTypeAndFileSizeToAttachments < ActiveRecord::Migration def change add_column :attachments, :content_type, :string add_column :attachments, :file_size, :integer end end
Version data entries
3 entries across 3 versions & 1 rubygems