method

disable_ddl_transaction!

rails latest stable - Class: ActiveRecord::InvalidMigrationTimestampError::Migration

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

disable_ddl_transaction!()
public

Disable the transaction wrapping this migration. You can still create your own transactions even after calling #disable_ddl_transaction!

For more details read the {“Transactional Migrations” section above}[rdoc-ref:Migration].