Ecto.Migration.create_if_not_exists

You're seeing just the macro create_if_not_exists, go back to Ecto.Migration module for more information.
Link to this macro

create_if_not_exists(object, list)

View Source (macro)

Creates a table if it does not exist.

Works just like create/2 but does not raise an error when the table already exists.