Ecto.Migration.after_begin

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

after_begin()

View Source (optional)

Specs

after_begin() :: term()

Migration code to run immediately after the transaction is opened.

Keep in mind that it is treated like any normal migration code, and should consider both the up and down cases of the migration.