Sha256: f1ed3cfe24f5f8b97e31a4f183544ae99dd3ce4bead80979ec1f99bb319b7c7f
Contents?: true
Size: 285 Bytes
Versions: 6
Compression:
Stored size: 285 Bytes
Contents
class CreateAttachmentsElements < ActiveRecord::Migration def self.up create_table :attachments_elements, :id => false do |t| t.belongs_to :attachment, :element t.integer :position end end def self.down drop_table :attachments_elements end end
Version data entries
6 entries across 6 versions & 1 rubygems