Method: ActiveRecord::ConnectionAdapters::DatabaseLimits#table_name_length
- Defined in:
- activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb
#table_name_length ⇒ Object
Returns the maximum length of a table name.
11 12 13 |
# File 'activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb', line 11 def table_name_length max_identifier_length end |