Sha256: 80a35c0165475f7c8ae52d99830948e00ccb1635e0710b8ec33496e369b6f111
Contents?: true
Size: 454 Bytes
Versions: 42
Compression:
Stored size: 454 Bytes
Contents
<%= autogenerated_migration_warning %> class CreateAdmins < ActiveRecord::Migration[5.1] def change create_table :admins do |t| t.bigint :canvas_admin_id, null: false t.string :role_name t.bigint :canvas_role_id, null: false t.json :user_data t.bigint :canvas_user_id, null: false t.string :workflow_state, null: false t.timestamps end add_index :admins, :canvas_admin_id, unique: true end end
Version data entries
42 entries across 42 versions & 1 rubygems