Ecto.Adapters.SQL.Connection.execute_ddl
You're seeing just the callback
execute_ddl
, go back to Ecto.Adapters.SQL.Connection module for more information.
Specs
execute_ddl(command :: Ecto.Adapter.Migration.command()) :: String.t() | [iodata()]
Receives a DDL command and returns a query that executes it.