Sha256: 0f17af5539e592115416e1cffbdfc6b4161c6d49ff1cb24e70ecc18a82d06978
Contents?: true
Size: 594 Bytes
Versions: 127
Compression:
Stored size: 594 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 CreatePseudonyms < ActiveRecord::Migration[5.1] def change create_table :pseudonyms do |t| t.bigint :canvas_id, null: false t.bigint :canvas_user_id t.string :sis_id t.string :unique_id t.string :workflow_state t.timestamps end add_index :pseudonyms, :canvas_id, unique: true add_index :pseudonyms, :canvas_user_id end end
Version data entries
127 entries across 127 versions & 1 rubygems