Sha256: e60760419659ba32ac4800a8887d0c2eea783770d57aa6b77f2753a45e68a999
Contents?: true
Size: 327 Bytes
Versions: 9
Compression:
Stored size: 327 Bytes
Contents
class CreateAttachments < ActiveRecord::Migration def change create_table :attachments do |t| t.integer :attache_id, null: false t.string :attache_type, null: false t.integer :attachable_id, null: false t.string :attachable_type, null: false t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems