Method: ActiveRecord::ConnectionAdapters::SchemaStatements#max_index_name_size
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
#max_index_name_size ⇒ Object
Returns the maximum length of an index name in bytes.
1593 1594 1595 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb', line 1593 def max_index_name_size 62 end |