Sha256: e71a336689723cd10704a4eeb633cbb16b78112f1f8e8d65c10845a0ca47d00a
Contents?: true
Size: 326 Bytes
Versions: 6
Compression:
Stored size: 326 Bytes
Contents
class AgendaSections < ActiveRecord::Migration def change create_table :droom_agenda_sections do |t| t.string :name t.text :description t.integer :event_id t.integer :created_by_id t.timestamps end add_column :droom_document_attachments, :agenda_section_id, :integer end end
Version data entries
6 entries across 6 versions & 1 rubygems