You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# cat=basic/enable; type=string; label=Phinx Migration Table:Required. Phinx is using this database table to monitor invoked migrations.
migration_table = phinxlog
# cat=basic/enable; type=string; label=Path to migration files:Optional. When left empty, PATH_site . 'Database/Migrations' is used. Can be relative to PATH_site.
path_migrations =
# cat=basic/enable; type=string; label=Path to seed files:Optional. When left empty, PATH_site . 'Database/Seeds' is used. Can be relative to PATH_site.
path_seeds =
# cat=basic/enable; type=boolean; label=Enable extension migrations/seeds:Careful, this enables extension migrations! All enabled extensions with EXT:extension/Phinx/{Migrations,Seeds} directories.