Sha256: 5fc0292912ac9715f905113ac67d0fd7d43c751aaaf46a91c6f39f377208de4a
Contents?: true
Size: 420 Bytes
Versions: 32
Compression:
Stored size: 420 Bytes
Contents
<%= autogenerated_migration_warning %> class CreateAccounts < ActiveRecord::Migration[5.1] def change create_table :accounts do |t| t.bigint :canvas_account_id, null: false t.string :account_id t.bigint :canvas_parent_id t.string :parent_account_id t.string :name t.string :status t.timestamps end add_index :accounts, :canvas_account_id, unique: true end end
Version data entries
32 entries across 32 versions & 1 rubygems