October\Rain\Database\Updates\Migration

Source: ~/vendor/october/rain/src/Database/Updates/Migration.php

Extends:

  • Illuminate\Database\Migrations\Migration

Public properties

There are no public properties in the class.

Show inherited public properties

Inherited public properties

  • public bool $withinTransaction - defined in Illuminate\Database\Migrations\Migration. Enables, if supported, wrapping the migration within a transaction.

Protected properties

There are no protected properties in the class.

Show inherited protected properties

Inherited protected properties

  • protected string $connection - defined in Illuminate\Database\Migrations\Migration. The name of the database connection to use.

Public methods

Show inherited public methods

Inherited public methods

  • public string getConnection() - defined in Illuminate\Database\Migrations\Migration. Get the migration connection name.