Sha256: 544ffc01fefeef306ab201bfccd9d9d2a459a9176b003a61eab6167cb509fb32
Contents?: true
Size: 587 Bytes
Versions: 142
Compression:
Stored size: 587 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 CreateAccounts < ActiveRecord::Migration[5.1] def change create_table :accounts do |t| t.bigint :canvas_id, null: false t.string :sis_id t.bigint :canvas_parent_account_id t.string :sis_parent_account_id t.string :name t.string :workflow_state t.timestamps end add_index :accounts, :canvas_id, unique: true end end
Version data entries
142 entries across 142 versions & 1 rubygems