We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9d753 commit 6d94e2eCopy full SHA for 6d94e2e
app/Config/Migrations.php
@@ -25,9 +25,7 @@ class Migrations extends BaseConfig
25
*
26
* This is the name of the table that will store the current migrations state.
27
* When migrations runs it will store in a database table which migration
28
- * level the system is at. It then compares the migration level in this
29
- * table to the $config['migration_version'] if they are not the same it
30
- * will migrate up. This must be set.
+ * files have already been run.
31
*/
32
public string $table = 'migrations';
33
0 commit comments