Sha256: bd6b91e55406c7b05fe5b383258db62e7bfd22a5bb9e6d9d82123f4064c304cd
Contents?: true
Size: 737 Bytes
Versions: 134
Compression:
Stored size: 737 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 CreateGroups < ActiveRecord::Migration[5.1] def change create_table :groups do |t| t.bigint :canvas_id, null: false t.string :sis_id t.bigint :canvas_group_category_id t.string :group_category_sis_id t.bigint :canvas_account_id t.bigint :canvas_course_id t.string :name t.string :workflow_state t.bigint :context_id t.string :context_type t.integer :max_membership t.timestamps end add_index :groups, :canvas_id, unique: true end end
Version data entries
134 entries across 134 versions & 1 rubygems