method

create_table

Importance_0
v7.2.3 - Show latest stable - 0 notes - Class: V7_0
create_table(table_name, **options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/migration/compatibility.rb, line 113
        def create_table(table_name, **options)
          options[:_uses_legacy_table_name] = true
          options[:_skip_validate_options] = true

          super
        end
Register or log in to add new notes.