Ecto.Adapters.SQL.table_exists-question-mark

You're seeing just the function table_exists-question-mark, go back to Ecto.Adapters.SQL module for more information.
Link to this function

table_exists?(repo, table)

View Source

Specs

table_exists?(Ecto.Repo.t(), table :: String.t()) :: boolean()

Check if the given table exists.

Returns true if the table exists in the repo, otherwise false. The table is checked against the current database/schema in the connection.