Skip to content

Commit f4c8315

Browse files
committed
docs: add description for migration table
1 parent 6d94e2e commit f4c8315

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,15 @@ Migration Preferences
223223

224224
The 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
***************
235237
Class Reference

0 commit comments

Comments
 (0)