Sha256: f732d2385aff1aa0052fc450c7e33af41546c05a16eff225141e30b55e44ae9c
Contents?: true
Size: 321 Bytes
Versions: 3
Compression:
Stored size: 321 Bytes
Contents
class AddAttachmentToContentType < ActiveRecord::Migration def change add_column :content_types, :attachment_id, :string add_column :content_types, :attachment_filename, :string add_column :content_types, :attachment_size, :integer add_column :content_types, :attachment_content_type, :string end end
Version data entries
3 entries across 3 versions & 1 rubygems