Sha256: b80592e596ce301e90ebf2a51523276dc266f8d91f6ddc22d0f6c6d2a74486c4
Contents?: true
Size: 314 Bytes
Versions: 9
Compression:
Stored size: 314 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
9 entries across 9 versions & 1 rubygems