Sha256: 0dfae4add0ddb0f9240a65b226bb1cde35de472fb158cc58ff933879853ad621
Contents?: true
Size: 315 Bytes
Versions: 4
Compression:
Stored size: 315 Bytes
Contents
# This migration comes from tb_media (originally 20120101194256) 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
4 entries across 4 versions & 1 rubygems