method
create_table_definition
v4.0.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SchemaStatements
create_table_definition(name, temporary, options)private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 869
def create_table_definition(name, temporary, options)
TableDefinition.new native_database_types, name, temporary, options
end