class method
self.schema_migrations_table_name
Ruby on Rails 7.0.10
Since v4.1.16Signature
schema_migrations_table_name
The name of the schema migrations table. By default, the value is "schema_migrations".
Source
# File activerecord/lib/active_record/model_schema.rb, line 66
Defined in activerecord/lib/active_record/model_schema.rb line 66
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ModelSchema