Flowdock
new(*, max_identifier_length: 63, **) 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/postgresql/column.rb, line 8
      def initialize(*, max_identifier_length: 63, **)
        super
        @max_identifier_length = max_identifier_length
      end
Register or log in to add new notes.