Sha256: 58ee198fca45c22476f2d300615d3349f016181f68baf11fd2610c46d73e990e
Contents?: true
Size: 442 Bytes
Versions: 75
Compression:
Stored size: 442 Bytes
Contents
# <%= autogenerated_migration_warning %> 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
75 entries across 75 versions & 1 rubygems