Sha256: 7134cadeb8b326afb96b7adc197e282bc56d6b53a837af49225f4beb4d27c79f
Contents?: true
Size: 582 Bytes
Versions: 23
Compression:
Stored size: 582 Bytes
Contents
<%= autogenerated_migration_warning %> class CreateContextModuleItems < ActiveRecord::Migration[5.1] def change create_table :context_module_items do |t| t.bigint :canvas_context_module_item_id t.bigint :canvas_context_module_id t.integer :position t.string :content_type t.bigint :content_id t.bigint :canvas_assignment_id t.string :workflow_state t.timestamps end add_index :context_module_items, :canvas_context_module_item_id, unique: true add_index :context_module_items, :canvas_context_module_id end end
Version data entries
23 entries across 23 versions & 1 rubygems