KMP PHP API Reference

InitActivities extends BaseMigration
in package

Table of Contents

Properties

$autoId  : bool

Methods

down()  : mixed
Reverse the migration.
up()  : void
Change Method.
useTransactions()  : bool
Disable transaction wrapping so embedded seed failures don't roll back DDL on Postgres.

Properties

Methods

up()

Change Method.

public up() : void

More information on this method is available here: https://book.cakephp.org/phinx/0/en/migrations.html#the-change-method

useTransactions()

Disable transaction wrapping so embedded seed failures don't roll back DDL on Postgres.

public useTransactions() : bool
Return values
bool

        
On this page

Search results