class method
self.schema_migrations_table_name
Ruby on Rails 4.2.9
Since v4.1.16Accessor for the name of the schema migrations table. By default, the value is “schema_migrations”
Source
# File activerecord/lib/active_record/model_schema.rb, line 42
class_attribute :schema_migrations_table_name, instance_accessor: false
Defined in activerecord/lib/active_record/model_schema.rb line 42
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ModelSchema