Ruby on Rails 8.1.1 Class ActiveRecord::ConnectionAdapters::TableDefinition < Object activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb Active Record Connection Adapters Table Definition¶ ↑ Represents the schema of an SQL table in an abstract way. This class provides methods for manipulating the schema representation. Inside migration files, the t object in create_ta

