Migrator
getAvailableMigrations()
Signature
Section titled “Signature”getAvailableMigrations() — returns array
Available in: migrator
Category: General Functions
Description
Section titled “Description”Searches db/migrate folder for migrations. Whilst you can use this in your application, the recommended usage is via either the CLI or the provided GUI interface
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
path | string | no | [runtime expression] | Path to Migration Files: defaults to /app/migrator/migrations/ |