Sha256: 1f9e0a7f77e4ab6f211899f7f4070af9e93cace51b394c5b672a0234cc1c892c
Contents?: true
Size: 422 Bytes
Versions: 142
Compression:
Stored size: 422 Bytes
Contents
# <%= autogenerated_migration_warning %> 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