Sha256: c72977139830ba238041f3fad974c7371427f95bfbf74f4de0347734b0d4bb64
Contents?: true
Size: 442 Bytes
Versions: 59
Compression:
Stored size: 442 Bytes
Contents
# <%= autogenerated_migration_warning %> class CreateUsers < ActiveRecord::Migration[5.1] def change create_table :users do |t| t.bigint :canvas_id, null: false t.string :email t.string :first_name t.string :last_name t.string :workflow_state t.string :login_id t.string :name t.string :sortable_name t.timestamps end add_index :users, :canvas_id, unique: true end end
Version data entries
59 entries across 59 versions & 1 rubygems