Sha256: c6c5a7253c28b842c1c2e337e9ecaae2fc6bee1c4efa23469a40f9cca2057afc
Contents?: true
Size: 747 Bytes
Versions: 23
Compression:
Stored size: 747 Bytes
Contents
# # AUTO GENERATED MIGRATION # This migration was auto generated by the CanvasSync Gem. # You can add new columns to this table, but removing or # re-naming ones created here may break Canvas Syncing. # 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