instance method
table_comment
Ruby on Rails 5.1.7
Since v5.0.7.2Signature
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 22
def table_comment(table_name)
nil
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb line 22
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::SchemaStatements