Sha256: 0100792d2517fdec8a47d3b8af4b0c58960eb354166d335976f16aab8d715816
Contents?: true
Size: 249 Bytes
Versions: 26
Compression:
Stored size: 249 Bytes
Contents
class CreateSpudMedia < ActiveRecord::Migration def change create_table :spud_media do |t| t.string :attachment_content_type t.integer :attachment_file_size t.string :attachment_file_name t.timestamps end end end
Version data entries
26 entries across 26 versions & 2 rubygems