instance method
table_comment
Ruby on Rails 7.1.6
Since v5.2.8.1Signature
table_comment(table_name)
Returns the table comment that’s stored in database metadata.
Parameters
-
table_namereq
Source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 23
def table_comment(table_name)
nil
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb line 23
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::SchemaStatements