Flowdock
method

references

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: TableDefinition
references(*args, **options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/sqlite3/schema_definitions.rb, line 7
        def references(*args, **options)
          super(*args, type: :integer, **options)
        end
Register or log in to add new notes.