Sha256: 995f701ac3bb4c27436818df6c1b71d85627780a852efc4b68bd0ba49dd6e282
Contents?: true
Size: 572 Bytes
Versions: 134
Compression:
Stored size: 572 Bytes
Contents
# <%= autogenerated_migration_warning %> 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