File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
user_guide_src/source/dbmgmt Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -223,13 +223,15 @@ Migration Preferences
223223
224224The following is a table of all the config options for migrations, available in **app/Config/Migrations.php **.
225225
226- ========================== ====================== ========================== =============================================================
227- Preference Default Options Description
228- ========================== ====================== ========================== =============================================================
229- **enabled ** true true / false Enable or disable migrations.
230- **table ** migrations None The table name for storing the schema version number.
231- **timestampFormat ** Y-m-d-His\_ The format to use for timestamps when creating a migration.
232- ========================== ====================== ========================== =============================================================
226+ ==================== ============ ============= =============================================================
227+ Preference Default Options Description
228+ ==================== ============ ============= =============================================================
229+ **enabled ** true true / false Enable or disable migrations.
230+ **table ** migrations None The table name for storing the schema version number. This
231+ table is always created in the default database group
232+ (``$defaultGroup ``).
233+ **timestampFormat ** Y-m-d-His\_ The format to use for timestamps when creating a migration.
234+ ==================== ============ ============= =============================================================
233235
234236***************
235237Class Reference
You can’t perform that action at this time.
0 commit comments