Sha256: 81ebd07141f7336f9b2d13658b3422db05fb307f2a33bf62e250870900b79f51
Contents?: true
Size: 579 Bytes
Versions: 32
Compression:
Stored size: 579 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 CreateUsers < ActiveRecord::Migration[5.1] def change create_table :users do |t| t.bigint :canvas_user_id, null: false t.string :sis_id t.string :email t.string :first_name t.string :last_name t.string :status t.string :login_id t.timestamps end add_index :users, :canvas_user_id, unique: true end end
Version data entries
32 entries across 32 versions & 1 rubygems