cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 892 forks source link

Is it also given as default_ Migration_ Add configuration table to the specified table name_ What is the table prefix specified by prefix? #2209

Closed ajiho closed 4 months ago

ajiho commented 1 year ago

Is it also given as default Migration Add configuration table to the specified table name_ What is the table prefix specified by prefix? such as

'default_ Migration_ Table '=>' phinxlog ',

Development=>[
Table_ Prefix '=>' my_ '
],

When I execute the migrate command, it will automatically generate my_ phinxlog