Sha256: 8f64404a1daeb0e405b0f56d822d2cc1b88b168e6a0c9b6e1d630e8ac5bcbf68
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
class CreateAttachments < ActiveRecord::Migration def change create_table :attachments do |t| t.string :file t.string :title t.text :description t.integer :parent_id t.string :parent_type t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems