2015-06-16 15:54:10 -04:00
|
|
|
paths:
|
2019-01-07 14:31:17 -05:00
|
|
|
migrations: '%%PHINX_CONFIG_DIR%%/migrations'
|
2015-06-16 15:54:10 -04:00
|
|
|
|
|
|
|
environments:
|
|
|
|
default_migration_table: phinxlog
|
|
|
|
default_database: development
|
|
|
|
development:
|
|
|
|
adapter: sqlite
|
2019-01-07 14:31:17 -05:00
|
|
|
name: ./anime_collection # Phinx will add a .sqlite3 suffix
|