Skip to content

Commit

Permalink
docs: add description for migration table
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 5, 2023
1 parent 6d94e2e commit f4c8315
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions user_guide_src/source/dbmgmt/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,15 @@ Migration Preferences

The following is a table of all the config options for migrations, available in **app/Config/Migrations.php**.

========================== ====================== ========================== =============================================================
Preference Default Options Description
========================== ====================== ========================== =============================================================
**enabled** true true / false Enable or disable migrations.
**table** migrations None The table name for storing the schema version number.
**timestampFormat** Y-m-d-His\_ The format to use for timestamps when creating a migration.
========================== ====================== ========================== =============================================================
==================== ============ ============= =============================================================
Preference Default Options Description
==================== ============ ============= =============================================================
**enabled** true true / false Enable or disable migrations.
**table** migrations None The table name for storing the schema version number. This
table is always created in the default database group
(``$defaultGroup``).
**timestampFormat** Y-m-d-His\_ The format to use for timestamps when creating a migration.
==================== ============ ============= =============================================================

***************
Class Reference
Expand Down

0 comments on commit f4c8315

Please sign in to comment.