We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487ec6d commit f0c8289Copy full SHA for f0c8289
1 file changed
app/Config/Migrations.php
@@ -44,7 +44,10 @@ class Migrations extends BaseConfig
44
* using the CLI command:
45
* > php spark migrate:create
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