Sha256: 2e8df523722f508ab8852c144f847b55c65d9eb2a1e508db0e0db203d5ef4f70
Contents?: true
Size: 607 Bytes
Versions: 77
Compression:
Stored size: 607 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 CreateGradingPeriodGroups < ActiveRecord::Migration[5.1] def change create_table :grading_period_groups do |t| t.bigint :canvas_id, null: false t.string :title t.boolean :weighted t.boolean :display_totals_for_all_grading_periods t.string :workflow_state t.timestamps end add_index :grading_period_groups, :canvas_id, unique: true end end
Version data entries
77 entries across 77 versions & 1 rubygems