We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1973c35 + 4fc6a75 commit e34a05bCopy full SHA for e34a05b
1 file changed
app/Config/Migrations.php
@@ -42,9 +42,12 @@ class Migrations extends BaseConfig
42
*
43
* This is the format that will be used when creating new migrations
44
* using the CLI command:
45
- * > php spark migrate:create
+ * > php spark make:migration
46
47
- * Typical formats:
+ * Note: if you set an unsupported format, migration runner will not find
48
+ * your migration files.
49
+ *
50
+ * Supported formats:
51
* - YmdHis_
52
* - Y-m-d-His_
53
* - Y_m_d_His_
0 commit comments