crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20180319094743_create_doorkeeper_tables.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method change has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def change
    create_table :oauth_applications do |t|
      t.string  :name,         null: false
      t.string  :uid,          null: false
      t.string  :secret,       null: false

    There are no issues that match your filters.

    Category
    Status