File tree Expand file tree Collapse file tree
user_guide_src/source/dbmgmt Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,8 +162,13 @@ You can use (refresh) with the following options:
162162Displays a list of all migrations and the date and time they ran, or '--' if they have not been run::
163163
164164 > php spark migrate:status
165- Filename Migrated On
166- First_migration.php 2016-04-25 04:44:22
165+ +----------------------+-------------------+-----------------------+---------+---------------------+-------+
166+ | Namespace | Version | Filename | Group | Migrated On | Batch |
167+ +----------------------+-------------------+-----------------------+---------+---------------------+-------+
168+ | App | 2022-04-06-234508 | CreateCiSessionsTable | default | 2022-04-06 18:45:14 | 2 |
169+ | CodeIgniter\Settings | 2021-07-04-041948 | CreateSettingsTable | default | 2022-04-06 01:23:08 | 1 |
170+ | CodeIgniter\Settings | 2021-11-14-143905 | AddContextColumn | default | 2022-04-06 01:23:08 | 1 |
171+ +----------------------+-------------------+-----------------------+---------+---------------------+-------+
167172
168173You can use (status) with the following options:
169174
You can’t perform that action at this time.
0 commit comments