Sha256: 5e038afe76fee85150ee24723d3831aad01817c924a8c9be6e62b25212393a7b
Contents?: true
Size: 366 Bytes
Versions: 58
Compression:
Stored size: 366 Bytes
Contents
class CreateDorsaleAlexandrieAttachmentTypes < ActiveRecord::Migration[5.0] def change create_table :dorsale_alexandrie_attachment_types do |t| t.string :name t.timestamps null: false end add_column :dorsale_alexandrie_attachments, :attachment_type_id, :integer add_index :dorsale_alexandrie_attachments, :attachment_type_id end end
Version data entries
58 entries across 58 versions & 1 rubygems