Method: ActiveRecord::ConnectionAdapters::SchemaStatements#table_comment

Defined in:
activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb

#table_comment(table_name) ⇒ Object

Returns the table comment that’s stored in database metadata.



24
25
26
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb', line 24

def table_comment(table_name)
  nil
end