Sha256: 0dc1cd0124665f0095b2c0010377c71d26106e6923243bb2d593b57c616b88ee
Contents?: true
Size: 445 Bytes
Versions: 12
Compression:
Stored size: 445 Bytes
Contents
class CreateValidationUploads < ActiveRecord::Migration def change create_table :validation_uploads do |t| t.string :file_presence t.string :file_content_type t.string :file_size t.string :file_all t.string :file_default t.string :image_presence t.string :image_content_type t.string :image_size t.string :image_all t.string :image_default t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems