class method
self.schema_migrations_table_name
Ruby on Rails 8.0.4
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 73
Defined in activerecord/lib/active_record/model_schema.rb line 73
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ModelSchema