method

schema_limit

rails latest stable - Class: ActiveRecord::ConnectionAdapters::ColumnDumper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

schema_limit(column)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/schema_dumper.rb, line 85
        def schema_limit(column)
          limit = column.limit unless column.bigint?
          limit.inspect if limit && limit != native_database_types[column.type][:limit]
        end